Home
last modified time | relevance | path

Searched refs:mtd_device_parse_register (Results 1 – 23 of 23) sorted by relevance

/Linux-v4.19/drivers/mtd/maps/
Dsolutionengine.c73 mtd_device_parse_register(flash_mtd, probes, NULL, NULL, 0); in init_soleng_maps()
Dpxa2xx-flash.c98 mtd_device_parse_register(info->mtd, probes, NULL, flash->parts, in pxa2xx_flash_probe()
Dplat-ram.c190 err = mtd_device_parse_register(info->mtd, pdata->probes, NULL, in platram_probe()
Ddc21285.c198 mtd_device_parse_register(dc21285_mtd, probes, NULL, NULL, 0); in init_dc21285()
Dixp4xx.c234 err = mtd_device_parse_register(info->mtd, probes, &ppdata, in ixp4xx_flash_probe()
Dgpio-addr-flash.c274 mtd_device_parse_register(state->mtd, part_probe_types, NULL, in gpio_flash_probe()
Dphysmap.c190 mtd_device_parse_register(info->cmtd, part_types, NULL, in physmap_flash_probe()
Dsa1100-flash.c269 mtd_device_parse_register(info->mtd, part_probes, NULL, plat->parts, in sa1100_mtd_probe()
Dphysmap_of_core.c324 mtd_device_parse_register(info->cmtd, part_probe_types, NULL, in of_flash_probe()
/Linux-v4.19/drivers/mtd/nand/raw/bcm47xxnflash/
Dmain.c55 err = mtd_device_parse_register(mtd, probes, NULL, NULL, 0); in bcm47xxnflash_probe()
/Linux-v4.19/arch/mips/cavium-octeon/
Dflash_setup.c112 mtd_device_parse_register(mymtd, part_probe_types, in octeon_flash_probe()
/Linux-v4.19/drivers/mtd/nand/raw/
Dplat_nand.c93 err = mtd_device_parse_register(mtd, part_types, NULL, in plat_nand_probe()
Dsharpsl.c181 err = mtd_device_parse_register(mtd, data->part_parsers, NULL, in sharpsl_nand_probe()
Dtmio_nand.c444 retval = mtd_device_parse_register(mtd, in tmio_probe()
Dfsl_elbc_nand.c924 ret = mtd_device_parse_register(mtd, part_probe_types, NULL, NULL, 0); in fsl_elbc_nand_probe()
Dcafe_nand.c793 err = mtd_device_parse_register(mtd, part_probes, NULL, NULL, 0); in cafe_nand_probe()
Dfsl_ifc_nand.c1060 ret = mtd_device_parse_register(mtd, part_probe_types, NULL, NULL, 0); in fsl_ifc_nand_probe()
Ddocg4.c1402 retval = mtd_device_parse_register(mtd, part_probes, NULL, NULL, 0); in probe_docg4()
Dmxc_nand.c1908 err = mtd_device_parse_register(mtd, part_probes, NULL, in mxcnd_probe()
/Linux-v4.19/include/linux/mtd/
Dmtd.h561 extern int mtd_device_parse_register(struct mtd_info *mtd,
567 mtd_device_parse_register(master, NULL, NULL, parts, nr_parts)
/Linux-v4.19/drivers/mtd/devices/
Dbcm47xxsflash.c346 err = mtd_device_parse_register(&b47s->mtd, probes, NULL, NULL, 0); in bcm47xxsflash_bcma_probe()
Ddocg3.c2020 ret = mtd_device_parse_register(mtd, part_probes, NULL, NULL, in docg3_probe()
/Linux-v4.19/drivers/mtd/
Dmtdcore.c698 int mtd_device_parse_register(struct mtd_info *mtd, const char * const *types, in mtd_device_parse_register() function
748 EXPORT_SYMBOL_GPL(mtd_device_parse_register);