| /linux-4.4.14/arch/cris/arch-v10/drivers/ |
| D | axisflashmap.c | 375 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/ |
| D | sc520cdp.c | 269 mtd_device_register(merged_mtd, NULL, 0); in init_sc520cdp() 272 mtd_device_register(mymtd[2], NULL, 0); in init_sc520cdp()
|
| D | ts5500_flash.c | 92 mtd_device_register(mymtd, ts5500_partitions, NUM_PARTITIONS); in init_ts5500_map()
|
| D | solutionengine.c | 70 mtd_device_register(eprom_mtd, NULL, 0); in init_soleng_maps()
|
| D | netsc520.c | 119 mtd_device_register(mymtd, partition_info, NUM_PARTITIONS); in init_netsc520()
|
| D | cfi_flagadm.c | 110 mtd_device_register(mymtd, flagadm_parts, PARTITION_COUNT); in init_flagadm()
|
| D | tsunami_flash.c | 101 mtd_device_register(tsunami_flash_mtd, NULL, 0); in init_tsunami_flash()
|
| D | nettel.c | 386 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()
|
| D | uclinux.c | 116 mtd_device_register(mtd, uclinux_romfs, NUM_PARTITIONS); in uclinux_mtd_init()
|
| D | l440gx.c | 145 mtd_device_register(mymtd, NULL, 0); in init_l440gx()
|
| D | sun_uflash.c | 103 mtd_device_register(up->mtd, NULL, 0); in uflash_devinit()
|
| D | scb2_flash.c | 193 mtd_device_register(scb2_mtd, NULL, 0); in scb2_flash_probe()
|
| D | sbc_gxx.c | 226 mtd_device_register(all_mtd, partition_info, NUM_PARTITIONS); in init_sbc_gxx()
|
| D | scx200_docflash.c | 200 mtd_device_register(mymtd, partition_info, NUM_PARTITIONS); in init_scx200_docflash()
|
| D | plat-ram.c | 228 err = mtd_device_register(info->mtd, NULL, 0); in platram_probe()
|
| D | pmcmsp-flash.c | 176 mtd_device_register(msp_flash[i], msp_parts[i], pcnt); in init_msp_flash()
|
| D | pci.c | 291 mtd_device_register(mtd, NULL, 0); in mtd_pci_probe()
|
| D | amd76xrom.c | 265 if (mtd_device_register(map->mtd, NULL, 0)) { in amd76xrom_init_one()
|
| D | ck804xrom.c | 294 if (mtd_device_register(map->mtd, NULL, 0)) { in ck804xrom_init_one()
|
| D | ichxrom.c | 290 if (mtd_device_register(map->mtd, NULL, 0)) { in ichxrom_init_one()
|
| D | esb2rom.c | 355 if (mtd_device_register(map->mtd, NULL, 0)) { in esb2rom_init_one()
|
| D | pcmciamtd.c | 623 if (mtd_device_register(mtd, NULL, 0)) { in pcmciamtd_config()
|
| D | vmu-flash.c | 558 error = mtd_device_register(mtd_cur, NULL, 0); in vmu_queryblocks()
|
| /linux-4.4.14/arch/cris/arch-v32/drivers/ |
| D | axisflashmap.c | 533 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/ |
| D | cobalt-flash.c | 118 mtd_device_register(mtd, NULL, 0); in cobalt_flash_probe()
|
| /linux-4.4.14/drivers/mtd/nand/ |
| D | sm_common.c | 135 return mtd_device_register(mtd, NULL, 0); in sm_register_device()
|
| D | pasemi_nand.c | 167 if (mtd_device_register(pasemi_nand_mtd, NULL, 0)) { in pasemi_nand_probe()
|
| D | ams-delta.c | 248 mtd_device_register(ams_delta_mtd, partition_info, in ams_delta_init()
|
| D | nuc900_nand.c | 280 mtd_device_register(&(nuc900_nand->mtd), partitions, in nuc900_nand_probe()
|
| D | au1550nd.c | 476 mtd_device_register(&ctx->info, pd->parts, pd->num_parts); in au1550nd_probe()
|
| D | bf5xx_nand.c | 667 return mtd_device_register(mtd, parts, nr); in bf5xx_nand_add_partition()
|
| D | diskonchip.c | 1304 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()
|
| D | denali.c | 1607 ret = mtd_device_register(&denali->mtd, NULL, 0); in denali_init()
|
| D | nandsim.c | 2382 retval = mtd_device_register(nsmtd, &nand->partitions[0], in ns_init_module()
|
| /linux-4.4.14/drivers/net/ethernet/sfc/ |
| D | mtd.c | 88 if (mtd_device_register(&part->mtd, NULL, 0)) in efx_mtd_add()
|
| /linux-4.4.14/drivers/mtd/devices/ |
| D | mtdram.c | 138 if (mtd_device_register(mtd, NULL, 0)) in mtdram_init_device()
|
| D | powernv_flash.c | 246 ret = mtd_device_register(&data->mtd, NULL, 0); in powernv_flash_probe()
|
| D | phram.c | 128 if (mtd_device_register(&new->mtd, NULL, 0)) { in register_device()
|
| D | ms02-nv.c | 215 if (mtd_device_register(mtd, NULL, 0)) { in ms02nv_init_one()
|
| D | slram.c | 187 if (mtd_device_register((*curmtd)->mtdinfo, NULL, 0)) { in register_device()
|
| D | lart.c | 669 result = mtd_device_register(&mtd, lart_partitions, in lart_flash_init()
|
| D | block2mtd.c | 305 if (mtd_device_register(&dev->mtd, NULL, 0)) { in add_device()
|
| D | pmc551.c | 790 if (mtd_device_register(mtd, NULL, 0)) { in init_pmc551()
|
| /linux-4.4.14/drivers/mtd/ubi/ |
| D | gluebi.c | 348 if (mtd_device_register(mtd, NULL, 0)) { in gluebi_create()
|
| /linux-4.4.14/include/linux/mtd/ |
| D | mtd.h | 377 #define mtd_device_register(master, parts, nr_parts) \ macro
|
| /linux-4.4.14/drivers/staging/goldfish/ |
| D | goldfish_nand.c | 364 if (mtd_device_register(mtd, NULL, 0)) in goldfish_nand_init_device()
|