| /linux/drivers/media/usb/as102/ |
| H A D | as10x_cmd.h | 86 __le16 proc_id; member 91 __le16 proc_id; member 101 __le16 proc_id; member 106 __le16 proc_id; member 116 __le16 proc_id; member 123 __le16 proc_id; member 133 __le16 proc_id; member 138 __le16 proc_id; member 150 __le16 proc_id; member 155 __le16 proc_id; member [all …]
|
| H A D | as10x_cmd_cfg.c | 37 pcmd->body.context.req.proc_id = cpu_to_le16(CONTROL_PROC_CONTEXT); in as10x_cmd_get_context() 93 pcmd->body.context.req.proc_id = cpu_to_le16(CONTROL_PROC_CONTEXT); in as10x_cmd_set_context() 147 pcmd->body.cfg_change_mode.req.proc_id = in as10x_cmd_eLNA_change_mode() 181 int as10x_context_rsp_parse(struct as10x_cmd_t *prsp, uint16_t proc_id) in as10x_context_rsp_parse() argument 188 (le16_to_cpu(prsp->body.context.rsp.proc_id) == proc_id)) { in as10x_context_rsp_parse()
|
| H A D | as10x_cmd.c | 31 pcmd->body.turn_on.req.proc_id = cpu_to_le16(CONTROL_PROC_TURNON); in as10x_cmd_turn_on() 72 pcmd->body.turn_off.req.proc_id = cpu_to_le16(CONTROL_PROC_TURNOFF); in as10x_cmd_turn_off() 114 preq->body.set_tune.req.proc_id = cpu_to_le16(CONTROL_PROC_SETTUNE); in as10x_cmd_set_tune() 169 preq->body.get_tune_status.req.proc_id = in as10x_cmd_get_tune_status() 221 pcmd->body.get_tune_status.req.proc_id = in as10x_cmd_get_tps() 280 pcmd->body.get_demod_stats.req.proc_id = in as10x_cmd_get_demod_stats() 340 pcmd->body.get_impulse_rsp.req.proc_id = in as10x_cmd_get_impulse_resp() 391 int as10x_rsp_parse(struct as10x_cmd_t *prsp, uint16_t proc_id) in as10x_rsp_parse() argument 399 (le16_to_cpu(prsp->body.common.rsp.proc_id) == proc_id)) { in as10x_rsp_parse()
|
| H A D | as10x_cmd_stream.c | 32 pcmd->body.add_pid_filter.req.proc_id = in as10x_cmd_add_PID_filter() 89 pcmd->body.del_pid_filter.req.proc_id = in as10x_cmd_del_PID_filter() 133 pcmd->body.start_streaming.req.proc_id = in as10x_cmd_start_streaming() 176 pcmd->body.stop_streaming.req.proc_id = in as10x_cmd_stop_streaming()
|
| /linux/drivers/remoteproc/ |
| H A D | ti_sci_proc.h | 27 u8 proc_id; member 51 tsp->proc_id = temp[0]; in ti_sci_proc_of_get_tsp() 61 ret = tsp->ops->request(tsp->sci, tsp->proc_id); in ti_sci_proc_request() 72 ret = tsp->ops->release(tsp->sci, tsp->proc_id); in ti_sci_proc_release() 83 ret = tsp->ops->handover(tsp->sci, tsp->proc_id, tsp->host_id); in ti_sci_proc_handover() 86 tsp->proc_id, tsp->host_id, ret); in ti_sci_proc_handover() 96 ret = tsp->ops->set_config(tsp->sci, tsp->proc_id, boot_vector, in ti_sci_proc_set_config() 109 ret = tsp->ops->set_control(tsp->sci, tsp->proc_id, ctrl_set, ctrl_clr); in ti_sci_proc_set_control() 122 ret = tsp->ops->get_status(tsp->sci, tsp->proc_id, boot_vector, in ti_sci_proc_get_status()
|
| /linux/drivers/mailbox/ |
| H A D | stm32-ipcc.c | 56 u32 proc_id; member 91 proc_offset = ipcc->proc_id ? -IPCC_PROC_OFFST : IPCC_PROC_OFFST; in stm32_ipcc_rx_irq() 227 if (of_property_read_u32(np, "st,proc-id", &ipcc->proc_id)) { in stm32_ipcc_probe() 232 if (ipcc->proc_id >= STM32_MAX_PROCS) { in stm32_ipcc_probe() 233 dev_err(dev, "Invalid proc_id (%d)\n", ipcc->proc_id); in stm32_ipcc_probe() 242 ipcc->reg_proc = ipcc->reg_base + ipcc->proc_id * IPCC_PROC_OFFST; in stm32_ipcc_probe() 317 ipcc->controller.num_chans, ipcc->proc_id); in stm32_ipcc_probe()
|
| /linux/include/net/9p/ |
| H A D | 9p.h | 532 u32 proc_id; member 548 u32 proc_id; member
|
| /linux/arch/sparc/include/asm/ |
| H A D | topology_64.h | 46 #define topology_physical_package_id(cpu) (cpu_data(cpu).proc_id)
|
| /linux/arch/sparc/kernel/ |
| H A D | smp_64.c | 1253 if (cpu_data(i).proc_id == -1) { in smp_fill_in_sib_core_maps() 1259 if (cpu_data(i).proc_id == in smp_fill_in_sib_core_maps() 1260 cpu_data(j).proc_id) in smp_fill_in_sib_core_maps() 1340 c->proc_id = -1; in __cpu_disable()
|
| H A D | cpumap.c | 111 id = cpu_data(cpu).proc_id; in cpuinfo_id()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
| H A D | kernel.fuc | 401 ld b32 $r10 D[$r15 + #proc_id] 430 ld b32 $r10 D[$r8 + #proc_id]
|
| H A D | macros.fuc | 154 .equ #proc_id 0x00
|
| /linux/drivers/xen/ |
| H A D | xen-acpi-processor.c | 344 acpi_id = object.processor.proc_id; in read_acpi_id()
|
| /linux/drivers/firmware/efi/ |
| H A D | cper.c | 235 printk("%s""processor_id: 0x%016llx\n", pfx, proc->proc_id); in cper_print_proc_generic()
|
| /linux/include/linux/ |
| H A D | acpi.h | 307 bool acpi_duplicate_processor_id(int proc_id);
|