Home
last modified time | relevance | path

Searched refs:get_chip (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/mtd/lpddr/
H A Dlpddr_cmds.c31 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 Dac97c.c56 #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 Dfwh_lock.h62 ret = get_chip(map, chip, adr, FL_LOCKING); in fwh_xxlock_oneblock()