Home
last modified time | relevance | path

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

12

/Linux-v6.6/drivers/mtd/nand/raw/
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()
Dplat_nand.c77 data->chip.legacy.dev_ready = pdata->ctrl.dev_ready; in plat_nand_probe()
Dsocrates_nand.c173 nand_chip->legacy.dev_ready = socrates_nand_device_ready; in socrates_nand_probe()
Dpasemi_nand.c157 chip->legacy.dev_ready = pasemi_device_ready; in pasemi_nand_probe()
Dsharpsl.c178 this->legacy.dev_ready = sharpsl_nand_dev_ready; in sharpsl_nand_probe()
Ds3c2410.c820 chip->legacy.dev_ready = s3c2410_nand_devready; in s3c2410_nand_init_chip()
828 chip->legacy.dev_ready = s3c2440_nand_devready; in s3c2410_nand_init_chip()
838 chip->legacy.dev_ready = s3c2412_nand_devready; in s3c2410_nand_init_chip()
Dxway_nand.c189 data->chip.legacy.dev_ready = xway_dev_ready; in xway_nand_probe()
Dndfc.c143 chip->legacy.dev_ready = ndfc_ready; in ndfc_chip_init()
Dr852.c370 if (chip->legacy.dev_ready(chip)) in r852_wait()
875 chip->legacy.dev_ready = r852_ready; in r852_probe()
Dtxx9ndfmc.c334 chip->legacy.dev_ready = txx9ndfmc_dev_ready; in txx9ndfmc_probe()
Dmpc5121_nfc.c696 chip->legacy.dev_ready = mpc5121_nfc_dev_ready; in mpc5121_nfc_probe()
Dlpc32xx_mlc.c745 nand_chip->legacy.dev_ready = lpc32xx_nand_device_ready; in lpc32xx_nand_probe()
Dcafe_nand.c706 cafe->nand.legacy.dev_ready = cafe_device_ready; in cafe_nand_probe()
Dlpc32xx_slc.c885 chip->legacy.dev_ready = lpc32xx_nand_device_ready; in lpc32xx_nand_probe()
/Linux-v6.6/include/linux/mtd/
Dplatnand.h56 int (*dev_ready)(struct nand_chip *chip); member
Drawnand.h1161 int (*dev_ready)(struct nand_chip *chip); member
/Linux-v6.6/arch/mips/rb532/
Ddevices.c162 .ctrl.dev_ready = rb532_dev_ready,
/Linux-v6.6/arch/arm/mach-ep93xx/
Dts72xx.c133 .dev_ready = ts72xx_nand_device_ready,
/Linux-v6.6/arch/arm/mach-orion5x/
Dts78xx-setup.c242 .dev_ready = ts78xx_ts_nand_dev_ready,
/Linux-v6.6/arch/mips/alchemy/devboards/
Ddb1550.c180 .dev_ready = au1550_nand_device_ready,
Ddb1300.c201 .dev_ready = au1300_nand_device_ready,
Ddb1200.c236 .dev_ready = au1200_nand_device_ready,
/Linux-v6.6/drivers/mtd/nand/raw/bcm47xxnflash/
Dops_bcm4706.c384 nand_chip->legacy.dev_ready = bcm47xxnflash_ops_bcm4706_dev_ready; in bcm47xxnflash_ops_bcm4706_init()
/Linux-v6.6/arch/sh/boards/mach-migor/
Dsetup.c196 .dev_ready = migor_nand_flash_ready,
/Linux-v6.6/Documentation/driver-api/
Dmtdnand.rst200 and the function pointer this->legacy.dev_ready is set to NULL.
245 this->legacy.dev_ready = board_dev_ready;

12