Symbol: clk_hw_omap_ops
arch/arm/mach-omap2/clkt2xxx_dpll.c
53
const struct clk_hw_omap_ops clkhwops_omap2xxx_dpll = {
drivers/clk/ti/apll.c
334
static const struct clk_hw_omap_ops omap2_apll_hwops = {
drivers/clk/ti/clk-3xxx.c
129
const struct clk_hw_omap_ops clkhwops_omap3430es2_iclk_hsotgusb_wait = {
drivers/clk/ti/clk-3xxx.c
182
const struct clk_hw_omap_ops clkhwops_am35xx_ipss_module_wait = {
drivers/clk/ti/clk-3xxx.c
211
const struct clk_hw_omap_ops clkhwops_am35xx_ipss_wait = {
drivers/clk/ti/clk-3xxx.c
58
const struct clk_hw_omap_ops clkhwops_omap3430es2_iclk_ssi_wait = {
drivers/clk/ti/clk-3xxx.c
93
const struct clk_hw_omap_ops clkhwops_omap3430es2_dss_usbhost_wait = {
drivers/clk/ti/clk-3xxx.c
98
const struct clk_hw_omap_ops clkhwops_omap3430es2_iclk_dss_usbhost_wait = {
drivers/clk/ti/clkt_dflt.c
286
const struct clk_hw_omap_ops clkhwops_wait = {
drivers/clk/ti/clkt_iclk.c
81
const struct clk_hw_omap_ops clkhwops_iclk = {
drivers/clk/ti/clkt_iclk.c
86
const struct clk_hw_omap_ops clkhwops_iclk_wait = {
drivers/clk/ti/clkt_iclk.c
94
const struct clk_hw_omap_ops clkhwops_omap2430_i2chs_wait = {
drivers/clk/ti/clock.h
228
extern const struct clk_hw_omap_ops clkhwops_omap3_dpll;
drivers/clk/ti/clock.h
229
extern const struct clk_hw_omap_ops clkhwops_omap4_dpllmx;
drivers/clk/ti/clock.h
230
extern const struct clk_hw_omap_ops clkhwops_wait;
drivers/clk/ti/clock.h
231
extern const struct clk_hw_omap_ops clkhwops_iclk;
drivers/clk/ti/clock.h
232
extern const struct clk_hw_omap_ops clkhwops_iclk_wait;
drivers/clk/ti/clock.h
233
extern const struct clk_hw_omap_ops clkhwops_omap2430_i2chs_wait;
drivers/clk/ti/clock.h
234
extern const struct clk_hw_omap_ops clkhwops_omap3430es2_dss_usbhost_wait;
drivers/clk/ti/clock.h
235
extern const struct clk_hw_omap_ops clkhwops_omap3430es2_iclk_hsotgusb_wait;
drivers/clk/ti/clock.h
236
extern const struct clk_hw_omap_ops clkhwops_omap3430es2_iclk_dss_usbhost_wait;
drivers/clk/ti/clock.h
237
extern const struct clk_hw_omap_ops clkhwops_omap3430es2_iclk_ssi_wait;
drivers/clk/ti/clock.h
238
extern const struct clk_hw_omap_ops clkhwops_am35xx_ipss_module_wait;
drivers/clk/ti/clock.h
239
extern const struct clk_hw_omap_ops clkhwops_am35xx_ipss_wait;
drivers/clk/ti/dpll.c
211
const struct clk_hw_omap_ops *hw_ops)
drivers/clk/ti/dpll.c
73
const struct clk_hw_omap_ops clkhwops_omap3_dpll = {};
drivers/clk/ti/dpll3xxx.c
997
const struct clk_hw_omap_ops clkhwops_omap3_dpll = {
drivers/clk/ti/dpll44xx.c
73
const struct clk_hw_omap_ops clkhwops_omap4_dpllmx = {
drivers/clk/ti/gate.c
128
const struct clk_hw_omap_ops *hw_ops)
drivers/clk/ti/gate.c
168
const struct clk_hw_omap_ops *hw_ops)
drivers/clk/ti/gate.c
92
const struct clk_hw_omap_ops *hw_ops)
drivers/clk/ti/interface.c
31
const struct clk_hw_omap_ops *ops)
drivers/clk/ti/interface.c
62
const struct clk_hw_omap_ops *ops)
include/linux/clk/ti.h
178
const struct clk_hw_omap_ops *ops;
include/linux/clk/ti.h
325
extern const struct clk_hw_omap_ops clkhwops_omap2xxx_dpll;