Lines Matching refs:mxser_board
218 struct mxser_board;
222 struct mxser_board *board;
262 struct mxser_board { struct
283 static struct mxser_board mxser_boards[MXSER_BOARDS]; argument
2212 struct mxser_board *brd = NULL; in mxser_interrupt()
2346 static bool mxser_overlapping_vector(struct mxser_board *brd) in mxser_overlapping_vector()
2353 static int mxser_request_vector(struct mxser_board *brd) in mxser_request_vector()
2360 static void mxser_release_vector(struct mxser_board *brd) in mxser_release_vector()
2367 static void mxser_release_ISA_res(struct mxser_board *brd) in mxser_release_ISA_res()
2373 static int mxser_initbrd(struct mxser_board *brd) in mxser_initbrd()
2424 static void mxser_board_remove(struct mxser_board *brd) in mxser_board_remove()
2435 static int __init mxser_get_ISA_conf(int cap, struct mxser_board *brd) in mxser_get_ISA_conf()
2554 struct mxser_board *brd; in mxser_probe()
2677 struct mxser_board *brd = pci_get_drvdata(pdev); in mxser_remove()
2697 struct mxser_board *brd; in mxser_module_init()