Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/iio/temperature/
Dmlx90614.c73 struct mlx90614_data { struct
74 struct i2c_client *client;
75 struct mutex lock; /* for EEPROM access only */
76 struct gpio_desc *wakeup_gpio; /* NULL to disable sleep/wake-up */
77 unsigned long ready_timestamp; /* in jiffies */
/kernel/linux/linux-6.6/drivers/iio/temperature/
Dmlx90614.c99 struct mlx90614_data { struct
100 struct i2c_client *client;
101 struct mutex lock; /* for EEPROM access only */
102 struct gpio_desc *wakeup_gpio; /* NULL to disable sleep/wake-up */
103 const struct mlx_chip_info *chip_info; /* Chip hardware details */
104 unsigned long ready_timestamp; /* in jiffies */