Searched refs:part (Results 51 - 75 of 233) sorted by relevance

12345678910

/linux-master/arch/arm/mach-omap2/
H A Dcm_common.c70 * @part: PRCM partition
81 int omap_cm_wait_module_ready(u8 part, s16 prcm_mod, u16 idlest_reg, argument
90 return cm_ll_data->wait_module_ready(part, prcm_mod, idlest_reg,
96 * @part: PRCM partition
107 int omap_cm_wait_module_idle(u8 part, s16 prcm_mod, u16 idlest_reg, argument
116 return cm_ll_data->wait_module_idle(part, prcm_mod, idlest_reg,
123 * @part: PRCM partition
127 * Enables clocks for a module identified by (@part, @inst, @clkctrl_offs)
131 int omap_cm_module_enable(u8 mode, u8 part, u16 inst, u16 clkctrl_offs) argument
139 cm_ll_data->module_enable(mode, part, ins
153 omap_cm_module_disable(u8 part, u16 inst, u16 clkctrl_offs) argument
165 omap_cm_xlate_clkctrl(u8 part, u16 inst, u16 clkctrl_offs) argument
[all...]
H A Dprm_common.c355 * @part: PRM partition ID (e.g., OMAP4430_PRM_PARTITION)
360 * identified by (@part, @inst, @idx), which means that some context
365 bool prm_was_any_context_lost_old(u8 part, s16 inst, u16 idx) argument
370 ret = prm_ll_data->was_any_context_lost_old(part, inst, idx);
380 * @part: PRM partition ID (e.g., OMAP4430_PRM_PARTITION)
385 * (@part, @inst, @idx). No return value. XXX Deprecated; callers
389 void prm_clear_context_loss_flags_old(u8 part, s16 inst, u16 idx) argument
392 prm_ll_data->clear_context_loss_flags_old(part, inst, idx);
401 * @part: PRM partition
407 int omap_prm_assert_hardreset(u8 shift, u8 part, s1 argument
429 omap_prm_deassert_hardreset(u8 shift, u8 st_shift, u8 part, s16 prm_mod, u16 offset, u16 st_offset) argument
451 omap_prm_is_hardreset_asserted(u8 shift, u8 part, s16 prm_mod, u16 offset) argument
[all...]
H A Dcm33xx.c30 * 0x2 idle: Module is in Idle mode (only OCP part). It is functional if
211 * @part: PRCM partition, ignored for AM33xx
221 static int am33xx_cm_wait_module_ready(u8 part, s16 inst, u16 clkctrl_offs, argument
235 * @part: CM partition, ignored for AM33xx
244 static int am33xx_cm_wait_module_idle(u8 part, s16 inst, u16 clkctrl_offs, argument
259 * @part: CM partition, ignored for AM33xx
265 static void am33xx_cm_module_enable(u8 mode, u8 part, u16 inst, argument
278 * @part: CM partition, ignored for AM33xx
284 static void am33xx_cm_module_disable(u8 part, u16 inst, u16 clkctrl_offs) argument
339 static u32 am33xx_cm_xlate_clkctrl(u8 part, u1 argument
[all...]
H A Dprm2xxx_3xxx.c25 * @part: PRM partition, ignored for OMAP2
33 int omap2_prm_is_hardreset_asserted(u8 shift, u8 part, s16 prm_mod, u16 offset) argument
42 * @part: PRM partition, ignored for OMAP2
53 int omap2_prm_assert_hardreset(u8 shift, u8 part, s16 prm_mod, u16 offset) argument
68 * @part: PRM partition, not used for OMAP2
82 int omap2_prm_deassert_hardreset(u8 rst_shift, u8 st_shift, u8 part, argument
H A Dprm2xxx_3xxx.h100 int omap2_prm_is_hardreset_asserted(u8 shift, u8 part, s16 prm_mod, u16 offset);
101 int omap2_prm_assert_hardreset(u8 shift, u8 part, s16 prm_mod,
103 int omap2_prm_deassert_hardreset(u8 rst_shift, u8 st_shift, u8 part,
/linux-master/drivers/soc/qcom/
H A Dsmem.c374 struct smem_partition *part,
384 phdr = (struct smem_partition_header __force *)part->virt_base;
385 p_end = (void *)phdr + part->size;
479 struct smem_partition *part; local
502 part = &__smem->partitions[host];
503 ret = qcom_smem_alloc_private(__smem, part, item, size);
505 part = &__smem->global_partition;
506 ret = qcom_smem_alloc_private(__smem, part, item, size);
557 struct smem_partition *part,
567 phdr = (struct smem_partition_header __force *)part
373 qcom_smem_alloc_private(struct qcom_smem *smem, struct smem_partition *part, unsigned item, size_t size) argument
556 qcom_smem_get_private(struct qcom_smem *smem, struct smem_partition *part, unsigned item, size_t *size) argument
657 struct smem_partition *part; local
689 struct smem_partition *part; local
739 struct smem_partition *part; local
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmmgp10b.c27 .part = gf100_vmm_part,
H A Dvmmmcp77.c27 .part = nv50_vmm_part,
H A Dvmmgk104.c70 .part = gf100_vmm_part,
85 .part = gf100_vmm_part,
H A Dvmmgm20b.c27 .part = gf100_vmm_part,
43 .part = gf100_vmm_part,
/linux-master/net/rds/
H A Dtransport.c150 unsigned int part; local
161 part = trans->stats_info_copy(iter, avail);
162 avail -= min(avail, part);
163 total += part;
/linux-master/fs/hfsplus/
H A Dpart_tbl.c81 (sbi->part < 0 || sbi->part == i)) {
102 (sbi->part < 0 || sbi->part == i)) {
/linux-master/drivers/mtd/parsers/
H A Dofpart_core.c216 } *part; local
224 part = of_get_property(dp, "partitions", &plen);
225 if (!part)
230 nr_parts = plen / sizeof(part[0]);
239 parts[i].offset = be32_to_cpu(part->offset);
240 parts[i].size = be32_to_cpu(part->len) & ~1;
242 if (be32_to_cpu(part->len) & 1)
255 part++;
/linux-master/tools/perf/util/
H A Dbpf-filter.y31 int part;
81 $$ = perf_bpf_filter_expr__new($1.type, $1.part, $2, $3);
H A Dbpf-filter.c107 .part = expr->part,
124 .part = group->part,
176 struct perf_bpf_filter_expr *perf_bpf_filter_expr__new(unsigned long sample_flags, int part, argument
185 expr->part = part;
H A Dbpf-filter.l15 perf_bpf_filter_lval.sample.part = 0;
19 static int sample_part(unsigned long sample_flag, int part)
22 perf_bpf_filter_lval.sample.part = part;
/linux-master/tools/tracing/rtla/src/
H A Dutils.h70 #define ns_to_per(total, part) ((part * 100) / (double)total)
/linux-master/sound/soc/intel/atom/sst/
H A Dsst_pvt.c250 msg->mrfld_header.p.header_high.part.res_rqd = !sync;
254 msg->mrfld_header.p.header_high.part.res_rqd);
306 header->p.header_high.part.msg_id = msg;
307 header->p.header_high.part.task_id = task_id;
308 header->p.header_high.part.large = large;
309 header->p.header_high.part.drv_id = drv_id;
310 header->p.header_high.part.done = 0;
311 header->p.header_high.part.busy = 1;
312 header->p.header_high.part.res_rqd = 1;
/linux-master/drivers/misc/sgi-xp/
H A Dxpc.h77 * which are partition specific (vars part). These are setup by XPC.
499 atomic_t nchannels_engaged; /* #of channels engaged with remote part */
637 extern int xpc_partition_disengaged_from_timer(struct xpc_partition *part);
665 xpc_wakeup_channel_mgr(struct xpc_partition *part) argument
667 if (atomic_inc_return(&part->channel_mgr_requests) == 1)
668 wake_up(&part->channel_mgr_wq);
699 xpc_part_deref(struct xpc_partition *part) argument
701 s32 refs = atomic_dec_return(&part->references);
704 if (refs == 0 && part->setup_state == XPC_P_SS_WTEARDOWN)
705 wake_up(&part
709 xpc_part_ref(struct xpc_partition *part) argument
[all...]
/linux-master/include/uapi/linux/
H A Dswitchtec_ioctl.h69 __u32 part[48]; member in struct:switchtec_ioctl_event_summary_legacy
78 __u32 part[48]; member in struct:switchtec_ioctl_event_summary
/linux-master/arch/x86/platform/uv/
H A Dbios_uv.c86 union partition_info_u part; local
93 part.val = v0;
95 *uvtype = part.hub_version;
97 *partid = part.partition_id;
99 *coher = part.coherence_id;
101 *region = part.region_size;
/linux-master/arch/alpha/lib/
H A Dev6-divide.S177 nop # E : as part of the cmovne
183 nop # E : as part of the cmovne
188 nop # E : as part of the cmovne
239 nop # E : as part of the cmov
256 nop # E : U L L U : as part of the cmov
259 nop # E : as part of the cmov
/linux-master/block/
H A Dgenhd.c100 static void part_stat_read_all(struct block_device *part, argument
107 struct disk_stats *ptr = per_cpu_ptr(part->bd_stats, cpu);
121 static unsigned int part_in_flight(struct block_device *part) argument
127 inflight += part_stat_local_read_cpu(part, in_flight[0], cpu) +
128 part_stat_local_read_cpu(part, in_flight[1], cpu);
136 static void part_in_flight_rw(struct block_device *part, argument
144 inflight[0] += part_stat_local_read_cpu(part, in_flight[0], cpu);
145 inflight[1] += part_stat_local_read_cpu(part, in_flight[1], cpu);
324 struct block_device *part; local
328 xa_for_each(&disk->part_tbl, idx, part) {
644 struct block_device *part; local
860 struct block_device *part; local
1323 struct block_device *part; local
[all...]
/linux-master/drivers/i3c/
H A Ddevice.c224 u16 manuf, part, ext_info; local
230 part = I3C_PID_PART_ID(devinfo.pid);
244 (rndpid || id->part_id != part))
/linux-master/tools/usb/usbip/libsrc/
H A Dvhci_driver.c182 * validate each part's size. The initial buffer is padded by 4 to
184 * which is needed to properly validate the 3rd part without it being
190 int part; local
221 for (part = 0; part < 3; part++) {
222 end = strchr(start, delim[part]);
223 if (end == NULL || (end - start) > max_len[part]) {

Completed in 254 milliseconds

12345678910