Searched refs:parts (Results 76 - 100 of 175) sorted by relevance

1234567

/linux-master/drivers/mtd/nand/onenand/
H A Dgeneric.c71 err = mtd_device_register(&info->mtd, pdata ? pdata->parts : NULL,
/linux-master/drivers/mtd/spi-nor/
H A Dxilinx.c166 .parts = xilinx_nor_parts,
H A Dissi.c143 .parts = issi_nor_parts,
/linux-master/block/partitions/
H A Dmac.c92 state->parts[slot].flags = ADDPART_FLAG_RAID;
H A Defi.c742 state->parts[i + 1].flags = ADDPART_FLAG_RAID;
744 info = &state->parts[i + 1].info;
751 state->parts[i + 1].has_info = true;
H A Dmsdos.c111 struct partition_meta_info *info = &state->parts[slot].info;
116 state->parts[slot].has_info = true;
196 state->parts[state->next].flags = ADDPART_FLAG_RAID;
689 state->parts[slot].flags = ADDPART_FLAG_RAID;
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dfalcon.c924 struct falcon_mtd_partition *parts; local
932 parts = kcalloc(2, sizeof(*parts), GFP_KERNEL);
933 if (!parts)
939 parts[n_parts].spi = spi;
940 parts[n_parts].offset = FALCON_FLASH_BOOTCODE_START;
941 parts[n_parts].common.dev_type_name = "flash";
942 parts[n_parts].common.type_name = "sfc_flash_bootrom";
943 parts[n_parts].common.mtd.type = MTD_NORFLASH;
944 parts[n_part
[all...]
/linux-master/arch/arm/mach-ep93xx/
H A Dts72xx.c153 static void __init ts72xx_register_flash(struct mtd_partition *parts, int n, argument
165 ts72xx_nand_data.chip.partitions = parts;
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
H A Dgf100.c211 const u32 parts = nvkm_rd32(device, 0x022438); local
216 for (i = 0; i < parts; i++) {
/linux-master/arch/sh/boards/
H A Dboard-urquell.c121 .parts = nor_flash_partitions,
/linux-master/include/linux/mtd/
H A Dsh_flctl.h164 struct mtd_partition *parts; member in struct:sh_flctl_platform_data
H A Donenand.h236 struct mtd_partition *parts; member in struct:onenand_platform_data
/linux-master/arch/mips/alchemy/
H A Dboard-gpr.c143 .parts = gpr_mtd_partitions,
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dnv30.c53 u32 tags = round_up(tiles / fb->ram->parts, 0x40);
/linux-master/drivers/net/ethernet/sfc/siena/
H A Defx.h166 int efx_siena_mtd_add(struct efx_nic *efx, struct efx_mtd_partition *parts,
/linux-master/arch/arm/mach-pxa/
H A Dgumstix.c67 .parts = gumstix_partitions,
/linux-master/drivers/net/ethernet/sfc/
H A Defx.h183 int efx_mtd_add(struct efx_nic *efx, struct efx_mtd_partition *parts,
/linux-master/arch/sh/boards/mach-sh7763rdp/
H A Dsetup.c42 .parts = sh7763rdp_nor_flash_partitions,
/linux-master/arch/arm/mach-omap1/
H A Dboard-palmte.c123 .parts = palmte_rom_partitions,
/linux-master/drivers/mtd/maps/
H A Dpxa2xx-flash.c94 mtd_device_parse_register(info->mtd, probes, NULL, flash->parts,
H A Dphysmap-core.c60 const struct mtd_partition *parts; member in struct:physmap_flash_info
428 info->parts = physmap_data->parts;
597 info->parts, info->nparts);
/linux-master/scripts/package/
H A Dbuilddeb88 test -d ${debhookdir}/${script}.d && run-parts --arg="${KERNELRELEASE}" --arg="/${installed_image_path}" ${debhookdir}/${script}.d
/linux-master/arch/arm/mach-orion5x/
H A Dts409-setup.c98 .parts = qnap_ts409_partitions,
H A Dmv2120-setup.c59 .parts = mv2120_partitions,
/linux-master/arch/alpha/lib/
H A Dev6-memset.S49 * with other parts of the fall-through code. This is important, even
87 mskql $4,$16,$4 # U : clear relevant parts of the quad
265 mskql $4,$16,$4 # U : clear relevant parts of the quad
453 mskql $4,$16,$4 # U : clear relevant parts of the quad

Completed in 474 milliseconds

1234567