Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dwdt87xx_i2c.c124 #define CMD_REPORT_ID_OFFSET 0x0 macro
292 if (buf[CMD_REPORT_ID_OFFSET] > 0xF) { in wdt87xx_get_feature()
295 tx_buf[tx_len++] = buf[CMD_REPORT_ID_OFFSET]; in wdt87xx_get_feature()
297 tx_buf[tx_len++] = 0x30 | buf[CMD_REPORT_ID_OFFSET]; in wdt87xx_get_feature()
327 if (buf[CMD_REPORT_ID_OFFSET] > 0xF) { in wdt87xx_set_feature()
330 tx_buf[tx_len++] = buf[CMD_REPORT_ID_OFFSET]; in wdt87xx_set_feature()
332 tx_buf[tx_len++] = 0x30 | buf[CMD_REPORT_ID_OFFSET]; in wdt87xx_set_feature()
362 cmd_buf[CMD_REPORT_ID_OFFSET] = VND_REQ_WRITE; in wdt87xx_send_command()
389 cmd_buf[CMD_REPORT_ID_OFFSET] = 0; in wdt87xx_send_command()
582 pkt_buf[CMD_REPORT_ID_OFFSET] = VND_REQ_WRITE; in wdt87xx_write_data()
[all …]