Searched refs:flchip (Results 1 – 6 of 6) sorted by relevance
| /linux/include/linux/mtd/ |
| H A D | flashchip.h | 58 struct flchip { struct 95 struct flchip *writing; argument 96 struct flchip *erasing;
|
| H A D | qinfo.h | 27 struct flchip chips[] __counted_by(numchips);
|
| H A D | cfi.h | 290 struct flchip chips[] __counted_by(numchips); /* per-chip data structure for each chip */ 380 typedef int (*varsize_frob_t)(struct map_info *map, struct flchip *chip,
|
| /linux/drivers/mtd/lpddr/ |
| H A D | lpddr_cmds.c | 31 static int get_chip(struct map_info *map, struct flchip *chip, int mode); 32 static int chip_ready(struct map_info *map, struct flchip *chip, int mode); 33 static void put_chip(struct map_info *map, struct flchip *chip); 39 struct flchip *chip; in lpddr_cmdset() 124 static int wait_for_ready(struct map_info *map, struct flchip *chip, in wait_for_ready() 197 static int get_chip(struct map_info *map, struct flchip *chip, int mode) in get_chip() 224 struct flchip *contender; in get_chip() 293 static int chip_ready(struct map_info *map, struct flchip *chip, int mode) in chip_ready() 347 static void put_chip(struct map_info *map, struct flchip *chip) in put_chip() 357 struct flchip *loaner = shared->writing; in put_chip() [all …]
|
| /linux/drivers/mtd/chips/ |
| H A D | gen_probe.c | 146 memset(&retcfi->chips[0], 0, sizeof(struct flchip) * cfi.numchips); in genprobe_ident_chips() 150 struct flchip *pchip = &retcfi->chips[j++]; in genprobe_ident_chips()
|
| H A D | fwh_lock.h | 29 static int fwh_xxlock_oneblock(struct map_info *map, struct flchip *chip, in fwh_xxlock_oneblock()
|