Symbol: ssam_device_driver
drivers/hid/surface-hid/surface_hid.c
238
static struct ssam_device_driver surface_hid_driver = {
drivers/hwmon/surface_fan.c
71
static struct ssam_device_driver surface_fan = {
drivers/hwmon/surface_temp.c
223
static struct ssam_device_driver ssam_temp = {
drivers/platform/surface/aggregator/bus.c
267
const struct ssam_device_driver *sdrv;
drivers/platform/surface/aggregator/bus.c
312
const struct ssam_device_driver *sdrv = to_ssam_device_driver(drv);
drivers/platform/surface/aggregator/bus.c
329
struct ssam_device_driver *sdrv = to_ssam_device_driver(dev->driver);
drivers/platform/surface/aggregator/bus.c
350
int __ssam_device_driver_register(struct ssam_device_driver *sdrv,
drivers/platform/surface/aggregator/bus.c
367
void ssam_device_driver_unregister(struct ssam_device_driver *sdrv)
drivers/platform/surface/surface_aggregator_hub.c
357
static struct ssam_device_driver ssam_subsystem_hub_driver = {
drivers/platform/surface/surface_aggregator_tabletsw.c
631
static struct ssam_device_driver ssam_tablet_sw_driver = {
drivers/platform/surface/surface_dtx.c
1220
static struct ssam_device_driver surface_dtx_ssam_driver = {
drivers/platform/surface/surface_platform_profile.c
245
static struct ssam_device_driver surface_platform_profile = {
drivers/power/supply/surface_battery.c
861
static struct ssam_device_driver surface_battery_driver = {
drivers/power/supply/surface_charger.c
268
static struct ssam_device_driver surface_ac_driver = {
include/linux/surface_aggregator/device.h
245
#define to_ssam_device_driver(d) container_of_const(d, struct ssam_device_driver, driver)
include/linux/surface_aggregator/device.h
344
int __ssam_device_driver_register(struct ssam_device_driver *d, struct module *o);
include/linux/surface_aggregator/device.h
345
void ssam_device_driver_unregister(struct ssam_device_driver *d);