Searched refs:qt2160_read (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | qt2160.c | 64 static int qt2160_read(struct i2c_client *client, u8 reg); 78 drive = qt2160_read(client, QT2160_CMD_DRIVE_X); in qt2160_led_set() 79 pwmen = qt2160_read(client, QT2160_CMD_PWMEN_X); in qt2160_led_set() 204 static int qt2160_read(struct i2c_client *client, u8 reg) in qt2160_read() function 282 id = qt2160_read(client, QT2160_CMD_CHIPID); in qt2160_identify() 289 ver = qt2160_read(client, QT2160_CMD_CODEVER); in qt2160_identify() 296 rev = qt2160_read(client, QT2160_CMD_SUBVER); in qt2160_identify()
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | qt2160.c | 65 static int qt2160_read(struct i2c_client *client, u8 reg); 79 drive = qt2160_read(client, QT2160_CMD_DRIVE_X); in qt2160_led_set() 80 pwmen = qt2160_read(client, QT2160_CMD_PWMEN_X); in qt2160_led_set() 225 static int qt2160_read(struct i2c_client *client, u8 reg) in qt2160_read() function 315 id = qt2160_read(client, QT2160_CMD_CHIPID); in qt2160_identify() 322 ver = qt2160_read(client, QT2160_CMD_CODEVER); in qt2160_identify() 329 rev = qt2160_read(client, QT2160_CMD_SUBVER); in qt2160_identify()
|
Completed in 2 milliseconds