Searched refs:usb_disable_asynch (Results 1 – 5 of 5) sorted by relevance
263 old_async = usb_disable_asynch(1); /* asynch transfer not allowed */ in usb_host_eth_scan()330 usb_disable_asynch(old_async); /* restore asynch value */ in usb_host_eth_scan()
309 usb_disable_asynch(1); /* asynch transfer not allowed */ in usb_stor_scan()321 usb_disable_asynch(0); /* asynch transfer allowed */ in usb_stor_scan()1163 usb_disable_asynch(1); /* asynch transfer not allowed */ in usb_stor_read()1204 usb_disable_asynch(0); /* asynch transfer allowed */ in usb_stor_read()1247 usb_disable_asynch(1); /* asynch transfer not allowed */ in usb_stor_write()1291 usb_disable_asynch(0); /* asynch transfer allowed */ in usb_stor_write()1514 usb_disable_asynch(1); /* asynch transfer not allowed */ in usb_mass_storage_probe()1516 usb_disable_asynch(0); /* asynch transfer allowed */ in usb_mass_storage_probe()
188 int usb_disable_asynch(int disable) in usb_disable_asynch() function
273 int usb_disable_asynch(int disable);
37 int usb_disable_asynch(int disable) in usb_disable_asynch() function
Completed in 13 milliseconds