Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc2/
Dplatform.c132 static const struct of_device_id dwc2_of_match_table[] = { variable
139 MODULE_DEVICE_TABLE(of, dwc2_of_match_table);
165 match = of_match_device(dwc2_of_match_table, &dev->dev); in dwc2_driver_probe()
301 .of_match_table = dwc2_of_match_table,