Lines Matching defs:drv
42 static int serio_connect_driver(struct serio *serio, struct serio_driver *drv) in serio_connect_driver()
90 static int serio_bind_driver(struct serio *serio, struct serio_driver *drv) in serio_bind_driver()
385 struct device_driver *drv; in drvctl_store() local
735 static ssize_t description_show(struct device_driver *drv, char *buf) in description_show()
742 static ssize_t bind_mode_show(struct device_driver *drv, char *buf) in bind_mode_show()
748 static ssize_t bind_mode_store(struct device_driver *drv, const char *buf, size_t count) in bind_mode_store()
776 struct serio_driver *drv = to_serio_driver(dev->driver); in serio_driver_probe() local
804 static void serio_attach_driver(struct serio_driver *drv) in serio_attach_driver()
814 int __serio_register_driver(struct serio_driver *drv, struct module *owner, const char *mod_name) in __serio_register_driver()
853 void serio_unregister_driver(struct serio_driver *drv) in serio_unregister_driver()
877 static void serio_set_drv(struct serio *serio, struct serio_driver *drv) in serio_set_drv()
884 static int serio_bus_match(struct device *dev, struct device_driver *drv) in serio_bus_match()
971 int serio_open(struct serio *serio, struct serio_driver *drv) in serio_open()