/linux/Documentation/driver-api/ |
H A D | mtdnand.rst | 60 functions before calling nand_scan(). If the function pointer is 61 NULL on entry to nand_scan() then the pointer is set to the default 75 information which is evaluated during nand_scan(). 82 nand_scan(). If the function pointer is NULL on entry to 83 nand_scan() then the pointer is set to the default function which is 90 function pointers and datafields before calling nand_scan(). 206 parameters and function pointers. When everything is set up nand_scan() 249 if (nand_scan (this, 1)) { 307 set before calling nand_scan(). The maxchip parameter of nand_scan() 465 nand_scan() calls the function nand_default_bbt(). [all …]
|
/linux/drivers/mtd/nand/raw/ |
H A D | plat_nand.c | 102 err = nand_scan(&data->chip, pdata->chip.nr_chips); in plat_nand_probe()
|
H A D | socrates_nand.c | 187 res = nand_scan(nand_chip, 1); in socrates_nand_probe()
|
H A D | pasemi_nand.c | 173 err = nand_scan(chip, 1); in pasemi_nand_probe()
|
H A D | sharpsl.c | 184 err = nand_scan(this, 1); in sharpsl_nand_probe()
|
H A D | orion_nand.c | 184 ret = nand_scan(nc, 1); in orion_nand_probe()
|
H A D | technologic-nand-controller.c | 174 err = nand_scan(&data->chip, 1); in ts72xx_nand_probe()
|
H A D | xway_nand.c | 227 err = nand_scan(&data->chip, 1); in xway_nand_probe()
|
H A D | ndfc.c | 172 ret = nand_scan(chip, 1); in ndfc_chip_init()
|
H A D | au1550nd.c | 319 ret = nand_scan(this, 1); in au1550nd_probe()
|
H A D | fsl_upm.c | 68 ret = nand_scan(&fun->chip, fun->mchip_count); in fun_chip_init()
|
H A D | cs553x_nand.c | 309 err = nand_scan(this, 1); in cs553x_init_one()
|
H A D | gpio.c | 371 ret = nand_scan(chip, 1); in gpio_nand_probe()
|
H A D | ams-delta.c | 380 err = nand_scan(this, 1); in gpio_nand_probe()
|
H A D | txx9ndfmc.c | 358 if (nand_scan(chip, 1)) { in txx9ndfmc_probe()
|
H A D | mxic_nand.c | 540 err = nand_scan(nand_chip, 1); in mxic_nfc_probe()
|
H A D | mpc5121_nfc.c | 773 retval = nand_scan(chip, be32_to_cpup(chips_no)); in mpc5121_nfc_probe()
|
H A D | intel-nand-controller.c | 691 ret = nand_scan(&ebu_host->chip, 1); in ebu_nand_probe()
|
H A D | davinci_nand.c | 861 ret = nand_scan(&info->chip, pdata->mask_chipsel ? 2 : 1); in nand_davinci_probe()
|
H A D | lpc32xx_mlc.c | 800 res = nand_scan(nand_chip, 1); in lpc32xx_nand_probe()
|
H A D | hisi504_nand.c | 787 ret = nand_scan(chip, max_chips); in hisi_nfc_probe()
|
H A D | vf610_nfc.c | 883 err = nand_scan(chip, 1); in vf610_nfc_probe()
|
/linux/drivers/mtd/nand/raw/bcm47xxnflash/ |
H A D | ops_bcm4706.c | 421 err = nand_scan(&b47n->nand_chip, 1); in bcm47xxnflash_ops_bcm4706_init()
|
/linux/drivers/mtd/nand/raw/ingenic/ |
H A D | ingenic_nand_drv.c | 405 ret = nand_scan(chip, 1); in ingenic_nand_init_chip()
|
/linux/include/linux/mtd/ |
H A D | rawnand.h | 1590 static inline int nand_scan(struct nand_chip *chip, unsigned int max_chips) in nand_scan() function
|