Searched defs:bh1770_chip (Results 1 – 1 of 1) sorted by relevance
134 struct bh1770_chip { struct135 struct bh1770_platform_data *pdata;136 char chipname[10];137 u8 revision;138 struct i2c_client *client;139 struct regulator_bulk_data regs[2];140 struct mutex mutex; /* avoid parallel access */141 wait_queue_head_t wait;143 bool int_mode_prox;144 bool int_mode_lux;[all …]