Home
last modified time | relevance | path

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

/drivers/platform/surface/aggregator/
A Dbus.c273 if (!sdrv->match_table) in ssam_device_get_match()
276 return ssam_device_id_match(sdrv->match_table, dev->uid); in ssam_device_get_match()
318 return !!ssam_device_id_match(sdrv->match_table, sdev->uid); in ssam_bus_match()
/drivers/hwmon/
A Dsurface_fan.c73 .match_table = ssam_fan_match,
A Dsurface_temp.c225 .match_table = ssam_temp_match,
/drivers/clk/
A Dclk-fixed-rate_test.c345 static const struct of_device_id match_table[] = { in clk_fixed_rate_of_init() local
357 ctx->pdrv.driver.of_match_table = match_table; in clk_fixed_rate_of_init()
A Dclk_test.c2824 kunit_of_platform_driver_dev(struct kunit *test, const struct of_device_id *match_table) in kunit_of_platform_driver_dev() argument
2832 ctx->pdrv.driver.of_match_table = match_table; in kunit_of_platform_driver_dev()
2918 static const struct of_device_id match_table[] = { in KUNIT_ARRAY_PARAM() local
2923 dev = kunit_of_platform_driver_dev(test, match_table); in KUNIT_ARRAY_PARAM()
3030 static const struct of_device_id match_table[] = { in KUNIT_ARRAY_PARAM() local
3035 dev = kunit_of_platform_driver_dev(test, match_table); in KUNIT_ARRAY_PARAM()
3419 static const struct of_device_id match_table[] = { in clk_hw_register_dev_get_dev_returns_dev() local
3426 dev = kunit_of_platform_driver_dev(test, match_table); in clk_hw_register_dev_get_dev_returns_dev()
/drivers/ptp/
A Dptp_qoriq.c660 static const struct of_device_id match_table[] = { variable
665 MODULE_DEVICE_TABLE(of, match_table);
670 .of_match_table = match_table,
/drivers/net/ethernet/qualcomm/emac/
A Demac-sgmii.c304 static const struct acpi_device_id match_table[] = { in emac_sgmii_acpi_match() local
310 const struct acpi_device_id *id = acpi_match_device(match_table, dev); in emac_sgmii_acpi_match()
/drivers/of/
A Dplatform.c477 static const struct of_device_id match_table[] = { in of_platform_default_populate() local
487 return of_platform_populate(root, match_table, lookup, parent); in of_platform_default_populate()
/drivers/platform/surface/
A Dsurface_platform_profile.c247 .match_table = ssam_platform_profile_match,
A Dsurface_aggregator_hub.c360 .match_table = ssam_hub_match,
A Dsurface_aggregator_tabletsw.c634 .match_table = ssam_tablet_sw_match,
A Dsurface_dtx.c1223 .match_table = surface_dtx_ssam_match,
/drivers/power/supply/
A Dsurface_charger.c271 .match_table = surface_ac_match,
A Dsurface_battery.c864 .match_table = surface_battery_match,
/drivers/hid/surface-hid/
A Dsurface_hid.c241 .match_table = surface_hid_match,

Completed in 37 milliseconds