Home
last modified time | relevance | path

Searched refs:mtd_device_register (Results 1 – 25 of 101) sorted by relevance

12345

/Linux-v4.19/drivers/mtd/maps/
Dsc520cdp.c275 mtd_device_register(merged_mtd, NULL, 0); in init_sc520cdp()
278 mtd_device_register(mymtd[2], NULL, 0); in init_sc520cdp()
Dts5500_flash.c92 mtd_device_register(mymtd, ts5500_partitions, NUM_PARTITIONS); in init_ts5500_map()
Dsolutionengine.c70 mtd_device_register(eprom_mtd, NULL, 0); in init_soleng_maps()
Dnetsc520.c119 mtd_device_register(mymtd, partition_info, NUM_PARTITIONS); in init_netsc520()
Dcfi_flagadm.c110 mtd_device_register(mymtd, flagadm_parts, PARTITION_COUNT); in init_flagadm()
Duclinux.c118 mtd_device_register(mtd, uclinux_romfs, NUM_PARTITIONS); in uclinux_mtd_init()
Dnettel.c386 rc = mtd_device_register(intel_mtd, nettel_intel_partitions, in nettel_init()
393 rc = mtd_device_register(amd_mtd, nettel_amd_partitions, in nettel_init()
Dtsunami_flash.c102 mtd_device_register(tsunami_flash_mtd, NULL, 0); in init_tsunami_flash()
Dimpa7.c91 mtd_device_register(impa7_mtd[i], partitions, in init_impa7()
Dl440gx.c145 mtd_device_register(mymtd, NULL, 0); in init_l440gx()
Drbtx4939-flash.c100 err = mtd_device_register(info->mtd, pdata->parts, pdata->nr_parts); in rbtx4939_flash_probe()
Dsun_uflash.c103 mtd_device_register(up->mtd, NULL, 0); in uflash_devinit()
Dscb2_flash.c193 mtd_device_register(scb2_mtd, NULL, 0); in scb2_flash_probe()
Dsbc_gxx.c226 mtd_device_register(all_mtd, partition_info, NUM_PARTITIONS); in init_sbc_gxx()
Dplat-ram.c198 err = mtd_device_register(info->mtd, NULL, 0); in platram_probe()
Dscx200_docflash.c200 mtd_device_register(mymtd, partition_info, NUM_PARTITIONS); in init_scx200_docflash()
Dpmcmsp-flash.c174 mtd_device_register(msp_flash[i], msp_parts[i], pcnt); in init_msp_flash()
/Linux-v4.19/drivers/mtd/nand/onenand/
Dgeneric.c69 err = mtd_device_register(&info->mtd, pdata ? pdata->parts : NULL, in generic_onenand_probe()
/Linux-v4.19/drivers/media/pci/cobalt/
Dcobalt-flash.c106 mtd_device_register(mtd, NULL, 0); in cobalt_flash_probe()
/Linux-v4.19/drivers/net/ethernet/sfc/
Dmtd.c79 if (mtd_device_register(&part->mtd, NULL, 0)) in efx_mtd_add()
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Dmtd.c79 if (mtd_device_register(&part->mtd, NULL, 0)) in ef4_mtd_add()
/Linux-v4.19/drivers/mtd/nand/raw/
Dcmx270_nand.c203 ret = mtd_device_register(cmx270_nand_mtd, partition_info, in cmx270_init()
Dsm_common.c202 ret = mtd_device_register(mtd, NULL, 0); in sm_register_device()
Dpasemi_nand.c163 if (mtd_device_register(pasemi_nand_mtd, NULL, 0)) { in pasemi_nand_probe()
/Linux-v4.19/drivers/mtd/devices/
Dmtdram.c148 if (mtd_device_register(mtd, NULL, 0)) in mtdram_init_device()

12345