Home
last modified time | relevance | path

Searched refs:process_id (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/clk/tegra/
H A Dclk-tegra124-dfll-fcpu.c42 .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 Dcvb.c104 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 Dcvb.h40 int process_id; member
54 int process_id, int speedo_id, int speedo_value,
/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/
H A Dpalmz72.h76 u32 process_id; /* 0x48 */ member
H A Dpalmz72.c230 .process_id = 0,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_mes.h94 uint32_t process_id; member
H A Dmes_api_def.h185 uint32_t process_id; member
H A Dmes_v10_1.c140 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 Dexport-to-postgresql.py987 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 D0002-fix-build-with-gcc-10.x.patch17 -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 D0001-Make-extern-declarations-to-avoid-duplicate-var-defi.patch188 -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.