Searched refs:serio_drv (Results 1 – 1 of 1) sorted by relevance
760 struct serio_driver *serio_drv = to_serio_driver(drv); in bind_mode_show() local761 return sprintf(buf, "%s\n", serio_drv->manual_bind ? "manual" : "auto"); in bind_mode_show()766 struct serio_driver *serio_drv = to_serio_driver(drv); in bind_mode_store() local771 serio_drv->manual_bind = true; in bind_mode_store()773 serio_drv->manual_bind = false; in bind_mode_store()903 struct serio_driver *serio_drv = to_serio_driver(drv); in serio_bus_match() local905 if (serio->manual_bind || serio_drv->manual_bind) in serio_bus_match()908 return serio_match_port(serio_drv->id_table, serio); in serio_bus_match()