/Linux-v4.19/Documentation/media/uapi/dvb/ |
D | dmx-get-pes-pids.rst | 34 This ioctl allows to query a DVB device to return the first PID used 39 PID element position content 41 pids[DMX_PES_AUDIO] 0 first audio PID 42 pids[DMX_PES_VIDEO] 1 first video PID 43 pids[DMX_PES_TELETEXT] 2 first teletext PID 44 pids[DMX_PES_SUBTITLE] 3 first subtitle PID 45 pids[DMX_PES_PCR] 4 first Program Clock Reference PID 51 A value equal to 0xffff means that the PID was not filled by the
|
D | dmx-remove-pid.rst | 29 PID of the PES filter to be removed. 35 This ioctl call allows to remove a PID when multiple PIDs are set on a
|
D | dmx-add-pid.rst | 29 PID number to be filtered.
|
/Linux-v4.19/Documentation/devicetree/bindings/usb/ |
D | usb-device.txt | 21 - compatible: "usbVID,PID", where VID is the vendor id and PID the product id. 22 The textual representation of VID and PID shall be in lower case hexadecimal 25 may leave out all except for "usbVID,PID". 36 - compatible: "usbifVID,PID.configCN.IN", where VID is the vendor id, PID is 38 number. The textual representation of VID, PID, CN and IN shall be in lower 42 "usbifVID,PID.configCN.IN". 50 - compatible: "usbVID,PID", where VID is the vendor id and PID the product id. 51 The textual representation of VID and PID shall be in lower case hexadecimal 54 may leave out all except for "usbVID,PID".
|
/Linux-v4.19/drivers/net/ |
D | sb1000.c | 125 short PID[]); 127 const short PID[]); 625 sb1000_get_PIDs(const int ioaddr[], const char* name, short PID[]) in sb1000_get_PIDs() argument 641 PID[0] = st[1] << 8 | st[2]; in sb1000_get_PIDs() 645 PID[1] = st[1] << 8 | st[2]; in sb1000_get_PIDs() 649 PID[2] = st[1] << 8 | st[2]; in sb1000_get_PIDs() 653 PID[3] = st[1] << 8 | st[2]; in sb1000_get_PIDs() 660 sb1000_set_PIDs(const int ioaddr[], const char* name, const short PID[]) in sb1000_set_PIDs() argument 676 p = PID[0]; in sb1000_set_PIDs() 683 p = PID[1]; in sb1000_set_PIDs() [all …]
|
/Linux-v4.19/tools/perf/tests/ |
D | hists_output.c | 121 #define PID(he) (he->thread->tid) macro 268 CPU(he) == 1 && PID(he) == 100 && he->stat.period == 300); in test2() 273 CPU(he) == 0 && PID(he) == 100 && he->stat.period == 100); in test2() 504 CPU(he) == 0 && PID(he) == 100 && in test5() 511 CPU(he) == 2 && PID(he) == 200 && in test5() 518 CPU(he) == 1 && PID(he) == 300 && in test5() 525 CPU(he) == 0 && PID(he) == 300 && in test5() 532 CPU(he) == 3 && PID(he) == 300 && in test5() 539 CPU(he) == 1 && PID(he) == 100 && in test5() 546 CPU(he) == 2 && PID(he) == 100 && in test5() [all …]
|
/Linux-v4.19/Documentation/namespaces/ |
D | compatibility-list.txt | 10 UTS IPC VFS PID User Net 14 PID 1 1 X 18 1. Both the IPC and the PID namespaces provide IDs to address
|
/Linux-v4.19/tools/testing/selftests/ftrace/test.d/ftrace/ |
D | func-filter-pid.tc | 30 read PID _ < /proc/self/stat 67 echo $PID > set_ftrace_pid
|
/Linux-v4.19/Documentation/thermal/ |
D | power_allocator.txt | 18 PID Controller 22 Proportional-Integral-Derivative controller (PID controller) with 100 The implementation of the PID controller in the power allocator 125 Focusing on the proportional and feed forward values of the PID 160 `k_i` configures the PID loop's integral term constant. This term 161 allows the PID controller to compensate for long term drift and for 172 `k_d` configures the PID loop's derivative term constant. It's 240 The power allocator governor's PID controller works best if there is a
|
/Linux-v4.19/Documentation/trace/ |
D | mmiotrace.rst | 152 read event R width, timestamp, map id, physical, value, PC, PID 153 write event W width, timestamp, map id, physical, value, PC, PID 154 ioremap event MAP timestamp, map id, physical, virtual, length, PC, PID 155 iounmap event UNMAP timestamp, map id, PC, PID 160 unk. opcode UNKNOWN timestamp, map id, physical, data, PC, PID 165 used in an operation. PC is the program counter and PID is process id. PC is 166 zero if it is not recorded. PID is always zero as tracing MMIO accesses
|
/Linux-v4.19/drivers/bcma/ |
D | README | 5 AMBA standard fields like CID and PID. 9 as standard AMBA device. Reading it's CID or PID can cause machine lockup.
|
/Linux-v4.19/tools/testing/selftests/ftrace/samples/ |
D | unresolved.tc | 4 kill -INT $PID
|
/Linux-v4.19/Documentation/usb/ |
D | linux-cdc-acm.inf | 82 ; When developing your USB device, the VID and PID used in the PC side 84 ; Modify the below line to use your VID and PID. Use the format as shown
|
/Linux-v4.19/tools/kvm/kvm_stat/ |
D | kvm_stat.txt | 38 *g*:: filter by guest name/PID 44 *p*:: filter by guest name/PID
|
/Linux-v4.19/Documentation/admin-guide/LSM/ |
D | Yama.rst | 33 work), or with ``CAP_SYS_PTRACE`` (i.e. "gdb --pid=PID", and "strace -p PID" 63 an allowed debugger PID to call ``PTRACE_ATTACH`` on the inferior.
|
/Linux-v4.19/Documentation/admin-guide/mm/ |
D | soft-dirty.rst | 12 This is done by writing "4" into the ``/proc/PID/clear_refs`` file of the 19 This is done by reading from the ``/proc/PID/pagemap``. The bit 55 of the
|
/Linux-v4.19/include/linux/usb/ |
D | r8a66597.h | 364 #define PID 0x0003 /* b1-0: Response PID */ macro 409 #define PID 0x0003 /* b1-0: Response PID */ macro
|
/Linux-v4.19/include/linux/ |
D | if_frad.h | 41 __be16 PID; member
|
/Linux-v4.19/arch/arm/mm/ |
D | proc-v6.S | 110 bic r2, r2, #0xff @ extract the PID 142 mrc p15, 0, r4, c13, c0, 0 @ FCSE/PID 162 mcr p15, 0, r4, c13, c0, 0 @ FCSE/PID
|
/Linux-v4.19/tools/testing/selftests/ftrace/test.d/trigger/ |
D | trigger-hist-mod.tc | 51 HEX=`printf %x $PID`
|
/Linux-v4.19/arch/unicore32/kernel/ |
D | sleep.S | 24 movc r3, p0.c7, #0 @ PID 174 movc p0.c7, r3, #0 @ PID
|
/Linux-v4.19/drivers/hid/usbhid/ |
D | Kconfig | 28 bool "PID device support" 30 Say Y here if you have a PID-compliant device and wish to enable force
|
/Linux-v4.19/drivers/media/platform/sti/c8sectpfe/ |
D | Kconfig | 20 memdma engine, and HW PID filtering.
|
/Linux-v4.19/Documentation/fault-injection/ |
D | nvme-fault-injection.txt | 32 CPU: 0 PID: 0 Comm: swapper/0 Not tainted 4.15.0-rc8+ #2 88 CPU: 1 PID: 0 Comm: swapper/1 Not tainted 4.15.0-rc8+ #4
|
/Linux-v4.19/arch/arm64/ |
D | Kconfig.debug | 20 bool "Write the current PID to the CONTEXTIDR register" 22 Enabling this option causes the kernel to write the current PID to
|