Searched refs:IN_LOW (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | w83795.c | 78 #define IN_LOW 2 macro 464 data->in[i][IN_LOW] = in w83795_update_limits() 465 w83795_read(client, W83795_REG_IN[i][IN_LOW]); in w83795_update_limits() 473 data->in_lsb[i][IN_LOW] = in w83795_update_limits() 474 w83795_read(client, IN_LSB_REG(i, IN_LOW)); in w83795_update_limits() 617 u8 lsb_low = w83795_read(client, IN_LSB_REG(0, IN_LOW)); in w83795_update_device() 624 data->in[i][IN_LOW] = in w83795_update_device() 625 w83795_read(client, W83795_REG_IN[i][IN_LOW]); in w83795_update_device() 627 data->in_lsb[i][IN_LOW] = (lsb_low >> (2 * i)) & 0x03; in w83795_update_device() 1493 case IN_LOW in show_in() [all...] |
H A D | w83793.c | 126 #define IN_LOW 2 macro 1020 store_in, IN_LOW, index), \
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | w83795.c | 78 #define IN_LOW 2 macro 464 data->in[i][IN_LOW] = in w83795_update_limits() 465 w83795_read(client, W83795_REG_IN[i][IN_LOW]); in w83795_update_limits() 473 data->in_lsb[i][IN_LOW] = in w83795_update_limits() 474 w83795_read(client, IN_LSB_REG(i, IN_LOW)); in w83795_update_limits() 617 u8 lsb_low = w83795_read(client, IN_LSB_REG(0, IN_LOW)); in w83795_update_device() 624 data->in[i][IN_LOW] = in w83795_update_device() 625 w83795_read(client, W83795_REG_IN[i][IN_LOW]); in w83795_update_device() 627 data->in_lsb[i][IN_LOW] = (lsb_low >> (2 * i)) & 0x03; in w83795_update_device() 1493 case IN_LOW in show_in() [all...] |
H A D | w83793.c | 126 #define IN_LOW 2 macro 1020 store_in, IN_LOW, index), \
|
Completed in 15 milliseconds