Searched refs:match_table (Results 1 – 16 of 16) sorted by relevance
/linux-6.12.1/drivers/platform/surface/aggregator/ |
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-6.12.1/drivers/hwmon/ |
D | surface_fan.c | 81 .match_table = ssam_fan_match,
|
D | surface_temp.c | 225 .match_table = ssam_temp_match,
|
/linux-6.12.1/drivers/clk/ |
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()
|
D | clk_test.c | 2826 static const struct of_device_id match_table[] = { in clk_register_clk_parent_data_device_driver() local 2832 ctx->pdrv.driver.of_match_table = match_table; in clk_register_clk_parent_data_device_driver()
|
/linux-6.12.1/drivers/net/ethernet/qualcomm/emac/ |
D | emac-sgmii.c | 299 static const struct acpi_device_id match_table[] = { in emac_sgmii_acpi_match() local 305 const struct acpi_device_id *id = acpi_match_device(match_table, dev); in emac_sgmii_acpi_match()
|
/linux-6.12.1/drivers/ptp/ |
D | ptp_qoriq.c | 660 static const struct of_device_id match_table[] = { variable 665 MODULE_DEVICE_TABLE(of, match_table); 670 .of_match_table = match_table,
|
/linux-6.12.1/drivers/platform/surface/ |
D | surface_platform_profile.c | 241 .match_table = ssam_platform_profile_match,
|
D | surface_aggregator_hub.c | 360 .match_table = ssam_hub_match,
|
D | surface_aggregator_tabletsw.c | 634 .match_table = ssam_tablet_sw_match,
|
D | surface_dtx.c | 1223 .match_table = surface_dtx_ssam_match,
|
/linux-6.12.1/drivers/power/supply/ |
D | surface_charger.c | 271 .match_table = surface_ac_match,
|
D | surface_battery.c | 864 .match_table = surface_battery_match,
|
/linux-6.12.1/include/linux/surface_aggregator/ |
D | device.h | 188 const struct ssam_device_id *match_table; member
|
/linux-6.12.1/drivers/hid/surface-hid/ |
D | surface_hid.c | 241 .match_table = surface_hid_match,
|
/linux-6.12.1/Documentation/driver-api/surface_aggregator/ |
D | client.rst | 124 (:c:type:`struct ssam_device_driver.match_table <ssam_device_driver>`),
|