Searched defs:tsl2563_chip (Results 1 – 1 of 1) sorted by relevance
115 struct tsl2563_chip { struct116 struct mutex lock;117 struct i2c_client *client;118 struct iio_dev *indio_dev;119 struct delayed_work poweroff_work;121 struct work_struct work_thresh;122 s64 event_timestamp;124 pm_message_t state;126 struct tsl2563_gainlevel_coeff *gainlevel;128 u16 low_thres;[all …]