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