Searched refs:parts (Results 26 - 50 of 175) sorted by relevance

1234567

/linux-master/drivers/regulator/
H A Dqcom_rpm-regulator.c45 (((reg)->parts->fm.mask >> (reg)->parts->fm.shift) == 3)
53 const struct rpm_reg_parts *parts; member in struct:qcom_rpm_reg
203 vreg->parts->request_len);
210 const struct rpm_reg_parts *parts = vreg->parts; local
211 const struct request_member *req = &parts->mV;
237 const struct rpm_reg_parts *parts = vreg->parts; local
238 const struct request_member *req = &parts
270 const struct rpm_reg_parts *parts = vreg->parts; local
289 const struct rpm_reg_parts *parts = vreg->parts; local
308 const struct rpm_reg_parts *parts = vreg->parts; local
327 const struct rpm_reg_parts *parts = vreg->parts; local
346 const struct rpm_reg_parts *parts = vreg->parts; local
365 const struct rpm_reg_parts *parts = vreg->parts; local
391 const struct rpm_reg_parts *parts = vreg->parts; local
[all...]
/linux-master/drivers/net/ethernet/sfc/
H A Dmtd.c54 int efx_mtd_add(struct efx_nic *efx, struct efx_mtd_partition *parts, argument
61 part = (struct efx_mtd_partition *)((char *)parts +
90 part = (struct efx_mtd_partition *)((char *)parts +
100 struct efx_mtd_partition *parts, *part, *next; local
107 parts = list_first_entry(&efx->mtd_list, struct efx_mtd_partition,
113 kfree(parts);
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dmtd.c54 int ef4_mtd_add(struct ef4_nic *efx, struct ef4_mtd_partition *parts, argument
61 part = (struct ef4_mtd_partition *)((char *)parts +
87 part = (struct ef4_mtd_partition *)((char *)parts +
97 struct ef4_mtd_partition *parts, *part, *next; local
104 parts = list_first_entry(&efx->mtd_list, struct ef4_mtd_partition,
110 kfree(parts);
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dmtd.c54 int efx_siena_mtd_add(struct efx_nic *efx, struct efx_mtd_partition *parts, argument
61 part = (struct efx_mtd_partition *)((char *)parts +
90 part = (struct efx_mtd_partition *)((char *)parts +
100 struct efx_mtd_partition *parts, *part, *next; local
107 parts = list_first_entry(&efx->mtd_list, struct efx_mtd_partition,
113 kfree(parts);
/linux-master/drivers/mtd/spi-nor/
H A Dxmc.c28 .parts = xmc_nor_parts,
H A Desmt.c35 .parts = esmt_nor_parts,
H A Dintel.c32 .parts = intel_nor_parts,
H A Deverspin.c39 .parts = everspin_nor_parts,
/linux-master/drivers/mtd/parsers/
H A Dscpart.c148 struct mtd_partition *parts = NULL; local
174 parts = kcalloc(of_get_child_count(ofpart_node), sizeof(*parts),
176 if (!parts) {
196 parts[nr_parts].offset = scpart_map[n].part_offs;
197 parts[nr_parts].size = scpart_map[n].part_bytes;
198 parts[nr_parts].of_node = pp;
201 parts[nr_parts].name = partname;
203 parts[nr_parts].mask_flags |= MTD_WRITEABLE;
205 parts[nr_part
[all...]
H A Dafs.c327 struct mtd_partition *parts; local
347 parts = kzalloc(sz, GFP_KERNEL);
348 if (!parts)
356 ret = afs_parse_v1_partition(mtd, off, &parts[i]);
362 ret = afs_parse_v2_partition(mtd, off, &parts[i]);
369 *pparts = parts;
374 kfree(parts[i].name);
375 kfree(parts);
/linux-master/block/partitions/
H A Dcheck.h19 } *parts; member in struct:parsed_partitions
42 p->parts[n].from = from;
43 p->parts[n].size = size;
H A Dsun.c116 state->parts[slot].flags = 0;
119 state->parts[slot].flags |= ADDPART_FLAG_RAID;
121 state->parts[slot].flags |= ADDPART_FLAG_WHOLEDISK;
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramnv20.c46 (*pram)->parts = (nvkm_rd32(device, 0x100200) & 0x00000003) + 1;
H A Dramnv49.c46 (*pram)->parts = (nvkm_rd32(device, 0x100200) & 0x00000003) + 1;
H A Dramnv41.c46 (*pram)->parts = (nvkm_rd32(device, 0x100200) & 0x00000003) + 1;
H A Dnv25.c34 u32 tags = round_up(tiles / fb->ram->parts, 0x40);
/linux-master/arch/mips/cobalt/
H A Dmtd.c23 .parts = cobalt_mtd_partitions,
/linux-master/drivers/mtd/
H A Dmtdcore.h22 void mtd_part_parser_cleanup(struct mtd_partitions *parts);
/linux-master/drivers/irqchip/
H A Dirq-partition-percpu.c18 struct partition_affinity *parts; member in struct:partition_desc
28 return cpumask_test_cpu(cpu, &part->parts[hwirq].mask);
154 irq_set_percpu_devid_partition(virq, &part->parts[hwirq].mask);
180 if (desc->parts[i].partition_id == partition_id) {
181 part = &desc->parts[i];
195 struct partition_affinity *parts,
224 desc->parts = parts;
194 partition_create_desc(struct fwnode_handle *fwnode, struct partition_affinity *parts, int nr_parts, int chained_irq, const struct irq_domain_ops *ops) argument
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum2_kvdl.c53 struct mlxsw_sp2_kvdl_part *parts[MLXSW_SP2_KVDL_PARTS_INFO_LEN]; member in struct:mlxsw_sp2_kvdl
152 struct mlxsw_sp2_kvdl_part *part = kvdl->parts[type];
164 struct mlxsw_sp2_kvdl_part *part = kvdl->parts[type];
230 kvdl->parts[i] = mlxsw_sp2_kvdl_part_init(mlxsw_sp, info);
231 if (IS_ERR(kvdl->parts[i])) {
232 err = PTR_ERR(kvdl->parts[i]);
240 mlxsw_sp2_kvdl_part_fini(kvdl->parts[i]);
249 mlxsw_sp2_kvdl_part_fini(kvdl->parts[i]);
H A Dspectrum1_kvdl.c67 struct mlxsw_sp1_kvdl_part *parts[MLXSW_SP1_KVDL_PARTS_INFO_LEN]; member in struct:mlxsw_sp1_kvdl
78 part = kvdl->parts[i];
95 part = kvdl->parts[i];
253 kvdl->parts[i] = mlxsw_sp1_kvdl_part_init(mlxsw_sp, info,
255 if (IS_ERR(kvdl->parts[i])) {
256 err = PTR_ERR(kvdl->parts[i]);
259 part_prev = kvdl->parts[i];
265 mlxsw_sp1_kvdl_part_fini(kvdl->parts[i]);
274 mlxsw_sp1_kvdl_part_fini(kvdl->parts[i]);
300 occ += mlxsw_sp1_kvdl_part_occ(kvdl->parts[
[all...]
/linux-master/include/linux/mtd/
H A Dpartitions.h90 const struct mtd_partition *parts; member in struct:mtd_partitions
/linux-master/include/linux/platform_data/
H A Dmtd-davinci.h60 struct mtd_partition *parts; member in struct:davinci_nand_pdata
/linux-master/arch/mips/txx9/generic/
H A Dsetup.c539 static struct mtd_partition parts[2]; local
543 if (pdata->nr_parts == 0 && !pdata->parts &&
545 !parts[0].name) {
546 parts[0].name = "boot";
547 parts[0].offset = 0x1fc00000 - addr;
548 parts[0].size = addr + size - 0x1fc00000;
549 parts[1].name = "user";
550 parts[1].offset = 0;
551 parts[1].size = 0x1fc00000 - addr;
553 pdata_part.nr_parts = ARRAY_SIZE(parts);
[all...]
/linux-master/drivers/mtd/nand/raw/
H A Ddiskonchip.c905 static inline int __init nftl_partscan(struct mtd_info *mtd, struct mtd_partition *parts) argument
984 parts[0].name = " DiskOnChip Firmware / Media Header partition";
985 parts[0].offset = 0;
986 parts[0].size = offs;
990 parts[numparts].name = " DiskOnChip BDTL partition";
991 parts[numparts].offset = offs;
992 parts[numparts].size = (mh->NumEraseUnits - numheaders) << this->bbt_erase_shift;
994 offs += parts[numparts].size;
998 parts[numparts].name = " DiskOnChip Remainder partition";
999 parts[numpart
1011 inftl_partscan(struct mtd_info *mtd, struct mtd_partition *parts) argument
1135 struct mtd_partition parts[2]; local
1170 struct mtd_partition parts[5]; local
[all...]

Completed in 736 milliseconds

1234567