Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/input/serio/
Dserio.c741 struct serio_driver *serio_drv = to_serio_driver(drv); in bind_mode_show() local
742 return sprintf(buf, "%s\n", serio_drv->manual_bind ? "manual" : "auto"); in bind_mode_show()
747 struct serio_driver *serio_drv = to_serio_driver(drv); in bind_mode_store() local
752 serio_drv->manual_bind = true; in bind_mode_store()
754 serio_drv->manual_bind = false; in bind_mode_store()
883 struct serio_driver *serio_drv = to_serio_driver(drv); in serio_bus_match() local
885 if (serio->manual_bind || serio_drv->manual_bind) in serio_bus_match()
888 return serio_match_port(serio_drv->id_table, serio); in serio_bus_match()