Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc3/
H A Dcore.c1668 bool dwc3_has_imod(struct dwc3 *dwc) in dwc3_has_imod() function
1682 if (dwc->imod_interval && !dwc3_has_imod(dwc)) { in dwc3_check_params()
H A Dcore.h1567 bool dwc3_has_imod(struct dwc3 *dwc);
H A Dgadget.c2865 } else if (dwc3_has_imod(dwc)) { in __dwc3_gadget_start()