Home
last modified time | relevance | path

Searched defs:ps2dev (Results 1 – 16 of 16) sorted by relevance

/linux-6.1.9/drivers/input/serio/
Dlibps2.c26 static int ps2_do_sendbyte(struct ps2dev *ps2dev, u8 byte, in ps2_do_sendbyte()
87 int ps2_sendbyte(struct ps2dev *ps2dev, u8 byte, unsigned int timeout) in ps2_sendbyte()
102 void ps2_begin_command(struct ps2dev *ps2dev) in ps2_begin_command()
110 void ps2_end_command(struct ps2dev *ps2dev) in ps2_end_command()
123 void ps2_drain(struct ps2dev *ps2dev, size_t maxbytes, unsigned int timeout) in ps2_drain()
171 static int ps2_adjust_timeout(struct ps2dev *ps2dev, in ps2_adjust_timeout()
227 int __ps2_command(struct ps2dev *ps2dev, u8 *param, unsigned int command) in __ps2_command()
330 int ps2_command(struct ps2dev *ps2dev, u8 *param, unsigned int command) in ps2_command()
350 int ps2_sliced_command(struct ps2dev *ps2dev, u8 command) in ps2_sliced_command()
379 void ps2_init(struct ps2dev *ps2dev, struct serio *serio) in ps2_init()
[all …]
/linux-6.1.9/include/linux/
Dlibps2.h33 struct ps2dev { struct
48 void ps2_init(struct ps2dev *ps2dev, struct serio *serio); argument
/linux-6.1.9/drivers/input/mouse/
Dalps.c1688 struct ps2dev *ps2dev = &psmouse->ps2dev; in alps_command_mode_send_nibble() local
1708 struct ps2dev *ps2dev = &psmouse->ps2dev; in alps_command_mode_set_addr() local
1726 struct ps2dev *ps2dev = &psmouse->ps2dev; in __alps_command_mode_read_reg() local
1770 struct ps2dev *ps2dev = &psmouse->ps2dev; in alps_rpt_cmd() local
1825 struct ps2dev *ps2dev = &psmouse->ps2dev; in alps_exit_command_mode() local
1838 struct ps2dev *ps2dev = &psmouse->ps2dev; in alps_passthrough_mode_v2() local
1855 struct ps2dev *ps2dev = &psmouse->ps2dev; in alps_absolute_mode_v1_v2() local
1892 struct ps2dev *ps2dev = &psmouse->ps2dev; in alps_monitor_mode_write_reg() local
1907 struct ps2dev *ps2dev = &psmouse->ps2dev; in alps_monitor_mode() local
1966 struct ps2dev *ps2dev = &psmouse->ps2dev; in alps_tap_mode() local
[all …]
Dtrackpoint.c33 static int trackpoint_power_on_reset(struct ps2dev *ps2dev) in trackpoint_power_on_reset()
52 static int trackpoint_read(struct ps2dev *ps2dev, u8 loc, u8 *results) in trackpoint_read()
59 static int trackpoint_write(struct ps2dev *ps2dev, u8 loc, u8 val) in trackpoint_write()
66 static int trackpoint_toggle_bit(struct ps2dev *ps2dev, u8 loc, u8 mask) in trackpoint_toggle_bit()
77 static int trackpoint_update_bit(struct ps2dev *ps2dev, in trackpoint_update_bit()
398 struct ps2dev *ps2dev = &psmouse->ps2dev; in trackpoint_detect() local
Dlogips2pp.c138 struct ps2dev *ps2dev = &psmouse->ps2dev; in ps2pp_set_smartscroll() local
189 struct ps2dev *ps2dev = &psmouse->ps2dev; in ps2pp_set_resolution() local
359 struct ps2dev *ps2dev = &psmouse->ps2dev; in ps2pp_detect() local
Dfocaltech.c267 struct ps2dev *ps2dev = &psmouse->ps2dev; in focaltech_switch_protocol() local
347 static int focaltech_read_register(struct ps2dev *ps2dev, int reg, in focaltech_read_register()
375 struct ps2dev *ps2dev = &psmouse->ps2dev; in focaltech_read_size() local
Dsentelic.c73 struct ps2dev *ps2dev = &psmouse->ps2dev; in fsp_reg_read() local
130 struct ps2dev *ps2dev = &psmouse->ps2dev; in fsp_reg_write() local
203 struct ps2dev *ps2dev = &psmouse->ps2dev; in fsp_page_reg_read() local
241 struct ps2dev *ps2dev = &psmouse->ps2dev; in fsp_page_reg_write() local
841 struct ps2dev *ps2dev = &psmouse->ps2dev; in fsp_activate_protocol() local
Dcypress_ps2.c40 struct ps2dev *ps2dev = &psmouse->ps2dev; in cypress_ps2_sendbyte() local
63 struct ps2dev *ps2dev = &psmouse->ps2dev; in cypress_ps2_ext_cmd() local
103 struct ps2dev *ps2dev = &psmouse->ps2dev; in cypress_ps2_read_cmd_status() local
Dlifebook.c201 struct ps2dev *ps2dev = &psmouse->ps2dev; in lifebook_absolute_mode() local
222 struct ps2dev *ps2dev = &psmouse->ps2dev; in lifebook_relative_mode() local
Dhgpk.c494 struct ps2dev *ps2dev = &psmouse->ps2dev; in hgpk_select_mode() local
610 struct ps2dev *ps2dev = &psmouse->ps2dev; in hgpk_reset_device() local
694 struct ps2dev *ps2dev = &psmouse->ps2dev; in hgpk_toggle_powersave() local
1015 struct ps2dev *ps2dev = &psmouse->ps2dev; in hgpk_get_model() local
Dpsmouse-base.c545 struct ps2dev *ps2dev = &psmouse->ps2dev; in genius_detect() local
577 struct ps2dev *ps2dev = &psmouse->ps2dev; in intellimouse_detect() local
610 struct ps2dev *ps2dev = &psmouse->ps2dev; in im_explorer_detect() local
656 struct ps2dev *ps2dev = &psmouse->ps2dev; in thinking_detect() local
1249 struct ps2dev *ps2dev = &psmouse->ps2dev; in psmouse_probe() local
Dbyd.c341 struct ps2dev *ps2dev = &psmouse->ps2dev; in byd_reset_touchpad() local
437 struct ps2dev *ps2dev = &psmouse->ps2dev; in byd_detect() local
Delantech.c53 struct ps2dev *ps2dev = &psmouse->ps2dev; in elantech_send_cmd() local
71 struct ps2dev *ps2dev = &psmouse->ps2dev; in elantech_ps2_command() local
1403 struct ps2dev *ps2dev = &psmouse->ps2dev; in elantech_detect() local
Dpsmouse.h92 struct ps2dev ps2dev; member
Dsynaptics.c98 struct ps2dev *ps2dev = &psmouse->ps2dev; in synaptics_detect() local
/linux-6.1.9/drivers/input/keyboard/
Datkbd.c204 struct ps2dev ps2dev; member
718 struct ps2dev *ps2dev = &atkbd->ps2dev; in atkbd_activate() local
741 struct ps2dev *ps2dev = &atkbd->ps2dev; in atkbd_deactivate() local
755 struct ps2dev *ps2dev = &atkbd->ps2dev; in atkbd_probe() local
822 struct ps2dev *ps2dev = &atkbd->ps2dev; in atkbd_select_set() local
883 struct ps2dev *ps2dev = &atkbd->ps2dev; in atkbd_reset_state() local