Lines Matching defs:drv
60 static int serio_connect_driver(struct serio *serio, struct serio_driver *drv) in serio_connect_driver()
108 static int serio_bind_driver(struct serio *serio, struct serio_driver *drv) in serio_bind_driver()
403 struct device_driver *drv; in drvctl_store() local
753 static ssize_t description_show(struct device_driver *drv, char *buf) in description_show()
760 static ssize_t bind_mode_show(struct device_driver *drv, char *buf) in bind_mode_show()
766 static ssize_t bind_mode_store(struct device_driver *drv, const char *buf, size_t count) in bind_mode_store()
794 struct serio_driver *drv = to_serio_driver(dev->driver); in serio_driver_probe() local
822 static void serio_attach_driver(struct serio_driver *drv) in serio_attach_driver()
832 int __serio_register_driver(struct serio_driver *drv, struct module *owner, const char *mod_name) in __serio_register_driver()
871 void serio_unregister_driver(struct serio_driver *drv) in serio_unregister_driver()
895 static void serio_set_drv(struct serio *serio, struct serio_driver *drv) in serio_set_drv()
902 static int serio_bus_match(struct device *dev, struct device_driver *drv) in serio_bus_match()
977 int serio_open(struct serio *serio, struct serio_driver *drv) in serio_open()