Searched refs:get_chip (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/mtd/lpddr/ |
D | lpddr_cmds.c | 44 static int get_chip(struct map_info *map, struct flchip *chip, int mode); 184 static int get_chip(struct map_info *map, struct flchip *chip, int mode) in get_chip() function 403 ret = get_chip(map, chip, FL_WRITING); in do_write_buffer() 479 ret = get_chip(map, chip, FL_ERASING); in do_erase_oneblock() 507 ret = get_chip(map, chip, FL_READY); in lpddr_read() 556 ret = get_chip(map, chip, FL_POINT); in lpddr_point() 713 ret = get_chip(map, chip, FL_LOCKING); in do_xxlock()
|
/linux-4.1.27/drivers/mtd/chips/ |
D | fwh_lock.h | 61 ret = get_chip(map, chip, adr, FL_LOCKING); in fwh_xxlock_oneblock()
|
D | cfi_cmdset_0002.c | 82 static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode); 778 static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode) in get_chip() function 1117 ret = get_chip(map, chip, cmd_addr, FL_READY); in do_read_onechip() 1333 ret = get_chip(map, chip, chip->start, FL_LOCKING); in do_otp_lock() 1415 ret = get_chip(map, chip, base, FL_CFI_QUERY); in cfi_amdstd_otp_walk() 1436 ret = get_chip(map, chip, base, FL_LOCKING); in cfi_amdstd_otp_walk() 1571 ret = get_chip(map, chip, adr, mode); in do_write_oneword() 1813 ret = get_chip(map, chip, adr, FL_WRITING); in do_write_buffer() 2245 ret = get_chip(map, chip, adr, FL_WRITING); in do_erase_chip() 2334 ret = get_chip(map, chip, adr, FL_ERASING); in do_erase_oneblock() [all …]
|
D | cfi_cmdset_0001.c | 97 static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode); 892 static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode) in get_chip() function 1334 ret = get_chip(map, chip, cmd_addr, FL_POINT); in do_point_onechip() 1460 ret = get_chip(map, chip, cmd_addr, FL_READY); in do_read_onechip() 1538 ret = get_chip(map, chip, adr, mode); in do_write_oneword() 1699 ret = get_chip(map, chip, cmd_adr, FL_WRITING); in do_write_buffer() 1912 ret = get_chip(map, chip, adr, FL_ERASING); in do_erase_oneblock() 2018 ret = get_chip(map, chip, chip->start, FL_SYNCING); in cfi_intelext_sync() 2090 ret = get_chip(map, chip, adr, FL_LOCKING); in do_xxlock_oneblock() 2208 ret = get_chip(map, chip, chip->start, FL_JEDEC_QUERY); in do_otp_read() [all …]
|
/linux-4.1.27/sound/atmel/ |
D | ac97c.c | 87 #define get_chip(card) ((struct atmel_ac97c *)(card)->private_data) macro 815 struct atmel_ac97c *chip = get_chip(ac97); in atmel_ac97c_write() 835 struct atmel_ac97c *chip = get_chip(ac97); in atmel_ac97c_read() 994 chip = get_chip(card); in atmel_ac97c_probe() 1208 struct atmel_ac97c *chip = get_chip(card); in atmel_ac97c_remove()
|
/linux-4.1.27/sound/spi/ |
D | at73c213.c | 84 #define get_chip(card) ((struct snd_at73c213 *)card->private_data) macro 888 struct snd_at73c213 *chip = get_chip(card); in snd_at73c213_dev_init()
|