Searched refs:of_dwc3_match (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/drivers/usb/dwc3/ | ||
H A D | dwc3-qcom.c | 110 static const struct of_device_id of_dwc3_match[] = { variable in typeref:struct:of_device_id 114 MODULE_DEVICE_TABLE(of, of_dwc3_match); 121 .of_match_table = of_dwc3_match, |
H A D | dwc3-omap.c | 601 static const struct of_device_id of_dwc3_match[] = { variable in typeref:struct:of_device_id 610 MODULE_DEVICE_TABLE(of, of_dwc3_match); 652 .of_match_table = of_dwc3_match, |
H A D | core.c | 1101 static const struct of_device_id of_dwc3_match[] = { variable in typeref:struct:of_device_id 1110 MODULE_DEVICE_TABLE(of, of_dwc3_match); 1129 .of_match_table = of_match_ptr(of_dwc3_match), |
Completed in 182 milliseconds