Symbol: spi_nor_get_locked_range_sr
drivers/mtd/spi-nor/core.h
724
void spi_nor_get_locked_range_sr(struct spi_nor *nor, const u8 *sr, loff_t *ofs, u64 *len);
drivers/mtd/spi-nor/debugfs.c
176
spi_nor_get_locked_range_sr(nor, nor->dfs_sr_cache, &lock_start, &lock_length);
drivers/mtd/spi-nor/swp.c
130
spi_nor_get_locked_range_sr(nor, sr, &lock_offs, &lock_len);
drivers/mtd/spi-nor/swp.c
328
spi_nor_get_locked_range_sr(nor, status_new, &ofs_new, &len_new);
drivers/mtd/spi-nor/swp.c
341
spi_nor_get_locked_range_sr(nor, status_new_cmp, &ofs_new_cmp, &len_new_cmp);
drivers/mtd/spi-nor/swp.c
350
spi_nor_get_locked_range_sr(nor, status_new, &ofs_new, &len_new);
drivers/mtd/spi-nor/swp.c
351
spi_nor_get_locked_range_sr(nor, status_new_cmp, &ofs_new_cmp, &len_new_cmp);
drivers/mtd/spi-nor/swp.c
365
spi_nor_get_locked_range_sr(nor, status_old, &ofs_old, &len_old);
drivers/mtd/spi-nor/swp.c
366
spi_nor_get_locked_range_sr(nor, best_status_new, &ofs_new, &len_new);
drivers/mtd/spi-nor/swp.c
471
spi_nor_get_locked_range_sr(nor, status_new, &ofs_new, &len_new);
drivers/mtd/spi-nor/swp.c
484
spi_nor_get_locked_range_sr(nor, status_new_cmp, &ofs_new_cmp, &len_new_cmp);
drivers/mtd/spi-nor/swp.c
493
spi_nor_get_locked_range_sr(nor, status_new, &ofs_new, &len_new);
drivers/mtd/spi-nor/swp.c
494
spi_nor_get_locked_range_sr(nor, status_new_cmp, &ofs_new_cmp, &len_new_cmp);
drivers/mtd/spi-nor/swp.c
509
spi_nor_get_locked_range_sr(nor, status_old, &ofs_old, &len_old);
drivers/mtd/spi-nor/swp.c
510
spi_nor_get_locked_range_sr(nor, best_status_new, &ofs_new, &len_new);