Home
last modified time | relevance | path

Searched refs:disable_hc_int (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/dwc2/
H A Dhcd_intr.c1086 disable_hc_int(hsotg, chnum, HCINTMSK_XFERCOMPL);
1134 disable_hc_int(hsotg, chnum, HCINTMSK_STALL);
1277 disable_hc_int(hsotg, chnum, HCINTMSK_NAK);
1354 disable_hc_int(hsotg, chnum, HCINTMSK_ACK);
1481 disable_hc_int(hsotg, chnum, HCINTMSK_NYET);
1515 disable_hc_int(hsotg, chnum, HCINTMSK_BBLERR);
1619 disable_hc_int(hsotg, chnum, HCINTMSK_AHBERR);
1677 disable_hc_int(hsotg, chnum, HCINTMSK_XACTERR);
1710 disable_hc_int(hsotg, chnum, HCINTMSK_FRMOVRUN);
1732 disable_hc_int(hsot in dwc2_hc_datatglerr_intr()
[all...]
H A Dhcd.h444 static inline void disable_hc_int(struct dwc2_hsotg *hsotg, int chnum, u32 intr) in disable_hc_int() function