Home
last modified time | relevance | path

Searched refs:clk_pwm (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/clk/
Dclk-pwm.c17 struct clk_pwm { struct
23 static inline struct clk_pwm *to_clk_pwm(struct clk_hw *hw) in to_clk_pwm() argument
25 return container_of(hw, struct clk_pwm, hw); in to_clk_pwm()
30 struct clk_pwm *clk_pwm = to_clk_pwm(hw); in clk_pwm_prepare() local
32 return pwm_enable(clk_pwm->pwm); in clk_pwm_prepare()
37 struct clk_pwm *clk_pwm = to_clk_pwm(hw); in clk_pwm_unprepare() local
39 pwm_disable(clk_pwm->pwm); in clk_pwm_unprepare()
45 struct clk_pwm *clk_pwm = to_clk_pwm(hw); in clk_pwm_recalc_rate() local
47 return clk_pwm->fixed_rate; in clk_pwm_recalc_rate()
60 struct clk_pwm *clk_pwm; in clk_pwm_probe() local
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/pwm/
Dpwm-bcm2835.txt17 clocks = <&clk_pwm>;
23 clk_pwm: pwm {
/linux-4.4.14/arch/arm/mach-w90x900/
Dcpu.c94 DEF_CLKLOOK(&clk_pwm, "nuc900-pwm", NULL),
/linux-4.4.14/arch/arm/mach-ep93xx/
Dclock.c105 static struct clk clk_pwm = { variable
222 INIT_CK(NULL, "pwm_clk", &clk_pwm),
/linux-4.4.14/arch/arm/mach-lpc32xx/
Dclock.c617 static struct clk clk_pwm = { variable
1211 CLKDEV_INIT("4005c000.pwm", NULL, &clk_pwm),