Lines Matching refs:compl
1829 struct completion compl; in ub_sync_tur() local
1832 init_completion(&compl); in ub_sync_tur()
1844 cmd->back = &compl; in ub_sync_tur()
1855 wait_for_completion(&compl); in ub_sync_tur()
1881 struct completion compl; in ub_sync_read_cap() local
1884 init_completion(&compl); in ub_sync_read_cap()
1902 cmd->back = &compl; in ub_sync_read_cap()
1913 wait_for_completion(&compl); in ub_sync_read_cap()
1971 struct completion compl; in ub_sync_reset() local
1975 init_completion(&compl); in ub_sync_reset()
1985 (unsigned char*) cr, NULL, 0, ub_probe_urb_complete, &compl); in ub_sync_reset()
1995 timer.data = (unsigned long) &compl; in ub_sync_reset()
1999 wait_for_completion(&compl); in ub_sync_reset()
2016 struct completion compl; in ub_sync_getmaxlun() local
2021 init_completion(&compl); in ub_sync_getmaxlun()
2036 (unsigned char*) cr, p, 1, ub_probe_urb_complete, &compl); in ub_sync_getmaxlun()
2043 timer.data = (unsigned long) &compl; in ub_sync_getmaxlun()
2047 wait_for_completion(&compl); in ub_sync_getmaxlun()
2085 struct completion compl; in ub_probe_clear_stall() local
2089 init_completion(&compl); in ub_probe_clear_stall()
2103 (unsigned char*) cr, NULL, 0, ub_probe_urb_complete, &compl); in ub_probe_clear_stall()
2113 timer.data = (unsigned long) &compl; in ub_probe_clear_stall()
2117 wait_for_completion(&compl); in ub_probe_clear_stall()