Searched refs:write_to_ec (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/platform/x86/ |
| H A D | oxpec.c | 313 static int write_to_ec(u8 reg, u8 value) in write_to_ec() function 393 ret = write_to_ec(reg, val); in tt_toggle_store() 472 ret = write_to_ec(reg, val); in tt_led_store() 568 return write_to_ec(OXP_X1_CHARGE_LIMIT_REG, val->intval); in oxp_psy_ext_set_prop() 584 return write_to_ec(OXP_X1_CHARGE_INHIBIT_REG, raw_val); in oxp_psy_ext_set_prop() 635 return write_to_ec(ORANGEPI_SENSOR_PWM_ENABLE_REG, PWM_MODE_MANUAL); in oxp_pwm_enable() 645 return write_to_ec(OXP_SENSOR_PWM_ENABLE_REG, PWM_MODE_MANUAL); in oxp_pwm_enable() 655 return write_to_ec(ORANGEPI_SENSOR_PWM_ENABLE_REG, PWM_MODE_AUTO); in oxp_pwm_disable() 665 return write_to_ec(OXP_SENSOR_PWM_ENABLE_REG, PWM_MODE_AUTO); in oxp_pwm_disable() 737 return write_to_ec(ORANGEPI_SENSOR_PWM_REG, val); in oxp_pwm_input_write() [all …]
|