Home
last modified time | relevance | path

Searched refs:pwm_type (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/pwm/
H A Dpwm-cros-ec.c34 static int cros_ec_dt_type_to_pwm_type(u8 dt_index, u8 *pwm_type) in cros_ec_dt_type_to_pwm_type() argument
38 *pwm_type = EC_PWM_TYPE_KB_LIGHT; in cros_ec_dt_type_to_pwm_type()
41 *pwm_type = EC_PWM_TYPE_DISPLAY_LIGHT; in cros_ec_dt_type_to_pwm_type()
70 ret = cros_ec_dt_type_to_pwm_type(index, &params->pwm_type); in cros_ec_pwm_set_duty()
77 params->pwm_type = EC_PWM_TYPE_GENERIC; in cros_ec_pwm_set_duty()
106 ret = cros_ec_dt_type_to_pwm_type(index, &params->pwm_type); in cros_ec_pwm_get_duty()
113 params->pwm_type = EC_PWM_TYPE_GENERIC; in cros_ec_pwm_get_duty()
/linux/include/linux/platform_data/
H A Dcros_ec_commands.h1813 uint8_t pwm_type; /* ec_pwm_type */ member
1820 uint8_t pwm_type; /* ec_pwm_type */ member