Searched refs:clk_pwm (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/clk/ |
D | clk-pwm.c | 17 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.1.27/Documentation/devicetree/bindings/pwm/ |
D | pwm-bcm2835.txt | 17 clocks = <&clk_pwm>; 23 clk_pwm: pwm {
|
/linux-4.1.27/arch/arm/mach-w90x900/ |
D | cpu.c | 94 DEF_CLKLOOK(&clk_pwm, "nuc900-pwm", NULL),
|
/linux-4.1.27/arch/arm/mach-ep93xx/ |
D | clock.c | 105 static struct clk clk_pwm = { variable 222 INIT_CK(NULL, "pwm_clk", &clk_pwm),
|
/linux-4.1.27/arch/arm/mach-lpc32xx/ |
D | clock.c | 617 static struct clk clk_pwm = { variable 1211 CLKDEV_INIT("4005c000.pwm", NULL, &clk_pwm),
|