Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Delo.c39 #define ELO10_LEAD_BYTE 'U' macro
74 if (data != ELO10_LEAD_BYTE) { in elo_process_data_10()
224 unsigned char csum = 0xaa + ELO10_LEAD_BYTE; in elo_command_10()
233 if (serio_write(elo->serio, ELO10_LEAD_BYTE)) in elo_command_10()