Searched refs:pwm_state (Results 1 - 6 of 6) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | pwm.h | 52 * struct pwm_state - state of a PWM channel 58 struct pwm_state { struct 89 struct pwm_state state; 90 struct pwm_state last; 98 static inline void pwm_get_state(const struct pwm_device *pwm, struct pwm_state *state) in pwm_get_state() 105 struct pwm_state state; in pwm_is_enabled() 121 struct pwm_state state; in pwm_get_period() 137 struct pwm_state state; in pwm_get_duty_cycle() 146 struct pwm_state state; in pwm_get_polarity() 175 static inline void pwm_init_state(const struct pwm_device *pwm, struct pwm_state *stat [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/pwm/ |
H A D | sysfs.c | 21 struct pwm_state suspend; 39 struct pwm_state state; in period_show() 50 struct pwm_state state; in period_store() 71 struct pwm_state state; in duty_cycle_show() 82 struct pwm_state state; in duty_cycle_store() 104 struct pwm_state state; in oneshot_count_show() 115 struct pwm_state state; in oneshot_count_store() 137 struct pwm_state state; in enable_show() 148 struct pwm_state state; in enable_store() 183 struct pwm_state stat in polarity_show() [all...] |
H A D | pwm-rockchip.c | 75 static void rockchip_pwm_get_state(struct pwm_chip *chip, struct pwm_device *pwm, struct pwm_state *state)
in rockchip_pwm_get_state() 108 static void rockchip_pwm_config(struct pwm_chip *chip, struct pwm_device *pwm, const struct pwm_state *state)
in rockchip_pwm_config() 228 static int rockchip_pwm_apply(struct pwm_chip *chip, struct pwm_device *pwm, const struct pwm_state *state)
in rockchip_pwm_apply() 231 struct pwm_state curstate;
in rockchip_pwm_apply()
|
/drivers/hdf_core/adapter/khdf/linux/platform/pwm/ |
H A D | pwm_hi35xx_linux.c | 39 static int Hi35xxPwmApply(struct pwm_chip *chip, struct pwm_device *pwm, const struct pwm_state *state) in Hi35xxPwmApply() 41 static int Hi35xxPwmApply(struct pwm_chip *chip, struct pwm_device *pwm, struct pwm_state *state) in Hi35xxPwmApply() 93 static void Hi35xxGetState(struct pwm_chip *chip, struct pwm_device *pwm, struct pwm_state *state) in Hi35xxGetState()
|
H A D | pwm_adapter.c | 61 struct pwm_state state; in HdfPwmSetConfig()
|
/device/soc/rockchip/common/sdk_linux/drivers/video/backlight/ |
H A D | pwm_bl.c | 42 struct pwm_state state;
in pwm_backlight_power_on() 71 struct pwm_state state;
in pwm_backlight_power_off() 97 struct pwm_state state;
in compute_duty_cycle() 118 struct pwm_state state;
in pwm_backlight_update_status() 469 struct pwm_state state;
in pwm_backlight_probe()
|
Completed in 4 milliseconds