Home
last modified time | relevance | path

Searched refs:clk_hw_omap_ops (Results 1 – 14 of 14) sorted by relevance

/linux-4.1.27/include/linux/clk/
Dti.h112 struct clk_hw_omap_ops { struct
151 const struct clk_hw_omap_ops *ops;
349 extern const struct clk_hw_omap_ops clkhwops_omap2xxx_dpll;
350 extern const struct clk_hw_omap_ops clkhwops_omap2430_i2chs_wait;
351 extern const struct clk_hw_omap_ops clkhwops_omap3_dpll;
352 extern const struct clk_hw_omap_ops clkhwops_omap4_dpllmx;
353 extern const struct clk_hw_omap_ops clkhwops_wait;
354 extern const struct clk_hw_omap_ops clkhwops_omap3430es2_dss_usbhost_wait;
355 extern const struct clk_hw_omap_ops clkhwops_am35xx_ipss_module_wait;
356 extern const struct clk_hw_omap_ops clkhwops_am35xx_ipss_wait;
[all …]
/linux-4.1.27/arch/arm/mach-omap2/
Dclock34xx.c52 const struct clk_hw_omap_ops clkhwops_omap3430es2_ssi_wait = {
57 const struct clk_hw_omap_ops clkhwops_omap3430es2_iclk_ssi_wait = {
92 const struct clk_hw_omap_ops clkhwops_omap3430es2_dss_usbhost_wait = {
97 const struct clk_hw_omap_ops clkhwops_omap3430es2_iclk_dss_usbhost_wait = {
128 const struct clk_hw_omap_ops clkhwops_omap3430es2_iclk_hsotgusb_wait = {
135 const struct clk_hw_omap_ops clkhwops_omap3430es2_hsotgusb_wait = {
Dclock.h256 extern const struct clk_hw_omap_ops clkhwops_iclk_wait;
257 extern const struct clk_hw_omap_ops clkhwops_wait;
258 extern const struct clk_hw_omap_ops clkhwops_omap3430es2_ssi_wait;
259 extern const struct clk_hw_omap_ops clkhwops_omap3430es2_dss_usbhost_wait;
260 extern const struct clk_hw_omap_ops clkhwops_omap3430es2_hsotgusb_wait;
261 extern const struct clk_hw_omap_ops clkhwops_am35xx_ipss_module_wait;
262 extern const struct clk_hw_omap_ops clkhwops_apll54;
263 extern const struct clk_hw_omap_ops clkhwops_apll96;
Dclkt_iclk.c55 const struct clk_hw_omap_ops clkhwops_iclk = {
60 const struct clk_hw_omap_ops clkhwops_iclk_wait = {
Dclock3517.c84 const struct clk_hw_omap_ops clkhwops_am35xx_ipss_module_wait = {
113 const struct clk_hw_omap_ops clkhwops_am35xx_ipss_wait = {
Dclkt2xxx_dpll.c56 const struct clk_hw_omap_ops clkhwops_omap2xxx_dpll = {
Dclock2430.c54 const struct clk_hw_omap_ops clkhwops_omap2430_i2chs_wait = {
Ddpll44xx.c75 const struct clk_hw_omap_ops clkhwops_omap4_dpllmx = {
Dclock.c712 const struct clk_hw_omap_ops clkhwops_wait = {
Ddpll3xxx.c815 const struct clk_hw_omap_ops clkhwops_omap3_dpll = {
/linux-4.1.27/drivers/clk/ti/
Dgate.c99 const struct clk_hw_omap_ops *hw_ops) in _register_gate()
137 const struct clk_hw_omap_ops *hw_ops = NULL; in ti_clk_register_gate()
186 const struct clk_hw_omap_ops *ops = &clkhwops_wait; in ti_clk_build_component_gate()
216 const struct clk_hw_omap_ops *hw_ops) in _of_ti_gate_clk_setup()
257 const struct clk_hw_omap_ops *hw_ops) in _of_ti_composite_gate_clk_setup()
Dinterface.c38 const struct clk_hw_omap_ops *ops) in _register_interface()
74 const struct clk_hw_omap_ops *ops = &clkhwops_iclk_wait; in ti_clk_register_interface()
105 const struct clk_hw_omap_ops *ops) in _of_ti_interface_clk_setup()
Ddpll.c79 const struct clk_hw_omap_ops clkhwops_omap3_dpll = {};
290 const struct clk_hw_omap_ops *hw_ops) in _register_dpll_x2()
Dapll.c325 static struct clk_hw_omap_ops omap2_apll_hwops = {