Searched refs:ti_clk_features (Results 1 – 3 of 3) sorted by relevance
37 static struct ti_clk_features ti_clk_features; variable410 void __init ti_clk_setup_features(struct ti_clk_features *features) in ti_clk_setup_features()412 memcpy(&ti_clk_features, features, sizeof(*features)); in ti_clk_setup_features()421 const struct ti_clk_features *ti_clk_get_features(void) in ti_clk_get_features()423 return &ti_clk_features; in ti_clk_get_features()
279 struct ti_clk_features { struct294 void ti_clk_setup_features(struct ti_clk_features *features); argument295 const struct ti_clk_features *ti_clk_get_features(void);
89 struct ti_clk_features features = { 0 }; in ti_clk_init_features()