Home
last modified time | relevance | path

Searched defs:ads7846_packet (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/input/touchscreen/
Dads7846.c79 struct ads7846_packet { struct
80 unsigned int count;
81 unsigned int count_skip;
82 unsigned int cmds;
83 unsigned int last_cmd_idx;
84 struct ads7846_buf_layout l[5];
85 struct ads7846_buf *rx;
86 struct ads7846_buf *tx;
111 struct ads7846_packet *packet; argument
/kernel/linux/linux-5.10/drivers/input/touchscreen/
Dads7846.c82 struct ads7846_packet { struct
83 unsigned int count;
84 unsigned int count_skip;
85 unsigned int cmds;
86 unsigned int last_cmd_idx;
87 struct ads7846_buf_layout l[5];
88 struct ads7846_buf *rx;
89 struct ads7846_buf *tx;
91 struct ads7846_buf pwrdown_cmd;
93 bool ignore;
[all …]