Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dmax1111.c81 static struct max1111_data *the_max1111; variable
85 if (!the_max1111 || !the_max1111->spi) in max1111_read_channel()
88 return max1111_read(&the_max1111->spi->dev, channel); in max1111_read_channel()
247 the_max1111 = data; in max1111_probe()
262 the_max1111 = NULL; in max1111_remove()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds