Home
last modified time | relevance | path

Searched refs:nand_scan (Results 1 – 25 of 52) sorted by relevance

123

/linux-6.3-rc2/Documentation/driver-api/
A Dmtdnand.rst60 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().
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().
468 nand_scan().
[all …]
/linux-6.3-rc2/drivers/mtd/nand/raw/
A Dplat_nand.c102 err = nand_scan(&data->chip, pdata->chip.nr_chips); in plat_nand_probe()
A Doxnas_nand.c137 err = nand_scan(chip, 1); in oxnas_nand_probe()
A Dsocrates_nand.c186 res = nand_scan(nand_chip, 1); in socrates_nand_probe()
A Dpasemi_nand.c173 err = nand_scan(chip, 1); in pasemi_nand_probe()
A Dsharpsl.c184 err = nand_scan(this, 1); in sharpsl_nand_probe()
A Dorion_nand.c192 ret = nand_scan(nc, 1); in orion_nand_probe()
A Dxway_nand.c227 err = nand_scan(&data->chip, 1); in xway_nand_probe()
A Dndfc.c171 ret = nand_scan(chip, 1); in ndfc_chip_init()
A Dau1550nd.c319 ret = nand_scan(this, 1); in au1550nd_probe()
A Dfsl_upm.c67 ret = nand_scan(&fun->chip, fun->mchip_count); in fun_chip_init()
A Dcs553x_nand.c309 err = nand_scan(this, 1); in cs553x_init_one()
A Dgpio.c373 ret = nand_scan(chip, 1); in gpio_nand_probe()
A Dams-delta.c380 err = nand_scan(this, 1); in gpio_nand_probe()
A Dtxx9ndfmc.c358 if (nand_scan(chip, 1)) { in txx9ndfmc_probe()
A Dmxic_nand.c540 err = nand_scan(nand_chip, 1); in mxic_nfc_probe()
A Dmpc5121_nfc.c780 retval = nand_scan(chip, be32_to_cpup(chips_no)); in mpc5121_nfc_probe()
A Ddavinci_nand.c799 ret = nand_scan(&info->chip, pdata->mask_chipsel ? 2 : 1); in nand_davinci_probe()
A Dintel-nand-controller.c687 ret = nand_scan(&ebu_host->chip, 1); in ebu_nand_probe()
A Dhisi504_nand.c787 ret = nand_scan(chip, max_chips); in hisi_nfc_probe()
A Dlpc32xx_mlc.c796 res = nand_scan(nand_chip, 1); in lpc32xx_nand_probe()
A Dvf610_nfc.c893 err = nand_scan(chip, 1); in vf610_nfc_probe()
/linux-6.3-rc2/drivers/mtd/nand/raw/bcm47xxnflash/
A Dops_bcm4706.c421 err = nand_scan(&b47n->nand_chip, 1); in bcm47xxnflash_ops_bcm4706_init()
/linux-6.3-rc2/drivers/mtd/nand/raw/ingenic/
A Dingenic_nand_drv.c418 ret = nand_scan(chip, 1); in ingenic_nand_init_chip()
/linux-6.3-rc2/include/linux/mtd/
A Drawnand.h1572 static inline int nand_scan(struct nand_chip *chip, unsigned int max_chips) in nand_scan() function

Completed in 38 milliseconds

123