/linux-3.4.99/drivers/input/serio/ |
D | libps2.c | 38 int ps2_sendbyte(struct ps2dev *ps2dev, unsigned char byte, int timeout) in ps2_sendbyte() 58 void ps2_begin_command(struct ps2dev *ps2dev) in ps2_begin_command() 67 void ps2_end_command(struct ps2dev *ps2dev) in ps2_end_command() 81 void ps2_drain(struct ps2dev *ps2dev, int maxbytes, int timeout) in ps2_drain() 129 static int ps2_adjust_timeout(struct ps2dev *ps2dev, int command, int timeout) in ps2_adjust_timeout() 184 int __ps2_command(struct ps2dev *ps2dev, unsigned char *param, int command) in __ps2_command() 256 int ps2_command(struct ps2dev *ps2dev, unsigned char *param, int command) in ps2_command() 272 void ps2_init(struct ps2dev *ps2dev, struct serio *serio) in ps2_init() 286 int ps2_handle_ack(struct ps2dev *ps2dev, unsigned char data) in ps2_handle_ack() 344 int ps2_handle_response(struct ps2dev *ps2dev, unsigned char data) in ps2_handle_response() [all …]
|
/linux-3.4.99/include/linux/ |
D | libps2.h | 29 struct ps2dev { struct 44 void ps2_init(struct ps2dev *ps2dev, struct serio *serio); argument
|
/linux-3.4.99/drivers/input/mouse/ |
D | alps.c | 832 struct ps2dev *ps2dev = &psmouse->ps2dev; in alps_command_mode_send_nibble() local 852 struct ps2dev *ps2dev = &psmouse->ps2dev; in alps_command_mode_set_addr() local 870 struct ps2dev *ps2dev = &psmouse->ps2dev; in __alps_command_mode_read_reg() local 915 struct ps2dev *ps2dev = &psmouse->ps2dev; in alps_enter_command_mode() local 939 struct ps2dev *ps2dev = &psmouse->ps2dev; in alps_exit_command_mode() local 947 struct ps2dev *ps2dev = &psmouse->ps2dev; in alps_get_model() local 1045 struct ps2dev *ps2dev = &psmouse->ps2dev; in alps_passthrough_mode_v2() local 1062 struct ps2dev *ps2dev = &psmouse->ps2dev; in alps_absolute_mode_v1_v2() local 1081 struct ps2dev *ps2dev = &psmouse->ps2dev; in alps_get_status() local 1107 struct ps2dev *ps2dev = &psmouse->ps2dev; in alps_tap_mode() local [all …]
|
D | trackpoint.c | 25 static int trackpoint_read(struct ps2dev *ps2dev, unsigned char loc, unsigned char *results) in trackpoint_read() 35 static int trackpoint_write(struct ps2dev *ps2dev, unsigned char loc, unsigned char val) in trackpoint_write() 47 static int trackpoint_toggle_bit(struct ps2dev *ps2dev, unsigned char loc, unsigned char mask) in trackpoint_toggle_bit() 295 struct ps2dev *ps2dev = &psmouse->ps2dev; in trackpoint_detect() local
|
D | logips2pp.c | 135 struct ps2dev *ps2dev = &psmouse->ps2dev; in ps2pp_set_smartscroll() local 185 struct ps2dev *ps2dev = &psmouse->ps2dev; in ps2pp_set_resolution() local 330 struct ps2dev *ps2dev = &psmouse->ps2dev; in ps2pp_init() local
|
D | lifebook.c | 207 struct ps2dev *ps2dev = &psmouse->ps2dev; in lifebook_absolute_mode() local 226 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 829 struct ps2dev *ps2dev = &psmouse->ps2dev; in fsp_activate_protocol() local
|
D | hgpk.c | 500 struct ps2dev *ps2dev = &psmouse->ps2dev; in hgpk_select_mode() local 616 struct ps2dev *ps2dev = &psmouse->ps2dev; in hgpk_reset_device() local 700 struct ps2dev *ps2dev = &psmouse->ps2dev; in hgpk_toggle_powersave() local 1022 struct ps2dev *ps2dev = &psmouse->ps2dev; in hgpk_get_model() local
|
D | psmouse-base.c | 470 struct ps2dev *ps2dev = &psmouse->ps2dev; in genius_detect() local 502 struct ps2dev *ps2dev = &psmouse->ps2dev; in intellimouse_detect() local 535 struct ps2dev *ps2dev = &psmouse->ps2dev; in im_explorer_detect() local 581 struct ps2dev *ps2dev = &psmouse->ps2dev; in thinking_detect() local 1045 struct ps2dev *ps2dev = &psmouse->ps2dev; in psmouse_probe() local
|
D | elantech.c | 51 struct ps2dev *ps2dev = &psmouse->ps2dev; in elantech_send_cmd() local 69 struct ps2dev *ps2dev = &psmouse->ps2dev; in elantech_ps2_command() local 1233 struct ps2dev *ps2dev = &psmouse->ps2dev; in elantech_detect() local
|
D | psmouse.h | 42 struct ps2dev ps2dev; member
|
D | synaptics.c | 102 struct ps2dev *ps2dev = &psmouse->ps2dev; in synaptics_detect() local
|
/linux-3.4.99/drivers/input/keyboard/ |
D | atkbd.c | 203 struct ps2dev ps2dev; member 685 struct ps2dev *ps2dev = &atkbd->ps2dev; in atkbd_probe() local 745 struct ps2dev *ps2dev = &atkbd->ps2dev; in atkbd_select_set() local 806 struct ps2dev *ps2dev = &atkbd->ps2dev; in atkbd_reset_state() local 830 struct ps2dev *ps2dev = &atkbd->ps2dev; in atkbd_activate() local
|