Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/surface_aggregator/
Ddevice.h171 struct ssam_device_driver { struct
225 struct ssam_device_driver *to_ssam_device_driver(struct device_driver *d) in to_ssam_device_driver()
227 return container_of(d, struct ssam_device_driver, driver); in to_ssam_device_driver()
298 int __ssam_device_driver_register(struct ssam_device_driver *d, struct module *o);
299 void ssam_device_driver_unregister(struct ssam_device_driver *d);
/linux-5.19.10/drivers/platform/surface/aggregator/
Dbus.c259 const struct ssam_device_driver *sdrv; in ssam_device_get_match()
304 struct ssam_device_driver *sdrv = to_ssam_device_driver(drv); in ssam_bus_match()
321 struct ssam_device_driver *sdrv = to_ssam_device_driver(dev->driver); in ssam_bus_remove()
343 int __ssam_device_driver_register(struct ssam_device_driver *sdrv, in __ssam_device_driver_register()
360 void ssam_device_driver_unregister(struct ssam_device_driver *sdrv) in ssam_device_driver_unregister()
/linux-5.19.10/Documentation/driver-api/surface_aggregator/
Dclient.rst5 .. |ssam_device_driver| replace:: :c:type:`struct ssam_device_driver <ssam_device_driver>` substdef
52 thus not being a |ssam_device_driver|) need to explicitly establish a
119 driver types. They are represented via |ssam_device_driver| and bind to a
122 (:c:type:`struct ssam_device_driver.match_table <ssam_device_driver>`),
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-5.19.10/drivers/platform/surface/
Dsurface_platform_profile.c177 static struct ssam_device_driver surface_platform_profile = {
Dsurface_aggregator_registry.c505 static struct ssam_device_driver ssam_base_hub_driver = {
Dsurface_dtx.c1222 static struct ssam_device_driver surface_dtx_ssam_driver = {
/linux-5.19.10/drivers/power/supply/
Dsurface_charger.c268 static struct ssam_device_driver surface_ac_driver = {
Dsurface_battery.c861 static struct ssam_device_driver surface_battery_driver = {
/linux-5.19.10/drivers/hid/surface-hid/
Dsurface_hid.c238 static struct ssam_device_driver surface_hid_driver = {