Searched refs:match_table (Results 1 – 11 of 11) sorted by relevance
/linux-5.19.10/drivers/platform/surface/aggregator/ |
D | bus.c | 265 if (!sdrv->match_table) in ssam_device_get_match() 268 return ssam_device_id_match(sdrv->match_table, dev->uid); in ssam_device_get_match() 310 return !!ssam_device_id_match(sdrv->match_table, sdev->uid); in ssam_bus_match()
|
/linux-5.19.10/drivers/net/ethernet/qualcomm/emac/ |
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-5.19.10/drivers/ptp/ |
D | ptp_qoriq.c | 625 static const struct of_device_id match_table[] = { variable 630 MODULE_DEVICE_TABLE(of, match_table); 635 .of_match_table = match_table,
|
/linux-5.19.10/drivers/platform/surface/ |
D | surface_platform_profile.c | 180 .match_table = ssam_platform_profile_match,
|
D | surface_aggregator_registry.c | 508 .match_table = ssam_base_hub_match,
|
D | surface_dtx.c | 1225 .match_table = surface_dtx_ssam_match,
|
/linux-5.19.10/include/linux/surface_aggregator/ |
D | device.h | 174 const struct ssam_device_id *match_table; member
|
/linux-5.19.10/drivers/power/supply/ |
D | surface_charger.c | 271 .match_table = surface_ac_match,
|
D | surface_battery.c | 864 .match_table = surface_battery_match,
|
/linux-5.19.10/drivers/hid/surface-hid/ |
D | surface_hid.c | 241 .match_table = surface_hid_match,
|
/linux-5.19.10/Documentation/driver-api/surface_aggregator/ |
D | client.rst | 122 (:c:type:`struct ssam_device_driver.match_table <ssam_device_driver>`),
|