Searched refs:ti_clk_features (Results 1 – 3 of 3) sorted by relevance
36 static struct ti_clk_features ti_clk_features; variable417 void __init ti_clk_setup_features(struct ti_clk_features *features) in ti_clk_setup_features()419 memcpy(&ti_clk_features, features, sizeof(*features)); in ti_clk_setup_features()428 const struct ti_clk_features *ti_clk_get_features(void) in ti_clk_get_features()430 return &ti_clk_features; in ti_clk_get_features()
276 struct ti_clk_features { struct290 void ti_clk_setup_features(struct ti_clk_features *features); argument291 const struct ti_clk_features *ti_clk_get_features(void);
181 struct ti_clk_features features = { 0 }; in ti_clk_init_features()