Home
last modified time | relevance | path

Searched refs:ssam_device_driver (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/platform/surface/aggregator/
H A Dbus.c267 const struct ssam_device_driver *sdrv; in ssam_device_get_match()
312 const struct ssam_device_driver *sdrv = to_ssam_device_driver(drv); in ssam_bus_match()
329 struct ssam_device_driver *sdrv = to_ssam_device_driver(dev->driver); in ssam_bus_remove()
350 int __ssam_device_driver_register(struct ssam_device_driver *sdrv, in __ssam_device_driver_register()
367 void ssam_device_driver_unregister(struct ssam_device_driver *sdrv) in ssam_device_driver_unregister()
/linux/include/linux/surface_aggregator/
H A Ddevice.h179 * struct ssam_device_driver - SSAM client device driver.
185 struct ssam_device_driver { struct
238 * Casts the given &struct device_driver to a &struct ssam_device_driver. The
240 * &struct ssam_device_driver.
242 * Return: Returns the pointer to the &struct ssam_device_driver wrapping the
245 #define to_ssam_device_driver(d) container_of_const(d, struct ssam_device_driver, driver)
344 int __ssam_device_driver_register(struct ssam_device_driver *d, struct module *o);
345 void ssam_device_driver_unregister(struct ssam_device_driver *d);
186 driverssam_device_driver global() argument
188 match_tablessam_device_driver global() argument
190 probessam_device_driver global() argument
191 removessam_device_driver global() argument
/linux/drivers/hwmon/
H A Dsurface_fan.c71 static struct ssam_device_driver surface_fan = {
H A Dsurface_temp.c223 static struct ssam_device_driver ssam_temp = {
/linux/Documentation/driver-api/surface_aggregator/
H A Dclient.rst5 .. |ssam_device_driver| replace:: :c:type:`struct ssam_device_driver <ssam_device_driver>` substdef
54 thus not being a |ssam_device_driver|) need to explicitly establish a
121 driver types. They are represented via |ssam_device_driver| and bind to a
124 (:c:type:`struct ssam_device_driver.match_table <ssam_device_driver>`),
H A Dinternal.rst29 .. |ssam_device_driver| replace:: :c:type:`struct ssam_device_driver <ssam_device_driver>` substdef
87 implemented as platform devices, via |ssam_device| and |ssam_device_driver|
/linux/drivers/platform/surface/
H A Dsurface_platform_profile.c245 static struct ssam_device_driver surface_platform_profile = {
H A Dsurface_aggregator_hub.c357 static struct ssam_device_driver ssam_subsystem_hub_driver = {
H A Dsurface_dtx.c1220 static struct ssam_device_driver surface_dtx_ssam_driver = {
/linux/drivers/power/supply/
H A Dsurface_charger.c268 static struct ssam_device_driver surface_ac_driver = {
H A Dsurface_battery.c861 static struct ssam_device_driver surface_battery_driver = {
/linux/drivers/hid/surface-hid/
H A Dsurface_hid.c238 static struct ssam_device_driver surface_hid_driver = {