Searched refs:proc_id (Results 1 - 25 of 38) sorted by relevance

12

/linux-master/drivers/media/usb/as102/
H A Das10x_cmd.h86 __le16 proc_id; member in struct:as10x_turn_on::__anon145
91 __le16 proc_id; member in struct:as10x_turn_on::__anon146
101 __le16 proc_id; member in struct:as10x_turn_off::__anon147
106 __le16 proc_id; member in struct:as10x_turn_off::__anon148
116 __le16 proc_id; member in struct:as10x_set_tune::__anon149
123 __le16 proc_id; member in struct:as10x_set_tune::__anon150
133 __le16 proc_id; member in struct:as10x_get_tune_status::__anon151
138 __le16 proc_id; member in struct:as10x_get_tune_status::__anon152
150 __le16 proc_id; member in struct:as10x_get_tps::__anon153
155 __le16 proc_id; member in struct:as10x_get_tps::__anon154
167 __le16 proc_id; member in struct:as10x_common::__anon155
172 __le16 proc_id; member in struct:as10x_common::__anon156
182 __le16 proc_id; member in struct:as10x_add_pid_filter::__anon157
193 __le16 proc_id; member in struct:as10x_add_pid_filter::__anon158
205 __le16 proc_id; member in struct:as10x_del_pid_filter::__anon159
212 __le16 proc_id; member in struct:as10x_del_pid_filter::__anon160
222 __le16 proc_id; member in struct:as10x_start_streaming::__anon161
227 __le16 proc_id; member in struct:as10x_start_streaming::__anon162
237 __le16 proc_id; member in struct:as10x_stop_streaming::__anon163
242 __le16 proc_id; member in struct:as10x_stop_streaming::__anon164
252 __le16 proc_id; member in struct:as10x_get_demod_stats::__anon165
257 __le16 proc_id; member in struct:as10x_get_demod_stats::__anon166
269 __le16 proc_id; member in struct:as10x_get_impulse_resp::__anon167
274 __le16 proc_id; member in struct:as10x_get_impulse_resp::__anon168
286 __le16 proc_id; member in struct:as10x_fw_context::__anon169
297 __le16 proc_id; member in struct:as10x_fw_context::__anon170
311 __le16 proc_id; member in struct:as10x_set_register::__anon171
320 __le16 proc_id; member in struct:as10x_set_register::__anon172
330 __le16 proc_id; member in struct:as10x_get_register::__anon173
337 __le16 proc_id; member in struct:as10x_get_register::__anon174
349 __le16 proc_id; member in struct:as10x_cfg_change_mode::__anon175
356 __le16 proc_id; member in struct:as10x_cfg_change_mode::__anon176
375 __le16 proc_id; member in struct:as10x_dump_memory::__anon177
386 __le16 proc_id; member in struct:as10x_dump_memory::__anon178
403 __le16 proc_id; member in struct:as10x_dumplog_memory::__anon180
409 __le16 proc_id; member in struct:as10x_dumplog_memory::__anon181
422 __le16 proc_id; member in struct:as10x_raw_data::__anon182
428 __le16 proc_id; member in struct:as10x_raw_data::__anon183
[all...]
H A Das10x_cmd_cfg.c37 pcmd->body.context.req.proc_id = cpu_to_le16(CONTROL_PROC_CONTEXT);
93 pcmd->body.context.req.proc_id = cpu_to_le16(CONTROL_PROC_CONTEXT);
147 pcmd->body.cfg_change_mode.req.proc_id =
175 * @proc_id: id of the command
181 int as10x_context_rsp_parse(struct as10x_cmd_t *prsp, uint16_t proc_id) argument
188 (le16_to_cpu(prsp->body.context.rsp.proc_id) == proc_id)) {
H A Das10x_cmd_stream.c32 pcmd->body.add_pid_filter.req.proc_id =
89 pcmd->body.del_pid_filter.req.proc_id =
133 pcmd->body.start_streaming.req.proc_id =
176 pcmd->body.stop_streaming.req.proc_id =
H A Das10x_cmd.c31 pcmd->body.turn_on.req.proc_id = cpu_to_le16(CONTROL_PROC_TURNON);
72 pcmd->body.turn_off.req.proc_id = cpu_to_le16(CONTROL_PROC_TURNOFF);
114 preq->body.set_tune.req.proc_id = cpu_to_le16(CONTROL_PROC_SETTUNE);
169 preq->body.get_tune_status.req.proc_id =
221 pcmd->body.get_tune_status.req.proc_id =
280 pcmd->body.get_demod_stats.req.proc_id =
340 pcmd->body.get_impulse_rsp.req.proc_id =
387 * @proc_id: id of the command
391 int as10x_rsp_parse(struct as10x_cmd_t *prsp, uint16_t proc_id) argument
399 (le16_to_cpu(prsp->body.common.rsp.proc_id)
[all...]
/linux-master/drivers/remoteproc/
H A Dti_sci_proc.h19 * @proc_id: processor id for the consumer remoteproc device
27 u8 proc_id; member in struct:ti_sci_proc
35 ret = tsp->ops->request(tsp->sci, tsp->proc_id);
46 ret = tsp->ops->release(tsp->sci, tsp->proc_id);
57 ret = tsp->ops->handover(tsp->sci, tsp->proc_id, tsp->host_id);
60 tsp->proc_id, tsp->host_id, ret);
70 ret = tsp->ops->set_config(tsp->sci, tsp->proc_id, boot_vector,
83 ret = tsp->ops->set_control(tsp->sci, tsp->proc_id, ctrl_set, ctrl_clr);
96 ret = tsp->ops->get_status(tsp->sci, tsp->proc_id, boot_vector,
/linux-master/drivers/staging/media/atomisp/pci/runtime/queue/interface/
H A Dia_css_queue_comm.h49 u8 proc_id; /* Processor id for queue access */ member in struct:ia_css_queue_remote
/linux-master/drivers/staging/media/atomisp/pci/runtime/queue/src/
H A Dqueue_access.c36 cb_desc->size = sp_dmem_load_uint8(rdesc->proc_id,
52 cb_desc->start = sp_dmem_load_uint8(rdesc->proc_id,
57 cb_desc->end = sp_dmem_load_uint8(rdesc->proc_id,
62 cb_desc->step = sp_dmem_load_uint8(rdesc->proc_id,
91 sp_dmem_store_uint8(rdesc->proc_id,
97 sp_dmem_store_uint8(rdesc->proc_id,
103 sp_dmem_store_uint8(rdesc->proc_id,
109 sp_dmem_store_uint8(rdesc->proc_id,
135 sp_dmem_load(rdesc->proc_id,
162 sp_dmem_store(rdesc->proc_id,
[all...]
H A Dqueue_access.h57 u8 proc_id; /* Processor id for queue access */ member in struct:ia_css_queue
H A Dqueue.c56 qhandle->proc_id = desc->proc_id;
/linux-master/arch/sparc/include/asm/
H A Dcpudata_64.h31 signed short proc_id; /* strand (aka HW thread) id */ member in struct:__anon1137
H A Dtopology_64.h46 #define topology_physical_package_id(cpu) (cpu_data(cpu).proc_id)
/linux-master/arch/sparc/kernel/
H A Dprom_64.c416 int proc_id = cpu_data(cpu).proc_id; local
425 if (proc_id < 0)
426 proc_id = 0;
427 *thread = proc_id;
562 cpu_data(cpuid).proc_id = portid;
581 cpu_data(cpuid).proc_id = -1;
H A Dsmp_64.c1270 if (cpu_data(i).proc_id == -1) {
1276 if (cpu_data(i).proc_id ==
1277 cpu_data(j).proc_id)
1357 c->proc_id = -1;
H A Dmdesc.c1013 static void mark_proc_ids(struct mdesc_handle *hp, u64 mp, int proc_id) argument
1028 cpu_data(*id).proc_id = proc_id;
1225 c->proc_id = -1;
/linux-master/drivers/mailbox/
H A Dstm32-ipcc.c56 u32 proc_id; member in struct:stm32_ipcc
91 proc_offset = ipcc->proc_id ? -IPCC_PROC_OFFST : IPCC_PROC_OFFST;
226 /* proc_id */
227 if (of_property_read_u32(np, "st,proc-id", &ipcc->proc_id)) {
232 if (ipcc->proc_id >= STM32_MAX_PROCS) {
233 dev_err(dev, "Invalid proc_id (%d)\n", ipcc->proc_id);
242 ipcc->reg_proc = ipcc->reg_base + ipcc->proc_id * IPCC_PROC_OFFST;
319 ipcc->controller.num_chans, ipcc->proc_id);
/linux-master/drivers/acpi/
H A Dacpi_processor.c265 pr->acpi_id = object.processor.proc_id;
521 acpi_id = object.processor.proc_id;
664 static void __init processor_validated_ids_update(int proc_id) argument
672 * Firstly, compare the proc_id with duplicate IDs, if the proc_id is
676 if (duplicate_processor_ids[i] == proc_id)
681 * Secondly, compare the proc_id with unique IDs, if the proc_id is in
685 if (unique_processor_ids[i] == proc_id) {
686 duplicate_processor_ids[nr_duplicate_ids] = proc_id;
752 acpi_duplicate_processor_id(int proc_id) argument
[all...]
/linux-master/arch/x86/kernel/cpu/microcode/
H A Damd.c269 u16 proc_id; local
305 proc_id = mc_hdr->processor_rev_id;
306 patch_fam = 0xf + (proc_id >> 12);
751 u16 proc_id; local
773 proc_id = mc_hdr->processor_rev_id;
777 patch->equiv_cpu = proc_id;
779 pr_debug("%s: Added patch_id: 0x%08x, proc_id: 0x%04x\n",
780 __func__, patch->patch_id, proc_id);
/linux-master/include/net/9p/
H A D9p.h491 * @proc_id - process id which wants to take lock
500 u32 proc_id; member in struct:p9_flock
508 * @proc_id - process id which wants to take lock
516 u32 proc_id; member in struct:p9_getlock
/linux-master/drivers/staging/media/atomisp/pci/
H A Disp2401_input_system_private.h48 const u32 proc_id,
54 _IBUF_CNTRL_PROC_REG_ALIGN * (1 + proc_id);
/linux-master/fs/9p/
H A Dvfs_file.c154 flock.proc_id = fl->c.flc_pid;
248 glock.proc_id = fl->c.flc_pid;
272 fl->c.flc_pid = -glock.proc_id;
/linux-master/drivers/firmware/
H A Dti_sci.c2445 * @proc_id: Processor ID this request is for
2450 u8 proc_id)
2476 req->processor_id = proc_id;
2497 * @proc_id: Processor ID this request is for
2502 u8 proc_id)
2528 req->processor_id = proc_id;
2551 * @proc_id: Processor ID this request is for
2557 u8 proc_id, u8 host_id)
2583 req->processor_id = proc_id;
2606 * @proc_id
2449 ti_sci_cmd_proc_request(const struct ti_sci_handle *handle, u8 proc_id) argument
2501 ti_sci_cmd_proc_release(const struct ti_sci_handle *handle, u8 proc_id) argument
2556 ti_sci_cmd_proc_handover(const struct ti_sci_handle *handle, u8 proc_id, u8 host_id) argument
2613 ti_sci_cmd_proc_set_config(const struct ti_sci_handle *handle, u8 proc_id, u64 bootvector, u32 config_flags_set, u32 config_flags_clear) argument
2675 ti_sci_cmd_proc_set_control(const struct ti_sci_handle *handle, u8 proc_id, u32 control_flags_set, u32 control_flags_clear) argument
2734 ti_sci_cmd_proc_get_status(const struct ti_sci_handle *handle, u8 proc_id, u64 *bv, u32 *cfg_flags, u32 *ctrl_flags, u32 *sts_flags) argument
[all...]
/linux-master/drivers/acpi/acpica/
H A Dexcreate.c332 obj_desc->processor.proc_id = (u8) operand[1]->integer.value;
H A Dacobject.h201 u8 proc_id; member in struct:acpi_object_processor
H A Dutcopy.c167 external_object->processor.proc_id =
168 internal_object->processor.proc_id;
/linux-master/drivers/staging/media/atomisp/pci/runtime/bufq/src/
H A Dbufq.c265 remoteq.proc_id = SP0_ID;

Completed in 384 milliseconds

12