HomeSort by relevance Sort by last modified time
    Searched refs:pwm_ops (Results 1 - 7 of 7) sorted by null

  /external/u-boot/drivers/pwm/
pwm-uclass.c 13 struct pwm_ops *ops = pwm_get_ops(dev);
24 struct pwm_ops *ops = pwm_get_ops(dev);
34 struct pwm_ops *ops = pwm_get_ops(dev);
sandbox_pwm.c 71 static const struct pwm_ops sandbox_pwm_ops = {
tegra_pwm.c 64 static const struct pwm_ops tegra_pwm_ops = {
exynos_pwm.c 99 static const struct pwm_ops exynos_pwm_ops = {
rk_pwm.c 98 static const struct pwm_ops rk_pwm_ops = {
sunxi_pwm.c 158 static const struct pwm_ops sunxi_pwm_ops = {
  /external/u-boot/include/
pwm.h 13 /* struct pwm_ops: Operations for the PWM uclass */
14 struct pwm_ops { struct
47 #define pwm_get_ops(dev) ((struct pwm_ops *)(dev)->driver->ops)

Completed in 899 milliseconds