Searched defs:bh1770_chip (Results 1 – 1 of 1) sorted by relevance
120 struct bh1770_chip { struct121 struct bh1770_platform_data *pdata;122 char chipname[10];123 u8 revision;124 struct i2c_client *client;125 struct regulator_bulk_data regs[2];126 struct mutex mutex; /* avoid parallel access */127 wait_queue_head_t wait;129 bool int_mode_prox;130 bool int_mode_lux;[all …]