Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/Documentation/driver-api/
H 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().
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 …]
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dnand.c97 if (nand_scan(mtd, maxchips)) in nand_init_chip()
H A Dnand_base.su
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dpasemi_nand.c165 err = nand_scan(chip, 1); in pasemi_nand_probe()
H A Doxnas_nand.c139 err = nand_scan(chip, 1); in oxnas_nand_probe()
H A Dsocrates_nand.c186 res = nand_scan(nand_chip, 1); in socrates_nand_probe()
H A Dplat_nand.c104 err = nand_scan(&data->chip, pdata->chip.nr_chips); in plat_nand_probe()
H A Dsharpsl.c186 err = nand_scan(this, 1); in sharpsl_nand_probe()
H A Dorion_nand.c199 ret = nand_scan(nc, 1); in orion_nand_probe()
H A Dxway_nand.c229 err = nand_scan(&data->chip, 1); in xway_nand_probe()
H A Dndfc.c172 ret = nand_scan(chip, 1); in ndfc_chip_init()
H A Dau1550nd.c318 ret = nand_scan(this, 1); in au1550nd_probe()
H A Dfsl_upm.c68 ret = nand_scan(&fun->chip, fun->mchip_count); in fun_chip_init()
H A Dcs553x_nand.c315 err = nand_scan(this, 1); in cs553x_init_one()
H A Dgpio.c374 ret = nand_scan(chip, 1); in gpio_nand_probe()
H A Dams-delta.c380 err = nand_scan(this, 1); in gpio_nand_probe()
H A Dtmio_nand.c453 retval = nand_scan(nand_chip, 1); in tmio_probe()
H A Dtxx9ndfmc.c361 if (nand_scan(chip, 1)) { in txx9ndfmc_probe()
H A Dmxic_nand.c540 err = nand_scan(nand_chip, 1); in mxic_nfc_probe()
H A Dmpc5121_nfc.c781 retval = nand_scan(chip, be32_to_cpup(chips_no)); in mpc5121_nfc_probe()
H A Dtango_nand.c614 err = nand_scan(chip, 1); in chip_init()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/bcm47xxnflash/
H A Dops_bcm4706.c421 err = nand_scan(&b47n->nand_chip, 1); in bcm47xxnflash_ops_bcm4706_init()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ingenic/
H A Dingenic_nand_drv.c414 ret = nand_scan(chip, 1); in ingenic_nand_init_chip()
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Drawnand.h36 extern int nand_scan(struct mtd_info *mtd, int max_chips);
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Drawnand.h1494 static inline int nand_scan(struct nand_chip *chip, unsigned int max_chips) in nand_scan() function

123