/Linux-v4.19/drivers/input/serio/ |
D | libps2.c | 29 static int ps2_do_sendbyte(struct ps2dev *ps2dev, u8 byte, in ps2_do_sendbyte() 90 int ps2_sendbyte(struct ps2dev *ps2dev, u8 byte, unsigned int timeout) in ps2_sendbyte() 105 void ps2_begin_command(struct ps2dev *ps2dev) in ps2_begin_command() 113 void ps2_end_command(struct ps2dev *ps2dev) in ps2_end_command() 126 void ps2_drain(struct ps2dev *ps2dev, size_t maxbytes, unsigned int timeout) in ps2_drain() 174 static int ps2_adjust_timeout(struct ps2dev *ps2dev, in ps2_adjust_timeout() 230 int __ps2_command(struct ps2dev *ps2dev, u8 *param, unsigned int command) in __ps2_command() 331 int ps2_command(struct ps2dev *ps2dev, u8 *param, unsigned int command) in ps2_command() 351 int ps2_sliced_command(struct ps2dev *ps2dev, u8 command) in ps2_sliced_command() 380 void ps2_init(struct ps2dev *ps2dev, struct serio *serio) in ps2_init() [all …]
|
/Linux-v4.19/include/linux/ |
D | libps2.h | 36 struct ps2dev { struct 51 void ps2_init(struct ps2dev *ps2dev, struct serio *serio); argument
|
/Linux-v4.19/drivers/input/mouse/ |
D | alps.c | 1690 struct ps2dev *ps2dev = &psmouse->ps2dev; in alps_command_mode_send_nibble() local 1710 struct ps2dev *ps2dev = &psmouse->ps2dev; in alps_command_mode_set_addr() local 1728 struct ps2dev *ps2dev = &psmouse->ps2dev; in __alps_command_mode_read_reg() local 1772 struct ps2dev *ps2dev = &psmouse->ps2dev; in alps_rpt_cmd() local 1827 struct ps2dev *ps2dev = &psmouse->ps2dev; in alps_exit_command_mode() local 1840 struct ps2dev *ps2dev = &psmouse->ps2dev; in alps_passthrough_mode_v2() local 1857 struct ps2dev *ps2dev = &psmouse->ps2dev; in alps_absolute_mode_v1_v2() local 1894 struct ps2dev *ps2dev = &psmouse->ps2dev; in alps_monitor_mode_write_reg() local 1909 struct ps2dev *ps2dev = &psmouse->ps2dev; in alps_monitor_mode() local 1968 struct ps2dev *ps2dev = &psmouse->ps2dev; in alps_tap_mode() local [all …]
|
D | trackpoint.c | 34 static int trackpoint_power_on_reset(struct ps2dev *ps2dev) in trackpoint_power_on_reset() 53 static int trackpoint_read(struct ps2dev *ps2dev, u8 loc, u8 *results) in trackpoint_read() 60 static int trackpoint_write(struct ps2dev *ps2dev, u8 loc, u8 val) in trackpoint_write() 67 static int trackpoint_toggle_bit(struct ps2dev *ps2dev, u8 loc, u8 mask) in trackpoint_toggle_bit() 78 static int trackpoint_update_bit(struct ps2dev *ps2dev, in trackpoint_update_bit() 397 struct ps2dev *ps2dev = &psmouse->ps2dev; in trackpoint_detect() local
|
D | logips2pp.c | 141 struct ps2dev *ps2dev = &psmouse->ps2dev; in ps2pp_set_smartscroll() local 192 struct ps2dev *ps2dev = &psmouse->ps2dev; in ps2pp_set_resolution() local 362 struct ps2dev *ps2dev = &psmouse->ps2dev; in ps2pp_detect() local
|
D | focaltech.c | 271 struct ps2dev *ps2dev = &psmouse->ps2dev; in focaltech_switch_protocol() local 351 static int focaltech_read_register(struct ps2dev *ps2dev, int reg, in focaltech_read_register() 379 struct ps2dev *ps2dev = &psmouse->ps2dev; in focaltech_read_size() local
|
D | lifebook.c | 204 struct ps2dev *ps2dev = &psmouse->ps2dev; in lifebook_absolute_mode() local 225 struct ps2dev *ps2dev = &psmouse->ps2dev; in lifebook_relative_mode() local
|
D | sentelic.c | 86 struct ps2dev *ps2dev = &psmouse->ps2dev; in fsp_reg_read() local 143 struct ps2dev *ps2dev = &psmouse->ps2dev; in fsp_reg_write() local 216 struct ps2dev *ps2dev = &psmouse->ps2dev; in fsp_page_reg_read() local 254 struct ps2dev *ps2dev = &psmouse->ps2dev; in fsp_page_reg_write() local 854 struct ps2dev *ps2dev = &psmouse->ps2dev; in fsp_activate_protocol() local
|
D | cypress_ps2.c | 43 struct ps2dev *ps2dev = &psmouse->ps2dev; in cypress_ps2_sendbyte() local 66 struct ps2dev *ps2dev = &psmouse->ps2dev; in cypress_ps2_ext_cmd() local 106 struct ps2dev *ps2dev = &psmouse->ps2dev; in cypress_ps2_read_cmd_status() local
|
D | hgpk.c | 497 struct ps2dev *ps2dev = &psmouse->ps2dev; in hgpk_select_mode() local 613 struct ps2dev *ps2dev = &psmouse->ps2dev; in hgpk_reset_device() local 697 struct ps2dev *ps2dev = &psmouse->ps2dev; in hgpk_toggle_powersave() local 1018 struct ps2dev *ps2dev = &psmouse->ps2dev; in hgpk_get_model() local
|
D | psmouse-base.c | 549 struct ps2dev *ps2dev = &psmouse->ps2dev; in genius_detect() local 581 struct ps2dev *ps2dev = &psmouse->ps2dev; in intellimouse_detect() local 614 struct ps2dev *ps2dev = &psmouse->ps2dev; in im_explorer_detect() local 660 struct ps2dev *ps2dev = &psmouse->ps2dev; in thinking_detect() local 1253 struct ps2dev *ps2dev = &psmouse->ps2dev; in psmouse_probe() local
|
D | byd.c | 344 struct ps2dev *ps2dev = &psmouse->ps2dev; in byd_reset_touchpad() local 440 struct ps2dev *ps2dev = &psmouse->ps2dev; in byd_detect() local
|
D | elantech.c | 56 struct ps2dev *ps2dev = &psmouse->ps2dev; in elantech_send_cmd() local 74 struct ps2dev *ps2dev = &psmouse->ps2dev; in elantech_ps2_command() local 1430 struct ps2dev *ps2dev = &psmouse->ps2dev; in elantech_detect() local
|
D | psmouse.h | 92 struct ps2dev ps2dev; member
|
D | synaptics.c | 101 struct ps2dev *ps2dev = &psmouse->ps2dev; in synaptics_detect() local
|
/Linux-v4.19/drivers/input/keyboard/ |
D | atkbd.c | 203 struct ps2dev ps2dev; member 689 struct ps2dev *ps2dev = &atkbd->ps2dev; in atkbd_activate() local 712 struct ps2dev *ps2dev = &atkbd->ps2dev; in atkbd_deactivate() local 726 struct ps2dev *ps2dev = &atkbd->ps2dev; in atkbd_probe() local 793 struct ps2dev *ps2dev = &atkbd->ps2dev; in atkbd_select_set() local 854 struct ps2dev *ps2dev = &atkbd->ps2dev; in atkbd_reset_state() local
|