Searched refs:slim_driver (Results 1 – 4 of 4) sorted by relevance
85 struct slim_driver { struct94 #define to_slim_driver(d) container_of_const(d, struct slim_driver, driver) argument150 int __slim_driver_register(struct slim_driver *drv, struct module *owner);151 void slim_driver_unregister(struct slim_driver *drv);
36 const struct slim_driver *sbdrv = to_slim_driver(drv); in slim_device_match() 48 struct slim_driver *sbdrv; in slim_device_update_status() 65 struct slim_driver *sbdrv = to_slim_driver(dev->driver); in slim_device_probe() 87 struct slim_driver *sbdrv; in slim_device_remove() 121 int __slim_driver_register(struct slim_driver *drv, struct module *owner) in __slim_driver_register() 139 void slim_driver_unregister(struct slim_driver *drv) in slim_driver_unregister()
69 slim_driver should implement driver for that slim_device.88 Another notification "boot_device" is used to notify the slim_driver when
289 static struct slim_driver wcd934x_slim_driver = {