Home
last modified time | relevance | path

Searched refs:dev_ready (Results 1 – 25 of 26) sorted by relevance

12

/linux/drivers/mtd/nand/raw/
H A Dnand_legacy.c180 if (chip->legacy.dev_ready(chip)) in panic_nand_wait_ready()
204 if (chip->legacy.dev_ready(chip)) in nand_wait_ready()
209 if (!chip->legacy.dev_ready(chip)) in nand_wait_ready()
315 if (chip->legacy.dev_ready) in nand_command()
342 if (!chip->legacy.dev_ready) { in nand_command()
455 if (chip->legacy.dev_ready) in nand_command_lp()
496 if (!chip->legacy.dev_ready) { in nand_command_lp()
555 if (chip->legacy.dev_ready) { in nand_wait()
556 if (chip->legacy.dev_ready(chip)) in nand_wait()
576 /* This can happen if in case of timeout or buggy dev_ready */ in nand_wait()
[all...]
H A Dplat_nand.c77 data->chip.legacy.dev_ready = pdata->ctrl.dev_ready; in plat_nand_probe()
H A Dsocrates_nand.c173 nand_chip->legacy.dev_ready = socrates_nand_device_ready; in socrates_nand_probe()
H A Dsharpsl.c178 this->legacy.dev_ready = sharpsl_nand_dev_ready; in sharpsl_nand_probe()
H A Dpasemi_nand.c157 chip->legacy.dev_ready = pasemi_device_ready; in pasemi_nand_probe()
H A Ds3c2410.c818 chip->legacy.dev_ready = s3c2410_nand_devready; in s3c2410_nand_init_chip()
826 chip->legacy.dev_ready = s3c2440_nand_devready; in s3c2410_nand_init_chip()
836 chip->legacy.dev_ready = s3c2412_nand_devready; in s3c2410_nand_init_chip()
H A Dr852.c370 if (chip->legacy.dev_ready(chip)) in r852_wait()
878 chip->legacy.dev_ready = r852_ready; in r852_probe()
H A Dtxx9ndfmc.c334 chip->legacy.dev_ready = txx9ndfmc_dev_ready; in txx9ndfmc_probe()
H A Dmpc5121_nfc.c696 chip->legacy.dev_ready = mpc5121_nfc_dev_ready; in mpc5121_nfc_probe()
H A Dlpc32xx_mlc.c750 nand_chip->legacy.dev_ready = lpc32xx_nand_device_ready; in lpc32xx_nand_probe()
H A Dcafe_nand.c706 cafe->nand.legacy.dev_ready = cafe_device_ready; in cafe_nand_probe()
H A Dlpc32xx_slc.c889 chip->legacy.dev_ready = lpc32xx_nand_device_ready; in lpc32xx_nand_probe()
H A Dnand_base.c757 if (chip->legacy.dev_ready) { in panic_nand_wait()
758 if (chip->legacy.dev_ready(chip)) in panic_nand_wait()
2125 if (!chip->legacy.dev_ready) in nand_wait_rdy_op()
/linux/include/linux/mtd/
H A Dplatnand.h43 * @dev_ready: platform specific function to read ready/busy pin
56 int (*dev_ready)(struct nand_chip *chip); member
H A Drawnand.h1091 * chip->legacy.dev_ready() and chip->legacy.waitfunc().
1147 * @dev_ready: hardware specific function for accessing device ready/busy line.
1174 int (*dev_ready)(struct nand_chip *chip); member
/linux/arch/mips/rb532/
H A Ddevices.c162 .ctrl.dev_ready = rb532_dev_ready,
/linux/arch/arm/mach-orion5x/
H A Dts78xx-setup.c242 .dev_ready = ts78xx_ts_nand_dev_ready,
/linux/arch/mips/alchemy/devboards/
H A Ddb1550.c180 .dev_ready = au1550_nand_device_ready,
H A Ddb1300.c201 .dev_ready = au1300_nand_device_ready,
H A Ddb1200.c236 .dev_ready = au1200_nand_device_ready,
/linux/drivers/mtd/nand/raw/bcm47xxnflash/
H A Dops_bcm4706.c387 nand_chip->legacy.dev_ready = bcm47xxnflash_ops_bcm4706_dev_ready; in bcm47xxnflash_ops_bcm4706_init()
/linux/Documentation/driver-api/
H A Dmtdnand.rst200 and the function pointer this->legacy.dev_ready is set to NULL.
245 this->legacy.dev_ready = board_dev_ready;
/linux/drivers/scsi/qla2xxx/
H A Dqla_nx2.c1408 goto dev_ready; in qla8044_device_bootstrap()
1446 dev_ready: in qla8044_device_bootstrap()
H A Dqla_nx.c2810 goto dev_ready; in qla82xx_device_bootstrap()
2833 dev_ready: in qla82xx_device_bootstrap()
/linux/drivers/scsi/qla4xxx/
H A Dql4_nx.c3262 goto dev_ready; in qla4_8xxx_device_bootstrap()
3289 dev_ready: in qla4_8xxx_device_bootstrap()

12