Searched refs:fhc_bd_next (Results 1 – 6 of 6) sorted by relevance
400 fhc_bd_next(fhc_bd_t *bdp) in fhc_bd_next() function684 for (bdp = fhc_bd_first(); bdp; bdp = fhc_bd_next(bdp)) in jtag_master_lock()756 for (bdp = fhc_bd_first(); bdp; bdp = fhc_bd_next(bdp)) { in fhc_bdlist_prime()904 for (bdp = fhc_bd_first(); bdp; bdp = fhc_bd_next(bdp)) { in fhc_bdlist_scan()1004 for (bdp = fhc_bd_first(); bdp; bdp = fhc_bd_next(bdp)) { in fhc_bd_remove_scan()
1588 board = fhc_bd_next(board); in ac_timeout()1599 board = fhc_bd_next(board); in ac_timeout()
2202 for (list = fhc_bd_first(); list; list = fhc_bd_next(list)) { in compute_power_state()2902 for (list = fhc_bd_first(); list; list = fhc_bd_next(list)) { in toggle_board_green_leds()
912 for (list = fhc_bd_first(); list; list = fhc_bd_next(list)) { in sysc_policy_update()
2728 for (bdlist = fhc_bd_first(); bdlist; bdlist = fhc_bd_next(bdlist)) in process_fault_list()
826 fhc_bd_t *fhc_bd_next(fhc_bd_t *);