Home
last modified time | relevance | path

Searched defs:bh1770_chip (Results 1 – 1 of 1) sorted by relevance

/drivers/misc/
Dbh1770glc.c134 struct bh1770_chip { struct
135 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 …]