Home
last modified time | relevance | path

Searched refs:check_state (Results 1 – 3 of 3) sorted by relevance

/drivers/usb/otg/
Disp1301_omap.c416 static void check_state(struct isp1301 *isp, const char *tag) in check_state() function
490 static inline void check_state(struct isp1301 *isp, const char *tag) { } in check_state() function
653 check_state(isp, __func__); in otg_update_isp()
821 check_state(isp, __func__); in omap_otg_irq()
852 check_state(isp, __func__); in isp1301_otg_init()
1088 check_state(isp, __func__); in isp_update_otg()
1436 check_state(isp, __func__); in isp1301_start_srp()
1485 check_state(isp, __func__); in isp1301_start_hnp()
/drivers/md/
Draid5.c188 return sh->check_state || sh->reconstruct_state || in stripe_operations_active()
822 if (sh->check_state == check_state_compute_run) in ops_complete_compute()
823 sh->check_state = check_state_compute_result; in ops_complete_compute()
1256 sh->check_state = check_state_check_result; in ops_complete_check()
1361 if (sh->check_state == check_state_run) in __raid_run_ops()
1363 else if (sh->check_state == check_state_run_q) in __raid_run_ops()
1365 else if (sh->check_state == check_state_run_pq) in __raid_run_ops()
2641 if (!test_bit(STRIPE_COMPUTE_RUN, &sh->state) && !sh->check_state && in handle_stripe_fill()
2809 switch (sh->check_state) { in handle_parity_checks5()
2814 sh->check_state = check_state_run; in handle_parity_checks5()
[all …]
Draid5.h211 enum check_states check_state; member