Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-ft260.c32 #define FT260_I2C_DATA_REPORT_ID(len) (FT260_I2C_REPORT_MIN + (len - 1) / 4)
78 FT260_I2C_REPORT_MIN = 0xD0, enumerator
1071 if (xfer->report >= FT260_I2C_REPORT_MIN && in ft260_raw_event()