Searched refs:write_to_ec (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/hwmon/ |
H A D | oxp-sensors.c | 240 static int write_to_ec(u8 reg, u8 value) in write_to_ec() function 280 return write_to_ec(reg, val); in tt_toggle_enable() 307 return write_to_ec(reg, val); in tt_toggle_disable() 388 return write_to_ec(ORANGEPI_SENSOR_PWM_ENABLE_REG, PWM_MODE_MANUAL); in oxp_pwm_enable() 403 return write_to_ec(OXP_SENSOR_PWM_ENABLE_REG, PWM_MODE_MANUAL); in oxp_pwm_enable() 413 return write_to_ec(ORANGEPI_SENSOR_PWM_ENABLE_REG, PWM_MODE_AUTO); in oxp_pwm_disable() 429 return write_to_ec(OXP_SENSOR_PWM_ENABLE_REG, PWM_MODE_AUTO); in oxp_pwm_disable() 584 return write_to_ec(ORANGEPI_SENSOR_PWM_REG, val); in oxp_platform_write() 589 return write_to_ec(OXP_SENSOR_PWM_REG, val); in oxp_platform_write() 602 return write_to_ec(OXP_SENSOR_PWM_REG, val); in oxp_platform_write() [all …]
|