Home
last modified time | relevance | path

Searched refs:moxa_board_conf (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/char/
Dmoxa.c141 } moxa_board_conf; typedef
143 static moxa_board_conf moxa_boards[MAX_BOARDS];
240 static int moxa_get_PCI_conf(struct pci_dev *, int, moxa_board_conf *);
516 static int moxa_get_PCI_conf(struct pci_dev *p, int board_type, moxa_board_conf * board) in moxa_get_PCI_conf()
1690 if(copy_to_user((void *)arg, &moxa_boards, MAX_BOARDS * sizeof(moxa_board_conf))) in MoxaDriverIoctl()