dwc2_of_match_table 1327 drivers/usb/dwc2/core.h extern const struct of_device_id dwc2_of_match_table[];
dwc2_of_match_table  166 drivers/usb/dwc2/params.c const struct of_device_id dwc2_of_match_table[] = {
dwc2_of_match_table  191 drivers/usb/dwc2/params.c MODULE_DEVICE_TABLE(of, dwc2_of_match_table);
dwc2_of_match_table  854 drivers/usb/dwc2/params.c 	match = of_match_device(dwc2_of_match_table, hsotg->dev);
dwc2_of_match_table  560 drivers/usb/dwc2/platform.c 		.of_match_table = dwc2_of_match_table,