Home
last modified time | relevance | path

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

/linux-4.4.14/arch/cris/arch-v10/drivers/
Daxisflashmap.c375 err = mtd_device_register(mymtd, &main_partition, 1); in init_axis_flash()
385 err = mtd_device_register(mymtd, in init_axis_flash()
389 err = mtd_device_register(mymtd, axis_partitions, in init_axis_flash()
/linux-4.4.14/drivers/mtd/maps/
Dsc520cdp.c269 mtd_device_register(merged_mtd, NULL, 0); in init_sc520cdp()
272 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()
Dtsunami_flash.c101 mtd_device_register(tsunami_flash_mtd, NULL, 0); in init_tsunami_flash()
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()
Duclinux.c116 mtd_device_register(mtd, uclinux_romfs, NUM_PARTITIONS); in uclinux_mtd_init()
Dl440gx.c145 mtd_device_register(mymtd, NULL, 0); in init_l440gx()
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()
Dscx200_docflash.c200 mtd_device_register(mymtd, partition_info, NUM_PARTITIONS); in init_scx200_docflash()
Dplat-ram.c228 err = mtd_device_register(info->mtd, NULL, 0); in platram_probe()
Dpmcmsp-flash.c176 mtd_device_register(msp_flash[i], msp_parts[i], pcnt); in init_msp_flash()
Dpci.c291 mtd_device_register(mtd, NULL, 0); in mtd_pci_probe()
Damd76xrom.c265 if (mtd_device_register(map->mtd, NULL, 0)) { in amd76xrom_init_one()
Dck804xrom.c294 if (mtd_device_register(map->mtd, NULL, 0)) { in ck804xrom_init_one()
Dichxrom.c290 if (mtd_device_register(map->mtd, NULL, 0)) { in ichxrom_init_one()
Desb2rom.c355 if (mtd_device_register(map->mtd, NULL, 0)) { in esb2rom_init_one()
Dpcmciamtd.c623 if (mtd_device_register(mtd, NULL, 0)) { in pcmciamtd_config()
Dvmu-flash.c558 error = mtd_device_register(mtd_cur, NULL, 0); in vmu_queryblocks()
/linux-4.4.14/arch/cris/arch-v32/drivers/
Daxisflashmap.c533 err = mtd_device_register(main_mtd, &main_partition, 1); in init_axis_flash()
569 err = mtd_device_register(main_mtd, &partition[part], in init_axis_flash()
579 err = mtd_device_register(aux_mtd, &aux_partition, 1); in init_axis_flash()
/linux-4.4.14/drivers/media/pci/cobalt/
Dcobalt-flash.c118 mtd_device_register(mtd, NULL, 0); in cobalt_flash_probe()
/linux-4.4.14/drivers/mtd/nand/
Dsm_common.c135 return mtd_device_register(mtd, NULL, 0); in sm_register_device()
Dpasemi_nand.c167 if (mtd_device_register(pasemi_nand_mtd, NULL, 0)) { in pasemi_nand_probe()
Dams-delta.c248 mtd_device_register(ams_delta_mtd, partition_info, in ams_delta_init()
Dnuc900_nand.c280 mtd_device_register(&(nuc900_nand->mtd), partitions, in nuc900_nand_probe()
Dau1550nd.c476 mtd_device_register(&ctx->info, pd->parts, pd->num_parts); in au1550nd_probe()
Dbf5xx_nand.c667 return mtd_device_register(mtd, parts, nr); in bf5xx_nand_add_partition()
Ddiskonchip.c1304 return mtd_device_register(mtd, parts, no_autopart ? 0 : numparts); in nftl_scan_bbt()
1358 return mtd_device_register(mtd, parts, no_autopart ? 0 : numparts); in inftl_scan_bbt()
Ddenali.c1607 ret = mtd_device_register(&denali->mtd, NULL, 0); in denali_init()
Dnandsim.c2382 retval = mtd_device_register(nsmtd, &nand->partitions[0], in ns_init_module()
/linux-4.4.14/drivers/net/ethernet/sfc/
Dmtd.c88 if (mtd_device_register(&part->mtd, NULL, 0)) in efx_mtd_add()
/linux-4.4.14/drivers/mtd/devices/
Dmtdram.c138 if (mtd_device_register(mtd, NULL, 0)) in mtdram_init_device()
Dpowernv_flash.c246 ret = mtd_device_register(&data->mtd, NULL, 0); in powernv_flash_probe()
Dphram.c128 if (mtd_device_register(&new->mtd, NULL, 0)) { in register_device()
Dms02-nv.c215 if (mtd_device_register(mtd, NULL, 0)) { in ms02nv_init_one()
Dslram.c187 if (mtd_device_register((*curmtd)->mtdinfo, NULL, 0)) { in register_device()
Dlart.c669 result = mtd_device_register(&mtd, lart_partitions, in lart_flash_init()
Dblock2mtd.c305 if (mtd_device_register(&dev->mtd, NULL, 0)) { in add_device()
Dpmc551.c790 if (mtd_device_register(mtd, NULL, 0)) { in init_pmc551()
/linux-4.4.14/drivers/mtd/ubi/
Dgluebi.c348 if (mtd_device_register(mtd, NULL, 0)) { in gluebi_create()
/linux-4.4.14/include/linux/mtd/
Dmtd.h377 #define mtd_device_register(master, parts, nr_parts) \ macro
/linux-4.4.14/drivers/staging/goldfish/
Dgoldfish_nand.c364 if (mtd_device_register(mtd, NULL, 0)) in goldfish_nand_init_device()