Searched refs:ssam_device_driver (Results 1 – 11 of 11) sorted by relevance
264 const struct ssam_device_driver *sdrv; in ssam_device_get_match()309 struct ssam_device_driver *sdrv = to_ssam_device_driver(drv); in ssam_bus_match()326 struct ssam_device_driver *sdrv = to_ssam_device_driver(dev->driver); in ssam_bus_remove()348 int __ssam_device_driver_register(struct ssam_device_driver *sdrv, in __ssam_device_driver_register()365 void ssam_device_driver_unregister(struct ssam_device_driver *sdrv) in ssam_device_driver_unregister()
185 struct ssam_device_driver { struct246 #define to_ssam_device_driver(d) container_of_const(d, struct ssam_device_driver, driver)345 int __ssam_device_driver_register(struct ssam_device_driver *d, struct module *o);346 void ssam_device_driver_unregister(struct ssam_device_driver *d);
5 .. |ssam_device_driver| replace:: :c:type:`struct ssam_device_driver <ssam_device_driver>` substdef54 thus not being a |ssam_device_driver|) need to explicitly establish a121 driver types. They are represented via |ssam_device_driver| and bind to a124 (:c:type:`struct ssam_device_driver.match_table <ssam_device_driver>`),
29 .. |ssam_device_driver| replace:: :c:type:`struct ssam_device_driver <ssam_device_driver>` substdef87 implemented as platform devices, via |ssam_device| and |ssam_device_driver|
176 static struct ssam_device_driver surface_platform_profile = {
357 static struct ssam_device_driver ssam_subsystem_hub_driver = {
631 static struct ssam_device_driver ssam_tablet_sw_driver = {
1222 static struct ssam_device_driver surface_dtx_ssam_driver = {
268 static struct ssam_device_driver surface_ac_driver = {
861 static struct ssam_device_driver surface_battery_driver = {
238 static struct ssam_device_driver surface_hid_driver = {