Searched refs:get_chip (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/mtd/lpddr/ |
| H A D | lpddr_cmds.c | 31 static int get_chip(struct map_info *map, struct flchip *chip, int mode); 197 static int get_chip(struct map_info *map, struct flchip *chip, int mode) in get_chip() function 416 ret = get_chip(map, chip, FL_WRITING); in do_write_buffer() 489 ret = get_chip(map, chip, FL_ERASING); in do_erase_oneblock() 517 ret = get_chip(map, chip, FL_READY); in lpddr_read() 566 ret = get_chip(map, chip, FL_POINT); in lpddr_point() 721 ret = get_chip(map, chip, FL_LOCKING); in do_xxlock()
|
| /linux/sound/atmel/ |
| H A D | ac97c.c | 56 #define get_chip(card) ((struct atmel_ac97c *)(card)->private_data) macro 603 struct atmel_ac97c *chip = get_chip(ac97); in atmel_ac97c_write() 623 struct atmel_ac97c *chip = get_chip(ac97); in atmel_ac97c_read() 727 chip = get_chip(card); in atmel_ac97c_probe() 811 struct atmel_ac97c *chip = get_chip(card); in atmel_ac97c_remove()
|
| /linux/drivers/mtd/chips/ |
| H A D | fwh_lock.h | 62 ret = get_chip(map, chip, adr, FL_LOCKING); in fwh_xxlock_oneblock()
|