| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRDevices.td | 2 // AVR Device Definitions 240 def : Device<"avr1", FamilyAVR1, ELFArchAVR1>; 241 def : Device<"avr2", FamilyAVR2, ELFArchAVR2>; 242 def : Device<"avr25", FamilyAVR25, ELFArchAVR25>; 243 def : Device<"avr3", FamilyAVR3, ELFArchAVR3>; 246 def : Device<"avr4", FamilyAVR4, ELFArchAVR4>; 247 def : Device<"avr5", FamilyAVR5, ELFArchAVR5>; 249 def : Device<"avr6", FamilyAVR6, ELFArchAVR6>; 323 def : Device<"atmega8", FamilyAVR2, ELFArchAVR4, 458 def : Device<"at94k", FamilyAVR3, ELFArchAVR5, [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/net/ |
| H A D | microchip,lan95xx.yaml | 23 - usb424,9500 # SMSC9500 USB Ethernet Device 24 - usb424,9505 # SMSC9505 USB Ethernet Device 25 - usb424,9530 # SMSC LAN9530 USB Ethernet Device 26 - usb424,9730 # SMSC LAN9730 USB Ethernet Device 27 - usb424,9900 # SMSC9500 USB Ethernet Device (SAL10) 28 - usb424,9901 # SMSC9505 USB Ethernet Device (SAL10) 32 - usb424,9905 # SMSC9500A USB Ethernet Device (HAL) 33 - usb424,9906 # SMSC9505A USB Ethernet Device (HAL) 37 - usb424,9e00 # SMSC9500A USB Ethernet Device 38 - usb424,9e01 # SMSC9505A USB Ethernet Device [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/FileSystem/ |
| H A D | UniqueID.h | 27 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()
|
| /freebsd-14.2/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_settings.h | 31 __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, \
|
| /freebsd-14.2/sys/contrib/dev/acpica/components/events/ |
| H A D | evxfregn.c | 188 ACPI_HANDLE Device, in AcpiInstallAddressSpaceHandler() argument 203 if (!Device) in AcpiInstallAddressSpaceHandler() 216 Node = AcpiNsValidateHandle (Device); in AcpiInstallAddressSpaceHandler() 261 ACPI_HANDLE Device, in ACPI_EXPORT_SYMBOL() 278 if (!Device) in ACPI_EXPORT_SYMBOL() 291 Node = AcpiNsValidateHandle (Device); in ACPI_EXPORT_SYMBOL()
|
| H A D | evxface.c | 205 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()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/usb/ |
| H A D | lpc32xx-udc.txt | 1 * NXP LPC32xx SoC USB Device Controller (UDC) 8 * USB Device Low Priority Interrupt 9 * USB Device High Priority Interrupt 10 * USB Device DMA Interrupt
|
| /freebsd-14.2/sys/contrib/dev/acpica/components/hardware/ |
| H A D | hwpci.c | 174 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()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | SyncScope.h | 131 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() 262 static_cast<unsigned>(Device), static_cast<unsigned>(System), in getRuntimeValues()
|
| /freebsd-14.2/sys/dev/acpi_support/ |
| H A D | acpi_wmi_if.m | 50 # 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
|
| /freebsd-14.2/contrib/llvm-project/clang/tools/nvptx-arch/ |
| H A D | NVPTXArch.cpp | 122 CUdevice Device; in main() local 123 if (CUresult Err = cuDeviceGet(&Device, DeviceId)) in main() 128 &Major, CU_DEVICE_ATTRIBUTE_COMPUTE_CAPABILITY_MAJOR, Device)) in main() 131 &Minor, CU_DEVICE_ATTRIBUTE_COMPUTE_CAPABILITY_MINOR, Device)) in main()
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/socionext/ |
| H A D | uniphier-pxs3-ref-gadget1.dts | 3 // Device Tree Source for UniPhier PXs3 Reference Board (for USB-Device #1) 12 model = "UniPhier PXs3 Reference Board (USB-Device #1)";
|
| H A D | uniphier-pxs3-ref-gadget0.dts | 3 // Device Tree Source for UniPhier PXs3 Reference Board (for USB-Device #0) 12 model = "UniPhier PXs3 Reference Board (USB-Device #0)";
|
| /freebsd-14.2/contrib/dialog/samples/install/ |
| H A D | FDISK.TEST | 5 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
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | armada-xp-crs326-24g-2s.dtsi | 3 * 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 D | armada-xp-db-xc3-24g4xg.dts | 3 * 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 D | armada-xp-crs328-4c-20s-4s.dtsi | 3 * 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 D | armada-xp-crs305-1g-4s.dtsi | 3 * 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 D | armada-xp-db-dxbc2.dts | 3 * 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 */
|
| H A D | intel-ixp42x.dtsi | 3 * Device Tree file for Intel XScale Network Processors 24 * This is the USB Device Mode (UDC) controller, which is used
|
| /freebsd-14.2/sys/contrib/dev/acpica/include/ |
| H A D | acpixf.h | 924 ACPI_HANDLE Device, 932 ACPI_HANDLE Device, 939 ACPI_HANDLE Device, 948 ACPI_HANDLE Device, 1151 ACPI_HANDLE Device, 1159 ACPI_HANDLE Device, 1165 ACPI_HANDLE Device, 1184 ACPI_HANDLE Device, 1192 ACPI_HANDLE Device, 1198 ACPI_HANDLE Device,
|
| /freebsd-14.2/share/misc/ |
| H A D | usb_vendors | 1653 0485 MTP Device 2353 00c9 MTP Device 6968 020f Device 7003 02c4 Device 8467 12a7 TV Device 12530 fb18 LC Device 15297 0001 Device 18552 6545 FD Device 21466 ffe7 HID v1.00 Device [Improv Device] 22189 0001 Device [all …]
|
| H A D | usb_hid_usages | 150 0x0A Animatronic Device 194 0x02 Pinball Device 195 0x03 Gun Device 995 0x23 Device Settings 1023 0x52 Device Mode 1095 0x7E Device Gain 1124 0x9F Device Paused 1300 132 Power Device 1671 141 Weighing Device 1674 0x20 Scale Device [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/memory-controllers/ |
| H A D | mvebu-devbus.txt | 1 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 */
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/rtc/ |
| H A D | fsl,scu-rtc.yaml | 7 title: i.MX SCU Client Device Node - RTC Based on SCU Message Protocol 12 description: i.MX SCU Client Device Node
|