Home
last modified time | relevance | path

Searched refs:slim_driver (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dslimbus.h85 struct slim_driver { struct
94 #define to_slim_driver(d) container_of(d, struct slim_driver, driver) argument
150 int __slim_driver_register(struct slim_driver *drv, struct module *owner);
151 void slim_driver_unregister(struct slim_driver *drv);
/OK3568_Linux_fs/kernel/drivers/slimbus/
H A Dcore.c36 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()
123 int __slim_driver_register(struct slim_driver *drv, struct module *owner) in __slim_driver_register()
141 void slim_driver_unregister(struct slim_driver *drv) in slim_driver_unregister()
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dslimbus.rst69 slim_driver should implement driver for that slim_device.
88 Another notification "boot_device" is used to notify the slim_driver when
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dwcd934x.c288 static struct slim_driver wcd934x_slim_driver = {
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dwcd9335.c5235 static struct slim_driver wcd9335_slim_driver = {