Searched refs:cfi_cmdset_0002 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/chips/ |
H A D | gen_probe.c | 196 extern cfi_cmdset_fn_t cfi_cmdset_0002; 254 return cfi_cmdset_0002(map, primary); in check_cmd_set()
|
H A D | cfi_cmdset_0002.c | 95 struct mtd_info *cfi_cmdset_0002(struct map_info *, int); 112 .name = "cfi_cmdset_0002", 597 struct mtd_info *cfi_cmdset_0002(struct map_info *map, int primary) in cfi_cmdset_0002() function 756 struct mtd_info *cfi_cmdset_0006(struct map_info *map, int primary) __attribute__((alias("cfi_cmdset_0002"))); 757 struct mtd_info *cfi_cmdset_0701(struct map_info *map, int primary) __attribute__((alias("cfi_cmdset_0002"))); 758 EXPORT_SYMBOL_GPL(cfi_cmdset_0002); variable 1945 * See more comments in cfi_cmdset_0002(). in do_write_buffer_wait()
|
/kernel/linux/linux-6.6/drivers/mtd/chips/ |
H A D | gen_probe.c | 195 extern cfi_cmdset_fn_t cfi_cmdset_0002; 253 return cfi_cmdset_0002(map, primary); in check_cmd_set()
|
H A D | cfi_cmdset_0002.c | 94 struct mtd_info *cfi_cmdset_0002(struct map_info *, int); 111 .name = "cfi_cmdset_0002", 600 struct mtd_info *cfi_cmdset_0002(struct map_info *map, int primary) in cfi_cmdset_0002() function 759 struct mtd_info *cfi_cmdset_0006(struct map_info *map, int primary) __attribute__((alias("cfi_cmdset_0002"))); 760 struct mtd_info *cfi_cmdset_0701(struct map_info *map, int primary) __attribute__((alias("cfi_cmdset_0002"))); 761 EXPORT_SYMBOL_GPL(cfi_cmdset_0002); variable 1949 * See more comments in cfi_cmdset_0002(). in do_write_buffer_wait()
|
Completed in 9 milliseconds