Lines Matching refs:u8
45 u8 z;
50 u8 hst_mode;
51 u8 tt_mode;
52 u8 tt_stat;
54 u8 touch12_id;
56 u8 gest_cnt;
57 u8 gest_id;
59 u8 touch34_id;
61 u8 tt_undef[3];
62 u8 act_dist;
63 u8 tt_reserved;
69 u8 hst_mode;
70 u8 mfg_stat;
71 u8 mfg_cmd;
72 u8 cid[3];
73 u8 tt_undef1;
74 u8 uid[8];
75 u8 bl_verh;
76 u8 bl_verl;
77 u8 tts_verh;
78 u8 tts_verl;
79 u8 app_idh;
80 u8 app_idl;
81 u8 app_verh;
82 u8 app_verl;
83 u8 tt_undef[5];
84 u8 scn_typ;
85 u8 act_intrvl;
86 u8 tch_tmout;
87 u8 lp_intrvl;
93 u8 bl_file;
94 u8 bl_status;
95 u8 bl_error;
96 u8 blver_hi;
97 u8 blver_lo;
98 u8 bld_blver_hi;
99 u8 bld_blver_lo;
100 u8 ttspver_hi;
101 u8 ttspver_lo;
102 u8 appid_hi;
103 u8 appid_lo;
104 u8 appver_hi;
105 u8 appver_lo;
106 u8 cid_0;
107 u8 cid_1;
108 u8 cid_2;
115 int (*write)(struct device *dev, u8 *xfer_buf, u16 addr, u8 length,
117 int (*read)(struct device *dev, u8 *xfer_buf, u16 addr, u8 length,
141 u8 xfer_buf[] ____cacheline_aligned;
148 int cyttsp_i2c_write_block_data(struct device *dev, u8 *xfer_buf, u16 addr,
149 u8 length, const void *values);
150 int cyttsp_i2c_read_block_data(struct device *dev, u8 *xfer_buf, u16 addr,
151 u8 length, void *values);