Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/clk/ti/
H A Dclk.c39 struct ti_clk_features ti_clk_features; variable
432 void __init ti_clk_setup_features(struct ti_clk_features *features) in ti_clk_setup_features()
434 memcpy(&ti_clk_features, features, sizeof(*features)); in ti_clk_setup_features()
443 const struct ti_clk_features *ti_clk_get_features(void) in ti_clk_get_features()
445 return &ti_clk_features; in ti_clk_get_features()
H A Dclock.h254 extern struct ti_clk_features ti_clk_features;
H A Dclkctrl.c516 ti_clk_features.flags |= TI_CLK_CLKCTRL_COMPAT; in _ti_omap4_clkctrl_setup()
/OK3568_Linux_fs/kernel/include/linux/clk/
H A Dti.h282 struct ti_clk_features { struct
299 void ti_clk_setup_features(struct ti_clk_features *features); argument
300 const struct ti_clk_features *ti_clk_get_features(void);
/OK3568_Linux_fs/kernel/arch/arm/mach-omap2/
H A Dclock.c86 struct ti_clk_features features = { 0 }; in ti_clk_init_features()