Searched refs:ti_clk_features (Results 1 – 5 of 5) sorted by relevance
39 struct ti_clk_features ti_clk_features; variable427 void __init ti_clk_setup_features(struct ti_clk_features *features) in ti_clk_setup_features()429 memcpy(&ti_clk_features, features, sizeof(*features)); in ti_clk_setup_features()438 const struct ti_clk_features *ti_clk_get_features(void) in ti_clk_get_features()440 return &ti_clk_features; in ti_clk_get_features()
253 extern struct ti_clk_features ti_clk_features;
457 ti_clk_features.flags |= TI_CLK_CLKCTRL_COMPAT; in _ti_omap4_clkctrl_setup()
282 struct ti_clk_features { struct299 void ti_clk_setup_features(struct ti_clk_features *features); argument300 const struct ti_clk_features *ti_clk_get_features(void);
86 struct ti_clk_features features = { 0 }; in ti_clk_init_features()