Lines Matching defs:ads7846_packet
81 struct ads7846_packet { struct82 unsigned int count;83 unsigned int count_skip;84 unsigned int cmds;85 unsigned int last_cmd_idx;86 struct ads7846_buf_layout l[5];87 struct ads7846_buf *rx;88 struct ads7846_buf *tx;90 struct ads7846_buf pwrdown_cmd;92 bool ignore;93 u16 x, y, z1, z2;