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.c1678 bool dwc3_has_imod(struct dwc3 *dwc) in dwc3_check_params()
1703 if (dwc3_has_imod((dwc))) in dwc3_check_params()
1665 bool dwc3_has_imod(struct dwc3 *dwc) dwc3_has_imod() function
H A Dcore.h1576 bool dwc3_has_imod(struct dwc3 *dwc);
H A Dgadget.c2923 } else if (dwc3_has_imod(dwc)) { in __dwc3_gadget_start()