Home
last modified time | relevance | path

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

12

/Linux-v4.19/Documentation/driver-api/
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().
206 parameters and function pointers. When everything is set up nand_scan()
249 if (nand_scan (board_mtd, 1)) {
305 set before calling nand_scan(). The maxchip parameter of nand_scan()
463 nand_scan() calls the function nand_default_bbt().
[all …]
/Linux-v4.19/drivers/mtd/nand/raw/
Dcmx270_nand.c196 ret = nand_scan(cmx270_nand_mtd, 1); in cmx270_init()
Dplat_nand.c87 err = nand_scan(mtd, pdata->chip.nr_chips); in plat_nand_probe()
Dpasemi_nand.c159 err = nand_scan(pasemi_nand_mtd, 1); in pasemi_nand_probe()
Dsharpsl.c174 err = nand_scan(mtd, 1); in sharpsl_nand_probe()
Dsocrates_nand.c188 res = nand_scan(mtd, 1); in socrates_nand_probe()
Doxnas_nand.c145 err = nand_scan(mtd, 1); in oxnas_nand_probe()
Dams-delta.c238 err = nand_scan(ams_delta_mtd, 1); in ams_delta_init()
Dxway_nand.c208 err = nand_scan(mtd, 1); in xway_nand_probe()
Dorion_nand.c177 ret = nand_scan(mtd, 1); in orion_nand_probe()
Dnuc900_nand.c273 if (nand_scan(mtd, 1)) in nuc900_nand_probe()
Dcs553x_nand.c244 err = nand_scan(new_mtd, 1); in cs553x_init_one()
Dgpio.c292 ret = nand_scan(mtd, 1); in gpio_nand_probe()
Dndfc.c184 ret = nand_scan(mtd, 1); in ndfc_chip_init()
Dfsl_upm.c194 ret = nand_scan(mtd, fun->mchip_count); in fun_chip_init()
Dau1550nd.c469 ret = nand_scan(mtd, 1); in au1550nd_probe()
Djz4780_nand.c289 ret = nand_scan(mtd, 1); in jz4780_nand_init_chip()
Dtxx9ndfmc.c362 if (nand_scan(mtd, 1)) { in txx9ndfmc_probe()
Dtmio_nand.c439 retval = nand_scan(mtd, 1); in tmio_probe()
Djz4740_nand.c334 ret = nand_scan(mtd, 1); in jz_nand_detect_bank()
Ddavinci_nand.c810 ret = nand_scan(mtd, pdata->mask_chipsel ? 2 : 1); in nand_davinci_probe()
Dmpc5121_nfc.c781 retval = nand_scan(mtd, be32_to_cpup(chips_no)); in mpc5121_nfc_probe()
Dhisi504_nand.c814 ret = nand_scan(mtd, max_chips); in hisi_nfc_probe()
Dlpc32xx_mlc.c805 res = nand_scan(mtd, 1); in lpc32xx_nand_probe()
/Linux-v4.19/drivers/mtd/nand/raw/bcm47xxnflash/
Dops_bcm4706.c426 err = nand_scan(nand_to_mtd(&b47n->nand_chip), 1); in bcm47xxnflash_ops_bcm4706_init()

12