Searched refs:get_chip (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/chips/
H A Dfwh_lock.h62 ret = get_chip(map, chip, adr, FL_LOCKING);
H A Dcfi_cmdset_0001.c93 static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode);
862 static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode) function
901 * get_chip returns success we're clear to go ahead.
1306 ret = get_chip(map, chip, cmd_addr, FL_POINT);
1429 ret = get_chip(map, chip, cmd_addr, FL_READY);
1509 ret = get_chip(map, chip, adr, mode);
1667 ret = get_chip(map, chip, cmd_adr, FL_WRITING);
1880 ret = get_chip(map, chip, adr, FL_ERASING);
1984 ret = get_chip(map, chip, chip->start, FL_SYNCING);
2056 ret = get_chip(ma
[all...]
H A Dcfi_cmdset_0002.c67 static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode);
608 static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode) function
906 * Similarly, get_chip() and put_chip() just happen to always be executed
947 ret = get_chip(map, chip, cmd_addr, FL_READY);
1117 ret = get_chip(map, chip, adr, FL_WRITING);
1348 ret = get_chip(map, chip, adr, FL_WRITING);
1537 ret = get_chip(map, chip, adr, FL_WRITING);
1624 ret = get_chip(map, chip, adr, FL_ERASING);
1750 ret = get_chip(map, chip, adr + chip->start, FL_LOCKING);
1786 ret = get_chip(ma
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/lpddr/
H A Dlpddr_cmds.c43 static int get_chip(struct map_info *map, struct flchip *chip, int mode);
192 static int get_chip(struct map_info *map, struct flchip *chip, int mode) function
230 * get_chip returns success we're clear to go ahead.
417 ret = get_chip(map, chip, FL_WRITING);
493 ret = get_chip(map, chip, FL_ERASING);
521 ret = get_chip(map, chip, FL_READY);
572 ret = get_chip(map, chip, FL_POINT);
730 ret = get_chip(map, chip, FL_LOCKING);
774 ret = get_chip(map, chip, FL_WRITING);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/atmel/
H A Dac97c.c83 #define get_chip(card) ((struct atmel_ac97c *)(card)->private_data) macro
816 struct atmel_ac97c *chip = get_chip(ac97);
836 struct atmel_ac97c *chip = get_chip(ac97);
956 chip = get_chip(card);
1145 struct atmel_ac97c *chip = get_chip(card);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/spi/
H A Dat73c213.c84 #define get_chip(card) ((struct snd_at73c213 *)card->private_data) macro
888 struct snd_at73c213 *chip = get_chip(card);

Completed in 89 milliseconds