Home
last modified time | relevance | path

Searched refs:HCD_FLAG_SAW_IRQ (Results 1 – 6 of 6) sorted by relevance

/drivers/usb/core/
Dhcd-pci.c346 clear_bit(HCD_FLAG_SAW_IRQ, &hcd->flags); in usb_hcd_pci_resume()
Dhcd.h95 #define HCD_FLAG_SAW_IRQ 0x00000002 macro
Dhcd.c1092 if (!test_bit(HCD_FLAG_SAW_IRQ, &hcd->flags) && in usb_hcd_check_unlink_urb()
1096 set_bit(HCD_FLAG_SAW_IRQ, &hcd->flags); in usb_hcd_check_unlink_urb()
1734 set_bit(HCD_FLAG_SAW_IRQ, &hcd->flags); in usb_hcd_irq()
/drivers/usb/c67x00/
Dc67x00-hcd.c274 set_bit(HCD_FLAG_SAW_IRQ, &hcd->flags); in c67x00_hcd_irq()
/drivers/usb/host/
Dhwa-hc.c800 usb_hcd->flags |= HCD_FLAG_SAW_IRQ; in hwahc_probe()
/drivers/usb/musb/
Dmusb_core.c573 set_bit(HCD_FLAG_SAW_IRQ, &hcd->flags); in musb_stage0_irq()