Home
last modified time | relevance | path

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

/drivers/usb/phy/
Dphy-isp1301-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()
1437 check_state(isp, __func__); in isp1301_start_srp()
1486 check_state(isp, __func__); in isp1301_start_hnp()
/drivers/md/
Draid5.c198 return sh->check_state || sh->reconstruct_state || in stripe_operations_active()
882 if (sh->check_state == check_state_compute_run) in ops_complete_compute()
883 sh->check_state = check_state_compute_result; in ops_complete_compute()
1353 sh->check_state = check_state_check_result; in ops_complete_check()
1458 if (sh->check_state == check_state_run) in raid_run_ops()
1460 else if (sh->check_state == check_state_run_q) in raid_run_ops()
1462 else if (sh->check_state == check_state_run_pq) in raid_run_ops()
2742 if (!test_bit(STRIPE_COMPUTE_RUN, &sh->state) && !sh->check_state && in handle_stripe_fill()
2946 switch (sh->check_state) { in handle_parity_checks5()
2951 sh->check_state = check_state_run; in handle_parity_checks5()
[all …]
Draid5.h211 enum check_states check_state; member