Home
last modified time | relevance | path

Searched refs:ssam_device_id_match (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/platform/surface/aggregator/
H A Dbus.c226 * ssam_device_id_match() - Find the matching ID table entry for the given UID.
233 const struct ssam_device_id *ssam_device_id_match(const struct ssam_device_id *table, in ssam_device_id_match() function
244 EXPORT_SYMBOL_GPL(ssam_device_id_match); variable
256 * This function essentially calls ssam_device_id_match() with the ID table of
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()
/kernel/linux/linux-6.6/include/linux/surface_aggregator/
H A Ddevice.h248 const struct ssam_device_id *ssam_device_id_match(const struct ssam_device_id *table,

Completed in 2 milliseconds