Searched refs:put_chip (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/mtd/chips/
H A Dfwh_lock.h74 put_chip(map, chip, adr);
H A Dcfi_cmdset_0001.c101 static void put_chip(struct map_info *map, struct flchip *chip, unsigned long adr);
901 put_chip(map, chip, adr);
1006 put_chip(map, contender, contender->start);
1040 static void put_chip(struct map_info *map, struct flchip *chip, unsigned long adr) function
1056 put_chip(map, loaner, loaner->start);
1106 printk(KERN_ERR "%s: put_chip() called with oldstate %d!!\n", map->name, chip->oldstate);
1489 put_chip(map, chip, chip->start);
1526 put_chip(map, chip, cmd_addr);
1638 put_chip(map, chip, adr);
1884 put_chip(ma
[all...]
H A Dcfi_cmdset_0002.c98 static void put_chip(struct map_info *map, struct flchip *chip, unsigned long adr);
936 put_chip(map, chip, adr);
980 static void put_chip(struct map_info *map, struct flchip *chip, unsigned long adr) function
1003 printk(KERN_ERR "MTD: put_chip() called with oldstate %d!!\n", chip->oldstate);
1174 * Similarly, get_chip() and put_chip() just happen to always be executed
1228 put_chip(map, chip, cmd_addr);
1474 put_chip(map, chip, chip->start);
1519 put_chip(map, chip, base);
1553 put_chip(map, chip, chip->start);
1744 put_chip(ma
[all...]
/linux-master/drivers/mtd/lpddr/
H A Dlpddr_cmds.c33 static void put_chip(struct map_info *map, struct flchip *chip);
259 put_chip(map, contender);
322 put_chip(map, chip);
348 static void put_chip(struct map_info *map, struct flchip *chip) function
362 put_chip(map, loaner);
397 printk(KERN_ERR "%s: put_chip() called with oldstate %d!\n",
476 out: put_chip(map, chip);
503 out: put_chip(map, chip);
527 put_chip(map, chip);
619 put_chip(ma
[all...]

Completed in 202 milliseconds