Searched refs:chip_ready (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/mtd/lpddr/ |
| H A D | lpddr_cmds.c | 32 static int chip_ready(struct map_info *map, struct flchip *chip, int mode); 242 ret = chip_ready(map, contender, mode); in get_chip() 286 ret = chip_ready(map, chip, mode); in get_chip() 293 static int chip_ready(struct map_info *map, struct flchip *chip, int mode) in chip_ready() function
|
| /linux/drivers/mtd/chips/ |
| H A D | cfi_cmdset_0002.c | 830 static int __xipram chip_ready(struct map_info *map, struct flchip *chip, in chip_ready() function 870 return chip_ready(map, chip, addr, datum); in chip_good() 887 if (chip_ready(map, chip, adr, NULL)) in get_chip() 926 if (chip_ready(map, chip, adr, NULL)) in get_chip() 1457 if (chip_ready(map, chip, adr, NULL)) in do_otp_lock() 2187 if (chip->state == FL_READY && chip_ready(map, chip, adr, NULL)) in cfi_amdstd_panic_wait() 2204 if (chip_ready(map, chip, adr, NULL)) in cfi_amdstd_panic_wait() 2268 if (chip_ready(map, chip, adr, NULL)) in do_panic_write_oneword() 2274 if (!chip_ready(map, chip, adr, &datum) || in do_panic_write_oneword() 2471 if (chip_ready(map, chip, adr, &datum)) { in do_erase_chip() [all …]
|
| H A D | cfi_cmdset_0001.c | 99 static int chip_ready (struct map_info *map, struct flchip *chip, unsigned long adr, int mode); 823 static int chip_ready (struct map_info *map, struct flchip *chip, unsigned long adr, int mode) in chip_ready() function 986 ret = chip_ready(map, contender, contender->start, mode); in get_chip() 1029 ret = chip_ready(map, chip, adr, mode); in get_chip()
|
| /linux/sound/usb/usx2y/ |
| H A D | usX2Yhwdep.c | 108 info->chip_ready = 1; in snd_usx2y_hwdep_dsp_status()
|
| /linux/tools/include/uapi/sound/ |
| H A D | asound.h | |
| /linux/include/uapi/sound/ |
| H A D | asound.h | 122 unsigned int chip_ready; /* R: 1 = initialization finished */ member
|
| /linux/tools/perf/trace/beauty/include/uapi/sound/ |
| H A D | asound.h | 122 unsigned int chip_ready; /* R: 1 = initialization finished */ member
|