Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dhid-over-i2c.h50 #define HIDI2C_DATA_LEN(pkt_len) ((pkt_len) - HIDI2C_LENGTH_LEN) macro
/linux-6.15/drivers/hid/intel-thc-hid/intel-quicki2c/
H A Dquicki2c-protocol.c164 if (HIDI2C_DATA_LEN(le16_to_cpu(rpt->len)) != buf_len || rpt->data[0] != reportnum) { in quicki2c_get_report()
H A Dpci-quicki2c.c277 HIDI2C_DATA_LEN(le16_to_cpu(pkt->len))); in handle_input_report()