Home
last modified time | relevance | path

Searched refs:dwc3_has_imod (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/dwc3/
H A Dcore.c1823 bool dwc3_has_imod(struct dwc3 *dwc) in dwc3_has_imod() function
1837 if (dwc->imod_interval && !dwc3_has_imod(dwc)) { in dwc3_check_params()
H A Dcore.h1599 bool dwc3_has_imod(struct dwc3 *dwc);
H A Dgadget.c2846 } else if (dwc3_has_imod(dwc)) { in __dwc3_gadget_start()