Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/tty/serial/jsm/
Djsm.h124 struct jsm_board struct
126 int boardnum; /* Board number: 0-32 */
128 int type; /* Type of board */
129 u8 rev; /* PCI revision ID */
130 struct pci_dev *pci_dev;
131 u32 maxports; /* MAX ports this board can handle */
133 spinlock_t bd_intr_lock; /* Used to protect the poller tasklet and
157 struct list_head jsm_board_entry; argument