Lines Matching defs:board
99 ssm_generate_event(int node, int board, int hint);
709 minor_t board, instance;
722 board = (getminor(*devi) & SSM_BOARD_MASK);
724 if (board < 0 || board > plat_max_boards()) {
782 minor_t board, instance;
790 board = (getminor(dev) & SSM_BOARD_MASK);
792 if (board < 0 || board > plat_max_boards())
905 ssm_get_attch_pnt(int node, int board, char *attach_pnt)
930 * we have the instance, and the board, construct the attch pnt
932 if (SG_BOARD_IS_CPU_TYPE(board))
934 sp->inst, node, board);
937 sp->inst, node, board);
946 ssm_generate_event(int node, int board, int hint)
957 ssm_get_attch_pnt(node, board, attach_pnt);