get_chip           98 drivers/mtd/chips/cfi_cmdset_0001.c static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode);
get_chip         1365 drivers/mtd/chips/cfi_cmdset_0001.c 	ret = get_chip(map, chip, cmd_addr, FL_POINT);
get_chip         1491 drivers/mtd/chips/cfi_cmdset_0001.c 	ret = get_chip(map, chip, cmd_addr, FL_READY);
get_chip         1569 drivers/mtd/chips/cfi_cmdset_0001.c 	ret = get_chip(map, chip, adr, mode);
get_chip         1730 drivers/mtd/chips/cfi_cmdset_0001.c 	ret = get_chip(map, chip, cmd_adr, FL_WRITING);
get_chip         1943 drivers/mtd/chips/cfi_cmdset_0001.c 	ret = get_chip(map, chip, adr, FL_ERASING);
get_chip         2039 drivers/mtd/chips/cfi_cmdset_0001.c 		ret = get_chip(map, chip, chip->start, FL_SYNCING);
get_chip         2111 drivers/mtd/chips/cfi_cmdset_0001.c 	ret = get_chip(map, chip, adr, FL_LOCKING);
get_chip         2229 drivers/mtd/chips/cfi_cmdset_0001.c 	ret = get_chip(map, chip, chip->start, FL_JEDEC_QUERY);
get_chip         2642 drivers/mtd/chips/cfi_cmdset_0001.c 		ret = get_chip(map, chip, chip->start, FL_SHUTDOWN);
get_chip           94 drivers/mtd/chips/cfi_cmdset_0002.c static int get_chip(struct map_info *map, struct flchip *chip, unsigned long adr, int mode);
get_chip         1220 drivers/mtd/chips/cfi_cmdset_0002.c 	ret = get_chip(map, chip, cmd_addr, FL_READY);
get_chip         1434 drivers/mtd/chips/cfi_cmdset_0002.c 	ret = get_chip(map, chip, chip->start, FL_LOCKING);
get_chip         1516 drivers/mtd/chips/cfi_cmdset_0002.c 			ret = get_chip(map, chip, base, FL_CFI_QUERY);
get_chip         1537 drivers/mtd/chips/cfi_cmdset_0002.c 				ret = get_chip(map, chip, base, FL_LOCKING);
get_chip         1728 drivers/mtd/chips/cfi_cmdset_0002.c 	ret = get_chip(map, chip, adr, mode);
get_chip         2038 drivers/mtd/chips/cfi_cmdset_0002.c 	ret = get_chip(map, chip, adr, FL_WRITING);
get_chip         2428 drivers/mtd/chips/cfi_cmdset_0002.c 	ret = get_chip(map, chip, adr, FL_ERASING);
get_chip         2527 drivers/mtd/chips/cfi_cmdset_0002.c 	ret = get_chip(map, chip, adr, FL_ERASING);
get_chip         2642 drivers/mtd/chips/cfi_cmdset_0002.c 	ret = get_chip(map, chip, adr + chip->start, FL_LOCKING);
get_chip         2677 drivers/mtd/chips/cfi_cmdset_0002.c 	ret = get_chip(map, chip, adr + chip->start, FL_UNLOCKING);
get_chip         2731 drivers/mtd/chips/cfi_cmdset_0002.c 	ret = get_chip(map, chip, adr, FL_LOCKING);
get_chip         3074 drivers/mtd/chips/cfi_cmdset_0002.c 		ret = get_chip(map, chip, chip->start, FL_SHUTDOWN);
get_chip           62 drivers/mtd/chips/fwh_lock.h 	ret = get_chip(map, chip, adr, FL_LOCKING);
get_chip           31 drivers/mtd/lpddr/lpddr_cmds.c static int get_chip(struct map_info *map, struct flchip *chip, int mode);
get_chip          390 drivers/mtd/lpddr/lpddr_cmds.c 	ret = get_chip(map, chip, FL_WRITING);
get_chip          466 drivers/mtd/lpddr/lpddr_cmds.c 	ret = get_chip(map, chip, FL_ERASING);
get_chip          494 drivers/mtd/lpddr/lpddr_cmds.c 	ret = get_chip(map, chip, FL_READY);
get_chip          543 drivers/mtd/lpddr/lpddr_cmds.c 		ret = get_chip(map, chip, FL_POINT);
get_chip          698 drivers/mtd/lpddr/lpddr_cmds.c 	ret = get_chip(map, chip, FL_LOCKING);
get_chip          626 sound/atmel/ac97c.c 	struct atmel_ac97c *chip = get_chip(ac97);
get_chip          646 sound/atmel/ac97c.c 	struct atmel_ac97c *chip = get_chip(ac97);
get_chip          757 sound/atmel/ac97c.c 	chip = get_chip(card);
get_chip          865 sound/atmel/ac97c.c 	struct atmel_ac97c *chip = get_chip(card);
get_chip          888 sound/spi/at73c213.c 	struct snd_at73c213 *chip = get_chip(card);