Searched refs:write_to_ec (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/platform/x86/ |
| H A D | oxpec.c | 327 static int write_to_ec(u8 reg, u8 value) in write_to_ec() function 407 ret = write_to_ec(reg, val); in tt_toggle_store() 486 ret = write_to_ec(reg, val); in tt_led_store() 582 return write_to_ec(OXP_X1_CHARGE_LIMIT_REG, val->intval); in oxp_psy_ext_set_prop() 598 return write_to_ec(OXP_X1_CHARGE_INHIBIT_REG, raw_val); in oxp_psy_ext_set_prop() 649 return write_to_ec(ORANGEPI_SENSOR_PWM_ENABLE_REG, PWM_MODE_MANUAL); in oxp_pwm_enable() 659 return write_to_ec(OXP_SENSOR_PWM_ENABLE_REG, PWM_MODE_MANUAL); in oxp_pwm_enable() 669 return write_to_ec(ORANGEPI_SENSOR_PWM_ENABLE_REG, PWM_MODE_AUTO); in oxp_pwm_disable() 679 return write_to_ec(OXP_SENSOR_PWM_ENABLE_REG, PWM_MODE_AUTO); in oxp_pwm_disable() 751 return write_to_ec(ORANGEPI_SENSOR_PWM_REG, val); in oxp_pwm_input_write() [all …]
|