Searched refs:amatch (Results 1 – 1 of 1) sorted by relevance
891 const struct acpi_device_id *amatch; in dwc2_init_params() local893 amatch = acpi_match_device(dwc2_acpi_match, hsotg->dev); in dwc2_init_params()894 if (amatch && amatch->driver_data) { in dwc2_init_params()895 set_params = (set_params_cb)amatch->driver_data; in dwc2_init_params()