Searched defs:ak8975_data (Results 1 – 1 of 1) sorted by relevance
361 struct ak8975_data { struct362 struct i2c_client *client;363 struct ak_def *def;364 struct attribute_group attrs;365 struct mutex lock;366 u8 asa[3];367 long raw_to_gauss[3];368 int eoc_gpio;369 int eoc_irq;370 wait_queue_head_t data_ready_queue;[all …]