Lines Matching refs:i2c_hid_cmd
80 struct i2c_hid_cmd { struct
101 static const struct i2c_hid_cmd hid_descr_cmd = { .length = 2 }; argument
103 static const struct i2c_hid_cmd hid_report_descr_cmd = {
109 static const struct i2c_hid_cmd hid_reset_cmd = { I2C_HID_CMD(0x01),
111 static const struct i2c_hid_cmd hid_get_report_cmd = { I2C_HID_CMD(0x02) };
112 static const struct i2c_hid_cmd hid_set_report_cmd = { I2C_HID_CMD(0x03) };
113 static const struct i2c_hid_cmd hid_set_power_cmd = { I2C_HID_CMD(0x08) };
114 static const struct i2c_hid_cmd hid_no_cmd = { .length = 0 };
155 const struct i2c_hid_cmd *command, u8 reportID, in __i2c_hid_command()
227 const struct i2c_hid_cmd *command, in i2c_hid_command()
278 const struct i2c_hid_cmd *hidcmd; in i2c_hid_set_or_send_report()