Searched refs:try_passthru (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A D | psmouse.h | 81 bool try_passthru; /* Try protocol also on passthrough ports */ member
|
H A D | psmouse-base.c | 733 .try_passthru = true, 771 .try_passthru = true, 780 .try_passthru = true, 832 .try_passthru = true, 1023 if (!psmouse_do_detect(proto->detect, psmouse, proto->try_passthru, in psmouse_try_protocol()
|
/kernel/linux/linux-6.6/drivers/input/mouse/ |
H A D | psmouse.h | 81 bool try_passthru; /* Try protocol also on passthrough ports */ member
|
H A D | psmouse-base.c | 730 .try_passthru = true, 768 .try_passthru = true, 777 .try_passthru = true, 829 .try_passthru = true, 1020 if (!psmouse_do_detect(proto->detect, psmouse, proto->try_passthru, in psmouse_try_protocol()
|
Completed in 6 milliseconds