Searched defs:max30102_data (Results 1 – 1 of 1) sorted by relevance
103 struct max30102_data { struct104 struct i2c_client *client;105 struct iio_dev *indio_dev;106 struct mutex lock;107 struct regmap *regmap;108 enum max30102_chip_id chip_id;110 u8 buffer[12];111 __be32 processed_buffer[3]; /* 3 x 18-bit (padded to 32-bits) */
Completed in 4 milliseconds