Searched defs:board_t (Results 1 – 3 of 3) sorted by relevance
529 struct board_t { struct530 int magic; /* Board Magic number. */531 int boardnum; /* Board number: 0-3 */533 int type; /* Type of board */534 char *name; /* Product Name */535 struct pci_dev *pdev; /* Pointer to the pci_dev struct */536 u16 vendor; /* PCI vendor ID */537 u16 device; /* PCI device ID */538 u16 subvendor; /* PCI subsystem vendor ID */539 u16 subdevice; /* PCI subsystem device ID */[all …]
228 } board_t; typedef
104 } board_t; typedef