Lines Matching defs:hx9023s_ch_data
103 struct hx9023s_ch_data { struct
104 s16 raw; /* Raw Data*/
105 s16 lp; /* Low Pass Filter Data*/
106 s16 bl; /* Base Line Data */
107 s16 diff; /* Difference of Low Pass Data and Base Line Data */
109 struct {
112 } thres;
114 u16 dac;
115 u8 channel_positive;
116 u8 channel_negative;
117 bool sel_bl;
118 bool sel_raw;
119 bool sel_diff;
120 bool sel_lp;
121 bool enable;