Home
last modified time | relevance | path

Searched defs:acpi_table_wdat (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/include/acpi/
H A Dactbl3.h583 struct acpi_table_wdat { struct
585 u32 header_length; /* Watchdog Header Length */
586 u16 pci_segment; /* PCI Segment number */
587 u8 pci_bus; /* PCI Bus number */
588 u8 pci_device; /* PCI Device number */
589 u8 pci_function; /* PCI Function number */
590 u8 reserved[3];
592 u32 max_count; /* Maximum counter value supported */
593 u32 min_count; /* Minimum counter value */
594 u8 flags;
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/include/acpi/
H A Dactbl3.h583 struct acpi_table_wdat { struct
585 u32 header_length; /* Watchdog Header Length */
586 u16 pci_segment; /* PCI Segment number */
587 u8 pci_bus; /* PCI Bus number */
588 u8 pci_device; /* PCI Device number */
589 u8 pci_function; /* PCI Function number */
590 u8 reserved[3];
592 u32 max_count; /* Maximum counter value supported */
593 u32 min_count; /* Minimum counter value */
594 u8 flags;
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/acpi/
H A Dactbl3.h583 struct acpi_table_wdat { struct
585 u32 header_length; /* Watchdog Header Length */
586 u16 pci_segment; /* PCI Segment number */
587 u8 pci_bus; /* PCI Bus number */
588 u8 pci_device; /* PCI Device number */
589 u8 pci_function; /* PCI Function number */
590 u8 reserved[3];
592 u32 max_count; /* Maximum counter value supported */
593 u32 min_count; /* Minimum counter value */
594 u8 flags;
[all …]
/dports/sysutils/acpica-tools/acpica-unix-20210930/source/include/
H A Dactbl3.h803 typedef struct acpi_table_wdat struct
805 ACPI_TABLE_HEADER Header; /* Common ACPI table header */
806 UINT32 HeaderLength; /* Watchdog Header Length */
807 UINT16 PciSegment; /* PCI Segment number */
808 UINT8 PciBus; /* PCI Bus number */
809 UINT8 PciDevice; /* PCI Device number */
810 UINT8 PciFunction; /* PCI Function number */
811 UINT8 Reserved[3];
814 UINT32 MinCount; /* Minimum counter value */
815 UINT8 Flags;
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/acpica/dist/include/
H A Dactbl2.h1579 typedef struct acpi_table_wdat struct
1581 ACPI_TABLE_HEADER Header; /* Common ACPI table header */
1582 UINT32 HeaderLength; /* Watchdog Header Length */
1583 UINT16 PciSegment; /* PCI Segment number */
1584 UINT8 PciBus; /* PCI Bus number */
1585 UINT8 PciDevice; /* PCI Device number */
1586 UINT8 PciFunction; /* PCI Function number */
1587 UINT8 Reserved[3];
1590 UINT32 MinCount; /* Minimum counter value */
1591 UINT8 Flags;
[all …]