Home
last modified time | relevance | path

Searched refs:flchip (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/mtd/
H A Dflashchip.h58 struct flchip { struct
95 struct flchip *writing; argument
96 struct flchip *erasing;
H A Dqinfo.h27 struct flchip chips[] __counted_by(numchips);
H A Dcfi.h290 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 Dlpddr_cmds.c31 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 Dgen_probe.c146 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 Dfwh_lock.h29 static int fwh_xxlock_oneblock(struct map_info *map, struct flchip *chip, in fwh_xxlock_oneblock()