Searched refs:process_id (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/clk/tegra/ |
| H A D | clk-tegra124-dfll-fcpu.c | 42 .process_id = -1, 238 .process_id = 0, 251 .process_id = 1, 264 .process_id = 0, 276 .process_id = 1, 288 .process_id = 0, 300 .process_id = 1, 312 .process_id = 0, 325 .process_id = 1, 338 .process_id = 0, [all …]
|
| H A D | cvb.c | 104 int process_id, int speedo_id, int speedo_value, in tegra_cvb_add_opp_table() argument 116 if (table->process_id != -1 && table->process_id != process_id) in tegra_cvb_add_opp_table()
|
| H A D | cvb.h | 40 int process_id; member 54 int process_id, int speedo_id, int speedo_value,
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-pxa/ |
| H A D | palmz72.h | 76 u32 process_id; /* 0x48 */ member
|
| H A D | palmz72.c | 230 .process_id = 0,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_mes.h | 94 uint32_t process_id; member
|
| H A D | mes_api_def.h | 185 uint32_t process_id; member
|
| H A D | mes_v10_1.c | 140 mes_add_queue_pkt.process_id = input->process_id; in mes_v10_1_add_hw_queue()
|
| /OK3568_Linux_fs/kernel/tools/perf/scripts/python/ |
| H A D | export-to-postgresql.py | 987 def thread_table(thread_id, machine_id, process_id, pid, tid, *x): argument 988 value = struct.pack("!hiqiqiqiiii", 5, 8, thread_id, 8, machine_id, 8, process_id, 4, pid, 4, tid)
|
| /OK3568_Linux_fs/buildroot/package/smstools3/ |
| H A D | 0002-fix-build-with-gcc-10.x.patch | 17 -int process_id; // -1 for main task, all modems have numbers starting with 0. 19 +extern int process_id; // -1 for main task, all modems have numbers starting with … 20 … // This is the same as device, can be used like devices[process_id] if IS_MODEM_PROCESS. 382 +int process_id; // -1 for main task, all modems have numbers starting with 0. 383 + // This is the same as device, can be used like devices[process_id…
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/smstools3/smstools3/ |
| H A D | 0001-Make-extern-declarations-to-avoid-duplicate-var-defi.patch | 188 -int process_id; // -1 for main task, all modems have numbers starting with 0. 190 +EXTERN int process_id; // -1 for main task, all modems have numbers starting with … 191 … // This is the same as device, can be used like devices[process_id] if IS_MODEM_PROCESS.
|