Home
last modified time | relevance | path

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

/drivers/tty/serial/jsm/
Djsm.h135 struct jsm_board struct
137 int boardnum; /* Board number: 0-32 */
139 int type; /* Type of board */
140 u8 rev; /* PCI revision ID */
141 struct pci_dev *pci_dev;
142 u32 maxports; /* MAX ports this board can handle */
144 spinlock_t bd_intr_lock; /* Used to protect the poller tasklet and
168 struct list_head jsm_board_entry; argument