Searched refs:i2c_hid_cmd (Results 1 – 1 of 1) sorted by relevance
94 struct i2c_hid_cmd { struct115 static const struct i2c_hid_cmd hid_descr_cmd = { .length = 2 }; argument117 static const struct i2c_hid_cmd hid_report_descr_cmd = {123 static const struct i2c_hid_cmd hid_reset_cmd = { I2C_HID_CMD(0x01),125 static const struct i2c_hid_cmd hid_get_report_cmd = { I2C_HID_CMD(0x02) };126 static const struct i2c_hid_cmd hid_set_report_cmd = { I2C_HID_CMD(0x03) };127 static const struct i2c_hid_cmd hid_set_power_cmd = { I2C_HID_CMD(0x08) };128 static const struct i2c_hid_cmd hid_no_cmd = { .length = 0 };219 const struct i2c_hid_cmd *command, u8 reportID, in __i2c_hid_command()293 const struct i2c_hid_cmd *command, in i2c_hid_command()[all …]