Home
last modified time | relevance | path

Searched refs:Device (Results 1 – 25 of 1881) sorted by relevance

12345678910>>...76

/src/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRDevices.td2 // AVR Device Definitions
232 class Device<string Name, Family Fam, ELFArch Arch,
240 def : Device<"avr1", FamilyAVR1, ELFArchAVR1>;
241 def : Device<"avr2", FamilyAVR2, ELFArchAVR2>;
242 def : Device<"avr25", FamilyAVR25, ELFArchAVR25>;
243 def : Device<"avr3", FamilyAVR3, ELFArchAVR3>;
244 def : Device<"avr31", FamilyAVR31, ELFArchAVR31>;
245 def : Device<"avr35", FamilyAVR35, ELFArchAVR35>;
246 def : Device<"avr4", FamilyAVR4, ELFArchAVR4>;
247 def : Device<"avr5", FamilyAVR5, ELFArchAVR5>;
[all …]
/src/contrib/llvm-project/llvm/include/llvm/Support/FileSystem/
H A DUniqueID.h27 uint64_t Device; variable
32 UniqueID(uint64_t Device, uint64_t File) : Device(Device), File(File) {} in UniqueID() argument
35 return Device == Other.Device && File == Other.File;
40 if (Device < Other.Device)
42 if (Other.Device < Device)
47 uint64_t getDevice() const { return Device; } in getDevice()
/src/sys/contrib/dev/acpica/components/events/
H A Devxfregn.c191 ACPI_HANDLE Device, in AcpiInstallAddressSpaceHandlerInternal() argument
207 if (!Device) in AcpiInstallAddressSpaceHandlerInternal()
220 Node = AcpiNsValidateHandle (Device); in AcpiInstallAddressSpaceHandlerInternal()
250 ACPI_HANDLE Device, in AcpiInstallAddressSpaceHandler() argument
256 return AcpiInstallAddressSpaceHandlerInternal (Device, SpaceId, Handler, Setup, Context, TRUE); in AcpiInstallAddressSpaceHandler()
263 ACPI_HANDLE Device, in ACPI_EXPORT_SYMBOL()
269 return AcpiInstallAddressSpaceHandlerInternal (Device, SpaceId, Handler, Setup, Context, FALSE); in ACPI_EXPORT_SYMBOL()
291 ACPI_HANDLE Device, in ACPI_EXPORT_SYMBOL()
308 if (!Device) in ACPI_EXPORT_SYMBOL()
321 Node = AcpiNsValidateHandle (Device); in ACPI_EXPORT_SYMBOL()
[all …]
H A Devxface.c205 ACPI_HANDLE Device, in AcpiInstallNotifyHandler() argument
210 ACPI_NAMESPACE_NODE *Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, Device); in AcpiInstallNotifyHandler()
222 if ((!Device) || (!Handler) || (!HandlerType) || in AcpiInstallNotifyHandler()
241 if (Device == ACPI_ROOT_OBJECT) in AcpiInstallNotifyHandler()
292 Status = AcpiNsAttachObject (Device, ObjDesc, Node->Type); in AcpiInstallNotifyHandler()
382 ACPI_HANDLE Device, in ACPI_EXPORT_SYMBOL()
386 ACPI_NAMESPACE_NODE *Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, Device); in ACPI_EXPORT_SYMBOL()
399 if ((!Device) || (!Handler) || (!HandlerType) || in ACPI_EXPORT_SYMBOL()
407 if (Device == ACPI_ROOT_OBJECT) in ACPI_EXPORT_SYMBOL()
/src/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_settings.h31 __kmp_str_buf_print(buffer, " %s %s", KMP_I18N_STR(Device), name)
33 __kmp_str_buf_print(buffer, " %s %s='", KMP_I18N_STR(Device), x)
35 __kmp_str_buf_print(buffer, " %s %s='%s'\n", KMP_I18N_STR(Device), n, \
40 __kmp_str_buf_print(buffer, " %s %s='%d'\n", KMP_I18N_STR(Device), name, \
44 KMP_I18N_STR(Device), name, value);
46 __kmp_str_buf_print(buffer, " %s %s='%s'\n", KMP_I18N_STR(Device), name, \
/src/sys/contrib/device-tree/Bindings/usb/
H A Dlpc32xx-udc.txt1 * NXP LPC32xx SoC USB Device Controller (UDC)
8 * USB Device Low Priority Interrupt
9 * USB Device High Priority Interrupt
10 * USB Device DMA Interrupt
/src/sys/contrib/dev/acpica/components/hardware/
H A Dhwpci.c174 ACPI_HANDLE Device; member
348 ListElement->Device = ParentDevice; in AcpiHwBuildPciList()
389 PciId->Segment, PciId->Bus, PciId->Device, PciId->Function)); in AcpiHwProcessPciList()
403 Status = AcpiHwGetPciDeviceInfo (PciId, Info->Device, in AcpiHwProcessPciList()
416 PciId->Segment, PciId->Bus, PciId->Device, PciId->Function, in AcpiHwProcessPciList()
513 PciId->Device = ACPI_HIWORD (ACPI_LODWORD (ReturnValue)); in AcpiHwGetPciDeviceInfo()
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DSyncScope.h131 Device = 2, enumerator
143 case Device: in map()
161 static_cast<unsigned>(WorkGroup), static_cast<unsigned>(Device), in getRuntimeValues()
229 Device = 1, enumerator
240 case Device: in map()
261 static_cast<unsigned>(Device), static_cast<unsigned>(System), in getRuntimeValues()
/src/sys/contrib/edk2/Include/Protocol/
H A DIdeControllerInit.h354 IN UINT8 Device,
403 IN UINT8 Device,
466 IN UINT8 Device,
498 IN UINT8 Device,
/src/sys/dev/acpi_support/
H A Dacpi_wmi_if.m50 # device_t dev: Device to probe
61 # device_t dev: Device to use
80 # device_t dev: Device to use
94 # device_t dev: Device to use
109 # device_t dev: Device to use
124 # device_t dev: Device to use
136 # device_t dev: Device to use
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp105 return CUDAFunctionTarget::Device; in IdentifyTarget()
130 Target = CUDAFunctionTarget::Device; in CUDATargetContextRAII()
151 return CUDAFunctionTarget::Device; in IdentifyTarget()
188 case CUDAFunctionTarget::Device: in IdentifyTarget()
235 CurCUDATargetCtx.Target == CUDAFunctionTarget::Device && in IdentifyPreference()
252 CallerTarget == CUDAFunctionTarget::Device)) in IdentifyPreference()
264 CalleeTarget == CUDAFunctionTarget::Device)) in IdentifyPreference()
272 CallerTarget == CUDAFunctionTarget::Device || in IdentifyPreference()
281 CalleeTarget == CUDAFunctionTarget::Device) || in IdentifyPreference()
296 CalleeTarget == CUDAFunctionTarget::Device) || in IdentifyPreference()
[all …]
/src/sys/contrib/dev/acpica/include/
H A Dacpixf.h930 ACPI_HANDLE Device,
938 ACPI_HANDLE Device,
945 ACPI_HANDLE Device,
954 ACPI_HANDLE Device,
963 ACPI_HANDLE Device,
969 ACPI_HANDLE Device,
1172 ACPI_HANDLE Device,
1180 ACPI_HANDLE Device,
1186 ACPI_HANDLE Device,
1205 ACPI_HANDLE Device,
[all …]
/src/sys/contrib/device-tree/src/arm64/socionext/
H A Duniphier-pxs3-ref-gadget1.dts3 // Device Tree Source for UniPhier PXs3 Reference Board (for USB-Device #1)
12 model = "UniPhier PXs3 Reference Board (USB-Device #1)";
H A Duniphier-pxs3-ref-gadget0.dts3 // Device Tree Source for UniPhier PXs3 Reference Board (for USB-Device #0)
12 model = "UniPhier PXs3 Reference Board (USB-Device #0)";
/src/contrib/dialog/samples/install/
H A DFDISK.TEST5 Device Boot Begin Start End Blocks Id System
14 Device Boot Begin Start End Blocks Id System
21 Device Boot Begin Start End Blocks Id System
/src/sys/contrib/device-tree/src/arm/marvell/
H A Darmada-xp-db-xc3-24g4xg.dts3 * Device Tree file for DB-XC3-24G4XG board
9 * Note: this Device Tree assumes that the bootloader has remapped the
16 * solution) or the below Device Tree should be adjusted.
44 /* Device Bus parameters are required */
H A Darmada-xp-crs305-1g-4s.dtsi3 * Device Tree file for CRS305-1G-4S board
10 * Note: this Device Tree assumes that the bootloader has remapped the
17 * solution) or the below Device Tree should be adjusted.
45 /* Device Bus parameters are required */
H A Darmada-xp-crs326-24g-2s.dtsi3 * Device Tree file for CRS326-24G-2S board
10 * Note: this Device Tree assumes that the bootloader has remapped the
17 * solution) or the below Device Tree should be adjusted.
45 /* Device Bus parameters are required */
H A Darmada-xp-crs328-4c-20s-4s.dtsi3 * Device Tree file for CRS328-4C-20S-4S+ board
10 * Note: this Device Tree assumes that the bootloader has remapped the
17 * solution) or the below Device Tree should be adjusted.
45 /* Device Bus parameters are required */
H A Darmada-xp-db-dxbc2.dts3 * Device Tree file for DB-DXBC2 board
9 * Note: this Device Tree assumes that the bootloader has remapped the
16 * solution) or the below Device Tree should be adjusted.
40 /* Device Bus parameters are required */
/src/share/misc/
H A Dusb_vendors107 2002 Mass Storage Device
133 2063 LUFA Datalogger Device
205 6438 Bluetooth Device
606 581d lt4112 Gobi 4G Module Network Device
762 0083 AVC-2200 Device
764 0088 AVC-2210 Device
766 008c AVC-2310 Device
774 adcc Composite Device Support
791 080a Bluetooth Device
796 a000 Smart Display Reference Device
[all …]
H A Dusb_hid_usages86 0x01 Flight Simulation Device
87 0x02 Automobile Simulation Device
88 0x03 Tank Simulation Device
89 0x04 Spaceship Simulation Device
90 0x05 Submarine Simulation Device
91 0x06 Sailing Simulation Device
92 0x07 Motorcycle Simulation Device
93 0x08 Sports Simulation Device
94 0x09 Airplane Simulation Device
95 0x0A Helicopter Simulation Device
[all …]
/src/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dmvebu-devbus.txt1 Device tree bindings for MVEBU Device Bus controllers
3 The Device Bus controller available in some Marvell's SoC allows to control
5 The actual devices are instantiated from the child nodes of a Device Bus node.
39 This prevents contentions on the Device Bus after a read
110 is showed below. Note that the Device Bus driver is in charge of allocating
137 /* Device Bus parameters are required */
H A Dmvebu-sdram-controller.txt1 Device Tree bindings for MVEBU SDRAM controllers
7 For now, this Device Tree binding documentation only documents the
/src/sys/contrib/device-tree/src/arm/intel/ixp/
H A Dintel-ixp42x.dtsi3 * Device Tree file for Intel XScale Network Processors
24 * This is the USB Device Mode (UDC) controller, which is used

12345678910>>...76