Home
last modified time | relevance | path

Searched refs:the_max1111 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/hwmon/
H A Dmax1111.c81 static struct max1111_data *the_max1111; variable
86 if (!the_max1111 || !the_max1111->spi) in max1111_read_channel()
89 return max1111_read(&the_max1111->spi->dev, channel); in max1111_read_channel()
248 the_max1111 = data; in max1111_probe()
263 the_max1111 = NULL; in max1111_remove()