Searched refs:usb_anchor_empty (Results 1 – 5 of 5) sorted by relevance
1048 int usb_anchor_empty(struct usb_anchor *anchor) in usb_anchor_empty() function1053 EXPORT_SYMBOL_GPL(usb_anchor_empty);
71 :c:func:`usb_anchor_empty`
809 data_or_error = !usb_anchor_empty(&file_data->in_anchor) in usbtmc_do_transfer()868 if (usb_anchor_empty(&file_data->in_anchor)) in usbtmc_generic_read()1100 if (usb_anchor_empty(&file_data->submitted) || wakeup) in usbtmc_write_bulk_cb()2243 if (usb_anchor_empty(&file_data->submitted)) in usbtmc_poll()2245 if (!usb_anchor_empty(&file_data->in_anchor)) in usbtmc_poll()
1782 extern int usb_anchor_empty(struct usb_anchor *anchor);
1811 ZD_ASSERT(usb_anchor_empty(&usb->submitted_cmds)); in zd_usb_iowrite16v_async_start()
Completed in 16 milliseconds