usb_anchor_empty
ZD_ASSERT(usb_anchor_empty(&usb->submitted_cmds));
if (usb_anchor_empty(&file_data->submitted) || wakeup)
if (usb_anchor_empty(&file_data->submitted))
if (!usb_anchor_empty(&file_data->in_anchor))
data_or_error = !usb_anchor_empty(&file_data->in_anchor)
if (usb_anchor_empty(&file_data->in_anchor))
EXPORT_SYMBOL_GPL(usb_anchor_empty);
extern int usb_anchor_empty(struct usb_anchor *anchor);