Searched refs:pwmchip_parent (Results 26 - 40 of 40) sorted by relevance

12

/linux-master/drivers/pwm/
H A Dpwm-rcar.c134 return pm_runtime_get_sync(pwmchip_parent(chip));
139 pm_runtime_put(pwmchip_parent(chip));
H A Dpwm-sprd.c86 dev_err(pwmchip_parent(chip), "failed to enable pwm%u clocks\n",
183 dev_err(pwmchip_parent(chip),
H A Dpwm-lpc18xx-sct.c199 dev_err(pwmchip_parent(chip), "period %d not in range\n", period_ns);
215 dev_err(pwmchip_parent(chip), "conflicting period requested for PWM %u\n",
290 dev_err(pwmchip_parent(chip),
H A Dpwm-raspberrypi-poe.c124 dev_err(pwmchip_parent(chip), "Failed to set duty cycle: %pe\n",
H A Dpwm-bcm-kona.c166 dev_err(pwmchip_parent(chip), "failed to enable clock: %d\n", ret);
195 dev_err(pwmchip_parent(chip), "failed to enable clock: %d\n", ret);
H A Dpwm-sun4i.c247 dev_err(pwmchip_parent(chip), "failed to enable PWM clock\n");
255 dev_err(pwmchip_parent(chip), "period exceeds the maximum value\n");
H A Dpwm-fsl-ftm.c235 dev_err(pwmchip_parent(chip), "failed to calculate new period\n");
249 dev_err(pwmchip_parent(chip),
H A Dpwm-cros-ec.c173 dev_err(pwmchip_parent(chip), "error getting initial duty: %d\n", ret);
H A Dpwm-stm32.c97 struct device *parent = pwmchip_parent(chip)->parent;
173 dev_err(pwmchip_parent(chip), "failed to enable counter clock\n");
H A Dpwm-sifive.c188 dev_err(pwmchip_parent(chip), "Enable clk failed\n");
H A Dpwm-mediatek.c150 dev_err(pwmchip_parent(chip), "period of %d ns not supported\n", period_ns);
H A Dpwm-atmel-tcb.c329 dev_err(pwmchip_parent(chip),
/linux-master/drivers/hwmon/
H A Daspeed-g6-pwm-tach.c197 dev_dbg(pwmchip_parent(chip), "expect period: %lldns, duty_cycle: %lldns",
220 dev_dbg(pwmchip_parent(chip), "clk source: %ld div_h %lld, div_l : %lld\n",
225 dev_dbg(pwmchip_parent(chip), "duty_cycle = %lld, duty_pt = %d\n",
/linux-master/include/linux/
H A Dpwm.h295 static inline struct device *pwmchip_parent(const struct pwm_chip *chip) function
/linux-master/drivers/gpu/drm/bridge/
H A Dti-sn65dsi86.c1418 ret = pm_runtime_resume_and_get(pwmchip_parent(chip));
1434 dev_err(pwmchip_parent(chip), "failed to mux in PWM function\n");
1510 dev_err(pwmchip_parent(chip), "failed to update PWM_PRE_DIV\n");
1522 dev_err(pwmchip_parent(chip), "failed to update PWM_EN/PWM_INV\n");
1530 pm_runtime_put_sync(pwmchip_parent(chip));

Completed in 385 milliseconds

12