Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc2/
Dplatform.c309 static const struct of_device_id dwc2_of_match_table[] = { variable
316 MODULE_DEVICE_TABLE(of, dwc2_of_match_table);
340 match = of_match_device(dwc2_of_match_table, &dev->dev); in dwc2_driver_probe()
500 .of_match_table = dwc2_of_match_table,