Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/mtd/maps/
Dsolutionengine.c73 mtd_device_parse_register(flash_mtd, probes, NULL, NULL, 0); in init_soleng_maps()
Dpxa2xx-flash.c94 mtd_device_parse_register(info->mtd, probes, NULL, flash->parts, in pxa2xx_flash_probe()
Dplat-ram.c176 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.c235 err = mtd_device_parse_register(info->mtd, probes, &ppdata, in ixp4xx_flash_probe()
Dsa1100-flash.c278 mtd_device_parse_register(info->mtd, part_probes, NULL, plat->parts, in sa1100_mtd_probe()
Dphysmap-core.c595 err = mtd_device_parse_register(info->cmtd, info->part_types, NULL, in physmap_flash_probe()
/Linux-v5.15/drivers/mtd/nand/raw/bcm47xxnflash/
Dmain.c51 err = mtd_device_parse_register(mtd, probes, NULL, NULL, 0); in bcm47xxnflash_probe()
/Linux-v5.15/arch/mips/cavium-octeon/
Dflash_setup.c112 mtd_device_parse_register(mymtd, part_probe_types, in octeon_flash_probe()
/Linux-v5.15/drivers/mtd/nand/raw/
Dplat_nand.c104 err = mtd_device_parse_register(mtd, part_types, NULL, in plat_nand_probe()
Dsharpsl.c202 err = mtd_device_parse_register(mtd, data->part_parsers, NULL, in sharpsl_nand_probe()
Dtmio_nand.c459 retval = mtd_device_parse_register(mtd, in tmio_probe()
Dfsl_elbc_nand.c937 ret = mtd_device_parse_register(mtd, part_probe_types, NULL, NULL, 0); in fsl_elbc_nand_probe()
Dcafe_nand.c786 err = mtd_device_parse_register(mtd, part_probes, NULL, NULL, 0); in cafe_nand_probe()
Dfsl_ifc_nand.c1080 ret = mtd_device_parse_register(mtd, part_probe_types, NULL, NULL, 0); in fsl_ifc_nand_probe()
Dmxc_nand.c1817 err = mtd_device_parse_register(mtd, part_probes, NULL, NULL, 0); in mxcnd_probe()
Dqcom_nandc.c2960 ret = mtd_device_parse_register(mtd, probes, NULL, NULL, 0); in qcom_nand_host_init_and_register()
/Linux-v5.15/include/linux/mtd/
Dmtd.h676 extern int mtd_device_parse_register(struct mtd_info *mtd,
682 mtd_device_parse_register(master, NULL, NULL, parts, nr_parts)
/Linux-v5.15/drivers/mtd/devices/
Dbcm47xxsflash.c347 err = mtd_device_parse_register(&b47s->mtd, probes, NULL, NULL, 0); in bcm47xxsflash_bcma_probe()
Ddocg3.c2004 ret = mtd_device_parse_register(mtd, part_probes, NULL, NULL, in docg3_probe()
/Linux-v5.15/drivers/mtd/
Dmtdcore.c954 int mtd_device_parse_register(struct mtd_info *mtd, const char * const *types, in mtd_device_parse_register() function
1009 EXPORT_SYMBOL_GPL(mtd_device_parse_register);