Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/hid/i2c-hid/
Di2c-hid-core.c87 struct i2c_hid_cmd { struct
108 static const struct i2c_hid_cmd hid_descr_cmd = { .length = 2 }; argument
110 static const struct i2c_hid_cmd hid_report_descr_cmd = {
116 static const struct i2c_hid_cmd hid_reset_cmd = { I2C_HID_CMD(0x01),
118 static const struct i2c_hid_cmd hid_get_report_cmd = { I2C_HID_CMD(0x02) };
119 static const struct i2c_hid_cmd hid_set_report_cmd = { I2C_HID_CMD(0x03) };
120 static const struct i2c_hid_cmd hid_set_power_cmd = { I2C_HID_CMD(0x08) };
121 static const struct i2c_hid_cmd hid_no_cmd = { .length = 0 };
211 const struct i2c_hid_cmd *command, u8 reportID, in __i2c_hid_command()
285 const struct i2c_hid_cmd *command, in i2c_hid_command()
[all …]