Searched refs:fhc_bd_next (Results 1 – 6 of 6) sorted by relevance
402 fhc_bd_next(fhc_bd_t *bdp) in fhc_bd_next() function686 for (bdp = fhc_bd_first(); bdp; bdp = fhc_bd_next(bdp)) in jtag_master_lock()758 for (bdp = fhc_bd_first(); bdp; bdp = fhc_bd_next(bdp)) { in fhc_bdlist_prime()906 for (bdp = fhc_bd_first(); bdp; bdp = fhc_bd_next(bdp)) { in fhc_bdlist_scan()1006 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()
2199 for (list = fhc_bd_first(); list; list = fhc_bd_next(list)) { in compute_power_state()2899 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()
2729 for (bdlist = fhc_bd_first(); bdlist; bdlist = fhc_bd_next(bdlist)) in process_fault_list()
827 fhc_bd_t *fhc_bd_next(fhc_bd_t *);