Home
last modified time | relevance | path

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

/linux/drivers/usb/core/
H A Dusb.c680 dev->can_submit = 1; in usb_alloc_dev()
H A Ddriver.c1473 udev->can_submit = 0; in usb_suspend_both()
1515 udev->can_submit = 1; in usb_resume_both()
H A Dhcd.c1147 if (unlikely(!urb->dev->can_submit)) { in usb_hcd_link_urb_to_ep()
H A Dhub.c3927 if (udev && udev->can_submit) { in hub_suspend()
/linux/include/linux/
H A Dusb.h682 unsigned can_submit:1; member