Lines Matching refs:b_id
535 if (drmach_board_lookup(bp->b_num, &bp->b_id) != 0) in dr_open()
1063 hp->h_err = drmach_pre_op(cmd, bp->b_id, &hp->h_opts); in dr_pre_op()
1129 hp->h_err = drmach_post_op(cmd, bp->b_id, &hp->h_opts); in dr_post_op()
1234 hp->h_err = drmach_board_assign(bp->b_num, &bp->b_id); in dr_assign_board()
1255 hp->h_err = drmach_board_unassign(bp->b_id); in dr_unassign_board()
1260 bp->b_id = 0; in dr_unassign_board()
1272 hp->h_err = drmach_board_poweron(bp->b_id); in dr_poweron_board()
1280 hp->h_err = drmach_board_poweroff(bp->b_id); in dr_poweroff_board()
1287 hp->h_err = drmach_board_test(bp->b_id, &hp->h_opts, in dr_test_board()
1362 hp->h_err = drmach_board_connect(bp->b_id, &hp->h_opts); in dr_connect()
1414 hp->h_err = drmach_board_disconnect(bp->b_id, &hp->h_opts); in dr_disconnect()
1487 if (drmach_board_deprobe(bp->b_id)) in dr_disconnect()
1529 hp->h_err = drmach_board_deprobe(bp->b_id); in dr_disconnect()
2247 if (bp->b_id == 0) { in dr_dev_status()
2252 err = drmach_status(bp->b_id, &pstat); in dr_dev_status()
2933 if (bp->b_id) { in dr_init_devlists()
2936 bp->b_id, bp, dr_dev_found); in dr_init_devlists()
3044 id = bp->b_id; in dr_pt_try_drmach()
3239 (void) drmach_board_lookup(bd, &bp->b_id); in dr_board_init()