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

/linux-master/drivers/platform/surface/aggregator/
H A Dbus.c59 const struct device_type ssam_device_type = { variable in typeref:struct:device_type
65 EXPORT_SYMBOL_GPL(ssam_device_type); variable
91 sdev->dev.type = &ssam_device_type;
/linux-master/include/linux/surface_aggregator/
H A Ddevice.h196 extern const struct device_type ssam_device_type;
203 * ssam_device, i.e. the device type points to %ssam_device_type, and %false
208 return d->type == &ssam_device_type;

Completed in 177 milliseconds