| /linux/drivers/platform/surface/aggregator/ ! |
| H A D | bus.c | 273 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()
|
| /linux/drivers/net/pcs/ ! |
| H A D | pcs-rzn1-miic.c | 235 struct modctrl_match *match_table; member 590 table_entry = &of_data->match_table[i]; in miic_match_dt_conf() 816 .match_table = modctrl_match_table, 832 .match_table = rzt2h_modctrl_match_table,
|
| /linux/drivers/hwmon/ ! |
| H A D | surface_fan.c | 73 .match_table = ssam_fan_match,
|
| H A D | surface_temp.c | 225 .match_table = ssam_temp_match,
|
| /linux/drivers/clk/ ! |
| H A D | clk-fixed-rate_test.c | 345 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()
|
| H A D | clk_test.c | 2824 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()
|
| /linux/drivers/net/ethernet/qualcomm/emac/ ! |
| H A D | emac-sgmii.c | 304 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()
|
| /linux/drivers/ptp/ ! |
| H A D | ptp_qoriq.c | 680 static const struct of_device_id match_table[] = { variable 685 MODULE_DEVICE_TABLE(of, match_table); 690 .of_match_table = match_table,
|
| /linux/drivers/platform/surface/ ! |
| H A D | surface_platform_profile.c | 247 .match_table = ssam_platform_profile_match,
|
| H A D | surface_aggregator_hub.c | 360 .match_table = ssam_hub_match,
|
| H A D | surface_aggregator_tabletsw.c | 634 .match_table = ssam_tablet_sw_match,
|
| H A D | surface_dtx.c | 1223 .match_table = surface_dtx_ssam_match,
|
| /linux/drivers/of/ ! |
| H A D | platform.c | 476 static const struct of_device_id match_table[] = { in of_platform_default_populate() local 486 return of_platform_populate(root, match_table, lookup, parent); in of_platform_default_populate()
|
| /linux/drivers/power/supply/ ! |
| H A D | surface_charger.c | 271 .match_table = surface_ac_match,
|
| H A D | surface_battery.c | 864 .match_table = surface_battery_match,
|
| /linux/include/linux/surface_aggregator/ ! |
| H A D | device.h | 188 const struct ssam_device_id *match_table; member
|
| /linux/drivers/hid/surface-hid/ ! |
| H A D | surface_hid.c | 241 .match_table = surface_hid_match,
|
| /linux/Documentation/driver-api/surface_aggregator/ ! |
| H A D | client.rst | 124 (:c:type:`struct ssam_device_driver.match_table <ssam_device_driver>`),
|