/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/pwm/ |
H A D | pwm_drv.h | 39 pwm_ctl pwm[HI_PWM_PORT_MAX]; member
|
/device/soc/hisilicon/common/platform/pwm/ |
H A D | pwm_hi35xx.c | 88 int32_t HiPwmSetConfig(struct PwmDev *pwm, struct PwmConfig *config) in HiPwmSetConfig() argument [all...] |
/device/soc/rockchip/rk2206/hardware/include/lz_hardware/ |
H A D | device.h | 64 Pinctrl pwm; member
|
/device/soc/rockchip/common/sdk_linux/drivers/pwm/ |
H A D | sysfs.c | 19 struct pwm_device *pwm; member 38 const struct pwm_device *pwm = child_to_pwm_device(child); in period_show() local 49 struct pwm_device *pwm = export->pwm; in period_store() local 70 const struct pwm_device *pwm in duty_cycle_show() local 81 struct pwm_device *pwm = export->pwm; duty_cycle_store() local 103 const struct pwm_device *pwm = child_to_pwm_device(child); oneshot_count_show() local 114 struct pwm_device *pwm = export->pwm; oneshot_count_store() local 136 const struct pwm_device *pwm = child_to_pwm_device(child); enable_show() local 147 struct pwm_device *pwm = export->pwm; enable_store() local 181 const struct pwm_device *pwm = child_to_pwm_device(child); polarity_show() local 203 struct pwm_device *pwm = export->pwm; polarity_store() local 227 struct pwm_device *pwm = child_to_pwm_device(child); capture_show() local 254 ATTRIBUTE_GROUPS(pwm); global() variable 263 pwm_export_child(struct device *parent, struct pwm_device *pwm) pwm_export_child() argument 308 pwm_unexport_child(struct device *parent, struct pwm_device *pwm) pwm_unexport_child() argument 338 struct pwm_device *pwm; export_store() local 403 pwm_class_get_state(struct device *parent, struct pwm_device *pwm, struct pwm_state *state) pwm_class_get_state() argument 426 pwm_class_apply_state(struct pwm_export *export, struct pwm_device *pwm, struct pwm_state *state) pwm_class_apply_state() argument 443 struct pwm_device *pwm = &chip->pwms[i]; pwm_class_resume_npwm() local 469 struct pwm_device *pwm = &chip->pwms[i]; pwm_class_suspend() local 540 struct pwm_device *pwm = &chip->pwms[i]; pwmchip_sysfs_unexport() local [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() argument 108 static void rockchip_pwm_config(struct pwm_chip *chip, struct pwm_device *pwm, const struct pwm_state *state)
in rockchip_pwm_config() argument 184 static int rockchip_pwm_enable(struct pwm_chip *chip, struct pwm_device *pwm, bool enable)
in rockchip_pwm_enable() argument 228 static int rockchip_pwm_apply(struct pwm_chip *chip, struct pwm_device *pwm, const struct pwm_state *state)
in rockchip_pwm_apply() argument [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/video/backlight/ |
H A D | pwm_bl.c | 23 struct pwm_device *pwm;
member [all...] |
/third_party/backends/backend/ |
H A D | plustek-usbimg.c | 744 HiLoDef *pwm; in usb_GrayDuplicate16() local 1610 HiLoDef *pwm; in usb_GrayScale16() local [all...] |
H A D | canon630u-common.c | 1366 int stepsize, faststep = 0x0104, reverse = 0x28, phase, pwm = 0x1f; in scan() local
|
H A D | plustek-usb.h | 674 u_char pwm; /**< PWM */ member
|
H A D | hp3900_config.c | 1680 SANE_Int pwm[3]; in hp3800_fixedpwm() member 1714 SANE_Int pwm[3]; in hp3970_fixedpwm() member 1750 SANE_Int pwm[3]; in hp4370_fixedpwm() member 1783 SANE_Int pwm[3]; in ua4900_fixedpwm() member
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | pwm.h | 84 unsigned int pwm; member 98 static inline void pwm_get_state(const struct pwm_device *pwm, struct pwm_state *state) in pwm_get_state() argument 103 static inline bool pwm_is_enabled(const struct pwm_device *pwm) in pwm_is_enabled() argument 112 static inline void pwm_set_period(struct pwm_device *pwm, u64 period) in pwm_set_period() argument 119 pwm_get_period(const struct pwm_device *pwm) pwm_get_period() argument 128 pwm_set_duty_cycle(struct pwm_device *pwm, unsigned int duty) pwm_set_duty_cycle() argument 135 pwm_get_duty_cycle(const struct pwm_device *pwm) pwm_get_duty_cycle() argument 144 pwm_get_polarity(const struct pwm_device *pwm) pwm_get_polarity() argument 153 pwm_get_args(const struct pwm_device *pwm, struct pwm_args *args) pwm_get_args() argument 175 pwm_init_state(const struct pwm_device *pwm, struct pwm_state *state) pwm_init_state() argument 321 pwm_config(struct pwm_device *pwm, int duty_ns, int period_ns) pwm_config() argument 349 pwm_enable(struct pwm_device *pwm) pwm_enable() argument 370 pwm_disable(struct pwm_device *pwm) pwm_disable() argument 413 pwm_free(struct pwm_device *pwm) pwm_free() argument 417 pwm_apply_state(struct pwm_device *pwm, const struct pwm_state *state) pwm_apply_state() argument 422 pwm_adjust_config(struct pwm_device *pwm) pwm_adjust_config() argument 427 pwm_config(struct pwm_device *pwm, int duty_ns, int period_ns) pwm_config() argument 432 pwm_capture(struct pwm_device *pwm, struct pwm_capture *result, unsigned long timeout) pwm_capture() argument 437 pwm_enable(struct pwm_device *pwm) pwm_enable() argument 442 pwm_disable(struct pwm_device *pwm) pwm_disable() argument 446 pwm_set_chip_data(struct pwm_device *pwm, void *data) pwm_set_chip_data() argument 451 pwm_get_chip_data(struct pwm_device *pwm) pwm_get_chip_data() argument 486 pwm_put(struct pwm_device *pwm) pwm_put() argument 506 devm_pwm_put(struct device *dev, struct pwm_device *pwm) devm_pwm_put() argument 511 pwm_apply_args(struct pwm_device *pwm) pwm_apply_args() argument [all...] |