Home
last modified time | relevance | path

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

/drivers/input/keyboard/
Dqt2160.c82 static int qt2160_read(struct i2c_client *client, u8 reg);
97 drive = qt2160_read(client, QT2160_CMD_DRIVE_X); in qt2160_led_work()
98 pwmen = qt2160_read(client, QT2160_CMD_PWMEN_X); in qt2160_led_work()
256 static int qt2160_read(struct i2c_client *client, u8 reg) in qt2160_read() function
352 id = qt2160_read(client, QT2160_CMD_CHIPID); in qt2160_identify()
359 ver = qt2160_read(client, QT2160_CMD_CODEVER); in qt2160_identify()
366 rev = qt2160_read(client, QT2160_CMD_SUBVER); in qt2160_identify()