Searched refs:match_table (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/drivers/platform/surface/aggregator/ |
A D | bus.c | 270 if (!sdrv->match_table) in ssam_device_get_match() 273 return ssam_device_id_match(sdrv->match_table, dev->uid); in ssam_device_get_match() 315 return !!ssam_device_id_match(sdrv->match_table, sdev->uid); in ssam_bus_match()
|
/linux-6.3-rc2/drivers/net/ethernet/qualcomm/emac/ |
A D | emac-sgmii.c | 297 static const struct acpi_device_id match_table[] = { in emac_sgmii_acpi_match() local 303 const struct acpi_device_id *id = acpi_match_device(match_table, dev); in emac_sgmii_acpi_match()
|
/linux-6.3-rc2/drivers/ptp/ |
A D | ptp_qoriq.c | 661 static const struct of_device_id match_table[] = { variable 666 MODULE_DEVICE_TABLE(of, match_table); 671 .of_match_table = match_table,
|
/linux-6.3-rc2/drivers/platform/surface/ |
A D | surface_platform_profile.c | 180 .match_table = ssam_platform_profile_match,
|
A D | surface_aggregator_hub.c | 360 .match_table = ssam_hub_match,
|
A D | surface_aggregator_tabletsw.c | 522 .match_table = ssam_tablet_sw_match,
|
A D | surface_dtx.c | 1225 .match_table = surface_dtx_ssam_match,
|
/linux-6.3-rc2/drivers/power/supply/ |
A D | surface_charger.c | 271 .match_table = surface_ac_match,
|
A D | surface_battery.c | 864 .match_table = surface_battery_match,
|
/linux-6.3-rc2/include/linux/surface_aggregator/ |
A D | device.h | 188 const struct ssam_device_id *match_table; member
|
/linux-6.3-rc2/drivers/hid/surface-hid/ |
A D | surface_hid.c | 241 .match_table = surface_hid_match,
|
/linux-6.3-rc2/Documentation/driver-api/surface_aggregator/ |
A D | client.rst | 124 (:c:type:`struct ssam_device_driver.match_table <ssam_device_driver>`),
|
Completed in 19 milliseconds