| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRDevices.td | 2 // AVR Device Definitions 225 class Device<string Name, Family Fam, ELFArch Arch, 233 def : Device<"avr1", FamilyAVR1, ELFArchAVR1>; 234 def : Device<"avr2", FamilyAVR2, ELFArchAVR2>; 235 def : Device<"avr25", FamilyAVR25, ELFArchAVR25>; 236 def : Device<"avr3", FamilyAVR3, ELFArchAVR3>; 237 def : Device<"avr31", FamilyAVR31, ELFArchAVR31>; 239 def : Device<"avr4", FamilyAVR4, ELFArchAVR4>; 240 def : Device<"avr5", FamilyAVR5, ELFArchAVR5>; 242 def : Device<"avr6", FamilyAVR6, ELFArchAVR6>; [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/FileSystem/ |
| H A D | UniqueID.h | 24 uint64_t Device; variable 29 UniqueID(uint64_t Device, uint64_t File) : Device(Device), File(File) {} in UniqueID() argument 32 return Device == Other.Device && File == Other.File; 37 if (Device < Other.Device) 39 if (Other.Device < Device) 44 uint64_t getDevice() const { return Device; } in getDevice()
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_settings.h | 32 __kmp_str_buf_print(buffer, " %s %s", KMP_I18N_STR(Device), name) 34 __kmp_str_buf_print(buffer, " %s %s='", KMP_I18N_STR(Device), x) 36 __kmp_str_buf_print(buffer, " %s %s='%s'\n", KMP_I18N_STR(Device), n, \ 41 __kmp_str_buf_print(buffer, " %s %s='%d'\n", KMP_I18N_STR(Device), name, \ 45 KMP_I18N_STR(Device), name, value); 47 __kmp_str_buf_print(buffer, " %s %s='%s'\n", KMP_I18N_STR(Device), name, \
|
| /freebsd-13.1/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-13.1/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
|
| H A D | iproc-udc.txt | 1 Broadcom IPROC USB Device controller. 5 on Synopsys Designware Cores AHB Subsystem Device Controller
|
| /freebsd-13.1/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-13.1/sys/dev/acpi_support/ |
| H A D | acpi_wmi_if.m | 51 # device_t dev: Device to probe 62 # device_t dev: Device to use 81 # device_t dev: Device to use 95 # device_t dev: Device to use 110 # device_t dev: Device to use 125 # device_t dev: Device to use 137 # device_t dev: Device to use
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | SyncScope.h | 101 Device = 2, enumerator 113 case Device: in map() 131 static_cast<unsigned>(WorkGroup), static_cast<unsigned>(Device), in getRuntimeValues()
|
| /freebsd-13.1/sys/contrib/dev/acpica/include/ |
| H A D | acpixf.h | 920 ACPI_HANDLE Device, 928 ACPI_HANDLE Device, 935 ACPI_HANDLE Device, 944 ACPI_HANDLE Device, 1147 ACPI_HANDLE Device, 1155 ACPI_HANDLE Device, 1161 ACPI_HANDLE Device, 1180 ACPI_HANDLE Device, 1188 ACPI_HANDLE Device, 1194 ACPI_HANDLE Device,
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm/ |
| 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-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 15 * This is the USB Device Mode (UDC) controller, which is used
|
| H A D | intel-ixp45x-ixp46x.dtsi | 3 * Device Tree file for Intel XScale Network Processors 17 * This is the USB Device Mode (UDC) controller, which is used
|
| /freebsd-13.1/share/misc/ |
| H A D | usb_hid_usages | 151 0x0A Animatronic Device 195 0x02 Pinball Device 196 0x03 Gun Device 996 0x23 Device Settings 1024 0x52 Device Mode 1096 0x7E Device Gain 1125 0x9F Device Paused 1301 132 Power Device 1672 141 Weighing Device 1675 0x20 Scale Device [all …]
|
| /freebsd-13.1/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 */
|
| H A D | mvebu-sdram-controller.txt | 1 Device Tree bindings for MVEBU SDRAM controllers 7 For now, this Device Tree binding documentation only documents the
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/bus/ |
| H A D | mti,mips-cdmm.yaml | 7 title: MIPS Common Device Memory Map 10 Defines a location of the MIPS Common Device Memory Map registers.
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/sound/ |
| H A D | armada-370db-audio.txt | 1 Device Tree bindings for the Armada 370 DB audio 4 These Device Tree bindings are used to describe the audio complex
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | hi6421.txt | 1 * HI6421 Multi-Functional Device (MFD), by HiSilicon Ltd. 11 Device IRQ Names Supply Names Description
|
| /freebsd-13.1/lib/libbluetooth/ |
| H A D | protocols | 16 hid-control 17 HID-Control # Human Interface Device (control) 17 hid-interrupt 19 HID-Interrupt # Human Interface Device (interrupt)
|
| /freebsd-13.1/sys/dev/acpica/Osd/ |
| H A D | OsdHardware.c | 115 *(UINT64 *)Value = pci_cfgregread(PciId->Bus, PciId->Device, in AcpiOsReadPciConfiguration() 137 pci_cfgregwrite(PciId->Bus, PciId->Device, PciId->Function, Register, in AcpiOsWritePciConfiguration()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/fpga/ |
| H A D | fpga-region.txt | 1 FPGA Region Device Tree Binding 11 - Device Tree Examples 19 the Device Tree. FPGA Regions provide a way to program FPGAs under device tree 114 4. The Device Tree overlay is accepted into the live tree. 136 An FPGA Region that exists in the live Device Tree reflects the current state. 311 Device Tree Examples 336 The Device Tree Overlay will contain: 351 Device Tree Example: Full Reconfiguration without Bridges 354 Live Device Tree contains: 396 Device Tree Example: Full Reconfiguration to add PRR's [all …]
|