FrostWing
A lightweight raw-control operating system.
Loading...
Searching...
No Matches
pci_id_entry_t Struct Reference
Collaboration diagram for pci_id_entry_t:
Collaboration graph

Public Attributes

uint16_t vendor
uint16_t device
uint8_t classid
const char * name
uint8_t is_gpu
pci_probe_fn probe

Detailed Description

Definition at line 21 of file pci_id.h.

Member Data Documentation

◆ classid

uint8_t pci_id_entry_t::classid

Definition at line 24 of file pci_id.h.

◆ device

uint16_t pci_id_entry_t::device

Definition at line 23 of file pci_id.h.

◆ is_gpu

uint8_t pci_id_entry_t::is_gpu

Definition at line 26 of file pci_id.h.

◆ name

const char* pci_id_entry_t::name

Definition at line 25 of file pci_id.h.

◆ probe

pci_probe_fn pci_id_entry_t::probe

Definition at line 27 of file pci_id.h.

◆ vendor

uint16_t pci_id_entry_t::vendor

Definition at line 22 of file pci_id.h.


The documentation for this struct was generated from the following file: