Home
last modified time | relevance | path

Searched refs:ID (Results 151 – 175 of 1178) sorted by relevance

12345678910>>...48

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dsel-sched-ir.h627 #define IDATA_TYPE(ID) ((ID)->type) argument
628 #define IDATA_LHS(ID) ((ID)->lhs) argument
629 #define IDATA_RHS(ID) ((ID)->rhs) argument
630 #define IDATA_REG_SETS(ID) ((ID)->reg_sets) argument
631 #define IDATA_REG_USES(ID) ((ID)->reg_uses) argument
632 #define IDATA_REG_CLOBBERS(ID) ((ID)->reg_clobbers) argument
/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A Dcpqphp_pci.c302 u32 ID; in cpqhp_save_config() local
333 ID = 0xFFFFFFFF; in cpqhp_save_config()
334 rc = pci_bus_read_config_dword(ctrl->pci_bus, PCI_DEVFN(device, 0), PCI_VENDOR_ID, &ID); in cpqhp_save_config()
336 if (ID == 0xFFFFFFFF) { in cpqhp_save_config()
433 rc = pci_bus_read_config_dword(ctrl->pci_bus, PCI_DEVFN(device, function), PCI_VENDOR_ID, &ID); in cpqhp_save_config()
434 if (ID == 0xFFFFFFFF) { in cpqhp_save_config()
469 u32 ID; in cpqhp_save_slot_config() local
477 ID = 0xFFFFFFFF; in cpqhp_save_slot_config()
480 pci_bus_read_config_dword(ctrl->pci_bus, PCI_DEVFN(new_slot->device, 0), PCI_VENDOR_ID, &ID); in cpqhp_save_slot_config()
482 if (ID == 0xFFFFFFFF) in cpqhp_save_slot_config()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dsel-sched-ir.h627 #define IDATA_TYPE(ID) ((ID)->type) argument
628 #define IDATA_LHS(ID) ((ID)->lhs) argument
629 #define IDATA_RHS(ID) ((ID)->rhs) argument
630 #define IDATA_REG_SETS(ID) ((ID)->reg_sets) argument
631 #define IDATA_REG_USES(ID) ((ID)->reg_uses) argument
632 #define IDATA_REG_CLOBBERS(ID) ((ID)->reg_clobbers) argument
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dmax31722.rst10 ACPI ID: MAX31722
20 ACPI ID: MAX31723
/OK3568_Linux_fs/kernel/security/safesetid/
H A DKconfig3 bool "Gate setid transitions to limit CAP_SET{U/G}ID capabilities"
12 with CAP_SET{U/G}ID, such as allowing a user to set up user namespace
/OK3568_Linux_fs/kernel/Documentation/driver-api/usb/
H A Dbulk-streams.rst22 ID. The device then tells the host which "stream" it wants to start. The host
41 ID for the bulk IN and OUT endpoints used in a Bi-directional command sequence.
63 Stream ID 0 is reserved, and should not be used to communicate with devices. If
68 Note that new API to choose the next stream ID will have to be added if the xHCI
/OK3568_Linux_fs/kernel/Documentation/admin-guide/perf/
H A Dimx-ddr.rst16 The "format" directory describes format of the config (event ID) and config1
32 indicates whether PMU supports AXI ID filter or not; enhanced_filter indicates
33 whether PMU supports enhanced AXI ID filter or not. Value 0 for un-supported, and
50 This filter doesn't support filter different AXI ID for axid-read and axid-write
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A D0001-qemu-Add-missing-wacom-HID-descriptor.patch35 + 0x85, 0x01, /* Report ID (1) */
62 + 0x85, 0x02, /* Report ID (2) */
73 + 0x85, 0x02, /* Report ID (2) */
80 + 0x85, 0x02, /* Report ID (2) */
/OK3568_Linux_fs/buildroot/package/ipmitool/
H A D0013-fru-sdr-Fix-id_string-buffer-overflows.patch41 printf("FRU Device Description : %s (ID %d)\n", desc, fru->device_id);
55 printf("Sensor ID : %s (0x%x)\n",
134 - lprintf(LOG_INFO, "ID: 0x%04x , NAME: %-16s", id, desc);
135 + lprintf(LOG_INFO, "ID: 0x%04x , NAME: %-16s", id, desc);
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/ipmitool/ipmitool/
H A D0005-fru-sdr-Fix-id_string-buffer-overflows.patch42 printf("FRU Device Description : %s (ID %d)\n", desc, fru->device_id);
56 printf("Sensor ID : %s (0x%x)\n",
135 - lprintf(LOG_INFO, "ID: 0x%04x , NAME: %-16s", id, desc);
136 + lprintf(LOG_INFO, "ID: 0x%04x , NAME: %-16s", id, desc);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-121713 * seteuid: (libc)Setting User ID.
1745 * setreuid: (libc)Setting User ID.
1754 * setuid: (libc)Setting User ID.
2565 pid_t pid; /* process ID */
2577 pid_t pgid; /* process group ID */
2637 control itself. It does this by getting its initial process group ID
2638 with the ‘getpgrp’ function, and comparing it to the process group ID of
2748 its process ID becomes the "process group ID" for the group.
3314 process group ID is the same as the process ID of that process.
3321 The ‘setsid’ function returns the new process group ID of the
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-121713 * seteuid: (libc)Setting User ID.
1745 * setreuid: (libc)Setting User ID.
1754 * setuid: (libc)Setting User ID.
2565 pid_t pid; /* process ID */
2577 pid_t pgid; /* process group ID */
2637 control itself. It does this by getting its initial process group ID
2638 with the ‘getpgrp’ function, and comparing it to the process group ID of
2748 its process ID becomes the "process group ID" for the group.
3314 process group ID is the same as the process ID of that process.
3321 The ‘setsid’ function returns the new process group ID of the
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/
H A Darm,scpi.txt53 - #clock-cells : Should be 1. Contains the Clock ID value used by SCPI commands.
83 Valid cell values are raw identifiers (Sensor ID)
97 domain ID value used by SCPI commands.
193 /* sensor ID */
214 zone. The ID "3" is the sensor identifier for the temperature sensor
219 domain ID 1.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/
H A Darmada3700-periph-clock.txt10 having the clock ID in its "clocks" phandle cell.
13 ID Clock name Description
34 ID Clock name Description
H A Dprima2-clock.txt10 ID in its "clocks" phandle cell. The following is a full list of prima2
13 Clock ID
/OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/
H A Dlibtraceevent-event_find.txt27 event ID is assigned dynamically and can be viewed in event's format file,
28 "ID" field.
54 /* There is no event with ID 1857 */
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/
H A Dhypercalls.rst99 specifying APIC ID (a1) of the vcpu to be woken up. An additional argument (a0)
149 - a2: the lowest APIC ID in bitmap
156 a0 corresponds to the APIC ID in the third argument (a2), bit 1
157 corresponds to the APIC ID a2+1, and so on.
168 a0: destination APIC ID
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/extcon/
H A Dqcom,pm8941-misc.txt1 Qualcomm's PM8941 USB ID Extcon device
4 the USB ID pin has been pulled low or high.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/
H A Dconfigure_in_cross.patch26 +ID=/usr/bin/id
29 +AC_ARG_VAR(ID)
82 -AC_PATH_PROG(ID, id, "", /usr/xpg4/bin:$PATH)
83 +dnl AC_PATH_PROG(ID, id, "", /usr/xpg4/bin:$PATH)
/OK3568_Linux_fs/kernel/Documentation/firmware-guide/acpi/apei/
H A Doutput_format.rst128 Receiver ID | Requester ID | Completer ID | Transmitter ID
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.fsl-esdhc6 Card ID[0:2] bits showing the type of card installed in the SDHC Adapter Slot.
8 SDHC Card ID[0:2] Adapter Card Type
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/gpio/
H A Dpm8916_gpio.txt9 - reg: peripheral ID, size of register block
33 - reg: peripheral ID, size of register block
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dcpu.h93 #define ROCKCHIP_SOC(id, ID) \ argument
98 return ((soc_id & ROCKCHIP_SOC_MASK) == ROCKCHIP_SOC_ ##ID); \
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dextended-controls.rst120 The initial control ID is set to 0 ORed with the
122 return the first control with a higher ID than the specified one. When
143 and are not actually part of the ID. The remaining 28 bits form the
144 control ID, of which the most significant 12 bits define the control
149 the control class ID based on a control ID.
/OK3568_Linux_fs/kernel/Documentation/i2c/busses/
H A Di2c-i801.rst162 Here the host bridge ID is 2570 (82865G/PE/P), the subvendor ID is 1043
163 (Asus) and the subdevice ID is 80f2 (P4P800-X). You can find the symbolic
164 names for the bridge ID and the subvendor ID in include/linux/pci_ids.h,
165 and then add a case for your subdevice ID at the right place in

12345678910>>...48