Searched refs:read_from_ec (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/hwmon/ |
H A D | oxp-sensors.c | 216 static int read_from_ec(u8 reg, int size, long *val) in read_from_ec() function 374 retval = read_from_ec(reg, 1, &val); in tt_toggle_show() 460 return read_from_ec(ORANGEPI_SENSOR_FAN_REG, 2, val); in oxp_platform_read() 463 return read_from_ec(OXP_2_SENSOR_FAN_REG, 2, val); in oxp_platform_read() 477 return read_from_ec(OXP_SENSOR_FAN_REG, 2, val); in oxp_platform_read() 491 ret = read_from_ec(ORANGEPI_SENSOR_PWM_REG, 1, val); in oxp_platform_read() 499 ret = read_from_ec(OXP_SENSOR_PWM_REG, 1, val); in oxp_platform_read() 515 ret = read_from_ec(OXP_SENSOR_PWM_REG, 1, val); in oxp_platform_read() 525 ret = read_from_ec(OXP_SENSOR_PWM_REG, 1, val); in oxp_platform_read() 534 return read_from_ec(ORANGEPI_SENSOR_PWM_ENABLE_REG, 1, val); in oxp_platform_read() [all …]
|