Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/mouse/
Dalps.c1665 static int alps_command_mode_read_reg(struct psmouse *psmouse, int addr) in alps_command_mode_read_reg() function
2009 reg_val = alps_command_mode_read_reg(psmouse, reg_base + 0x0008); in alps_passthrough_mode_v3()
2031 reg_val = alps_command_mode_read_reg(psmouse, 0x0004); in alps_absolute_mode_v3()
2049 reg_val = alps_command_mode_read_reg(psmouse, reg_base + 0x08); in alps_probe_trackstick_v3()
2141 reg_val = alps_command_mode_read_reg(psmouse, 0x0006); in alps_hw_init_v3()
2147 reg_val = alps_command_mode_read_reg(psmouse, 0x0007); in alps_hw_init_v3()
2153 if (alps_command_mode_read_reg(psmouse, 0x0144) == -1) in alps_hw_init_v3()
2158 if (alps_command_mode_read_reg(psmouse, 0x0159) == -1) in alps_hw_init_v3()
2163 if (alps_command_mode_read_reg(psmouse, 0x0163) == -1) in alps_hw_init_v3()
2168 if (alps_command_mode_read_reg(psmouse, 0x0162) == -1) in alps_hw_init_v3()
[all …]