Searched refs:IN_READ (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | w83793.c | 124 #define IN_READ 0 macro 1016 IN_READ, index), \ 2039 data->in[i][IN_READ] = in w83793_update_device() 2040 w83793_read_value(client, W83793_REG_IN[i][IN_READ]); in w83793_update_device() 2042 data->in_low_bits[IN_READ] = in w83793_update_device() 2043 w83793_read_value(client, W83793_REG_IN_LOW_BITS[IN_READ]); in w83793_update_device()
|
H A D | w83795.c | 76 #define IN_READ 0 macro 609 tmp = w83795_read(client, W83795_REG_IN[i][IN_READ]) << 2; in w83795_update_device() 611 data->in[i][IN_READ] = tmp; in w83795_update_device() 1486 case IN_READ: in show_in() 1611 IN_READ, index), \
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | w83793.c | 124 #define IN_READ 0 macro 1016 IN_READ, index), \ 2037 data->in[i][IN_READ] = in w83793_update_device() 2038 w83793_read_value(client, W83793_REG_IN[i][IN_READ]); in w83793_update_device() 2040 data->in_low_bits[IN_READ] = in w83793_update_device() 2041 w83793_read_value(client, W83793_REG_IN_LOW_BITS[IN_READ]); in w83793_update_device()
|
H A D | w83795.c | 76 #define IN_READ 0 macro 609 tmp = w83795_read(client, W83795_REG_IN[i][IN_READ]) << 2; in w83795_update_device() 611 data->in[i][IN_READ] = tmp; in w83795_update_device() 1486 case IN_READ: in show_in() 1611 IN_READ, index), \
|
Completed in 12 milliseconds