Lines Matching defs:us5182d_data
117 struct us5182d_data { struct
118 struct i2c_client *client;
119 struct mutex lock;
122 u32 ga;
125 u8 lower_dark_gain;
126 u8 upper_dark_gain;
127 u16 *us5182d_dark_ths;
129 u16 px_low_th;
130 u16 px_high_th;
132 int rising_en;
133 int falling_en;
135 u8 opmode;
136 u8 power_mode;
138 bool als_enabled;
139 bool px_enabled;
141 bool default_continuous;