Lines Matching defs:drv
58 static int serio_connect_driver(struct serio *serio, struct serio_driver *drv) in serio_connect_driver()
106 static int serio_bind_driver(struct serio *serio, struct serio_driver *drv) in serio_bind_driver()
401 struct device_driver *drv; in drvctl_store() local
751 static ssize_t description_show(struct device_driver *drv, char *buf) in description_show()
758 static ssize_t bind_mode_show(struct device_driver *drv, char *buf) in bind_mode_show()
764 static ssize_t bind_mode_store(struct device_driver *drv, const char *buf, size_t count) in bind_mode_store()
792 struct serio_driver *drv = to_serio_driver(dev->driver); in serio_driver_probe() local
820 static void serio_attach_driver(struct serio_driver *drv) in serio_attach_driver()
830 int __serio_register_driver(struct serio_driver *drv, struct module *owner, const char *mod_name) in __serio_register_driver()
869 void serio_unregister_driver(struct serio_driver *drv) in serio_unregister_driver()
893 static void serio_set_drv(struct serio *serio, struct serio_driver *drv) in serio_set_drv()
900 static int serio_bus_match(struct device *dev, struct device_driver *drv) in serio_bus_match()
975 int serio_open(struct serio *serio, struct serio_driver *drv) in serio_open()