Home
last modified time | relevance | path

Searched refs:usb_anchor_empty (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Durb.c1037 int usb_anchor_empty(struct usb_anchor *anchor) in usb_anchor_empty() function
1042 EXPORT_SYMBOL_GPL(usb_anchor_empty);
/OK3568_Linux_fs/kernel/Documentation/driver-api/usb/
H A Danchors.rst71 :c:func:`usb_anchor_empty`
/OK3568_Linux_fs/kernel/drivers/usb/class/
H A Dusbtmc.c779 data_or_error = !usb_anchor_empty(&file_data->in_anchor) in usbtmc_do_transfer()
838 if (usb_anchor_empty(&file_data->in_anchor)) in usbtmc_generic_read()
1070 if (usb_anchor_empty(&file_data->submitted) || wakeup) in usbtmc_write_bulk_cb()
2202 if (usb_anchor_empty(&file_data->submitted)) in usbtmc_poll()
2204 if (!usb_anchor_empty(&file_data->in_anchor)) in usbtmc_poll()
/OK3568_Linux_fs/kernel/include/linux/
H A Dusb.h1773 extern int usb_anchor_empty(struct usb_anchor *anchor);
/OK3568_Linux_fs/kernel/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_usb.c1817 ZD_ASSERT(usb_anchor_empty(&usb->submitted_cmds)); in zd_usb_iowrite16v_async_start()