Searched refs:i2c_hid_command (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/hid/i2c-hid/ |
D | i2c-hid.c | 272 static int i2c_hid_command(struct i2c_client *client, in i2c_hid_command() function 399 ret = i2c_hid_command(client, &hid_set_power_cmd, NULL, 0); in i2c_hid_set_power() 445 ret = i2c_hid_command(client, &hid_reset_cmd, NULL, 0); in i2c_hid_hwreset() 698 ret = i2c_hid_command(client, &hid_report_descr_cmd, rdesc, rsize); in i2c_hid_parse() 836 ret = i2c_hid_command(client, &hid_descr_cmd, ihid->hdesc_buffer, in i2c_hid_fetch_hid_descriptor()
|