Searched refs:ti_clk_features (Results 1 – 2 of 2) sorted by relevance
37 static struct ti_clk_features ti_clk_features; variable419 void __init ti_clk_setup_features(struct ti_clk_features *features) in ti_clk_setup_features()421 memcpy(&ti_clk_features, features, sizeof(*features)); in ti_clk_setup_features()430 const struct ti_clk_features *ti_clk_get_features(void) in ti_clk_get_features()432 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);