Home
last modified time | relevance | path

Searched refs:ssam_device_type (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/platform/surface/aggregator/
Dbus.c57 const struct device_type ssam_device_type = { variable
63 EXPORT_SYMBOL_GPL(ssam_device_type);
89 sdev->dev.type = &ssam_device_type; in ssam_device_alloc()
/linux-6.6.21/include/linux/surface_aggregator/
Ddevice.h197 extern const struct device_type ssam_device_type;
209 return d->type == &ssam_device_type; in is_ssam_device()