ti_clk_features 86 arch/arm/mach-omap2/clock.c struct ti_clk_features features = { 0 }; ti_clk_features 39 drivers/clk/ti/clk.c struct ti_clk_features ti_clk_features; ti_clk_features 427 drivers/clk/ti/clk.c void __init ti_clk_setup_features(struct ti_clk_features *features) ti_clk_features 429 drivers/clk/ti/clk.c memcpy(&ti_clk_features, features, sizeof(*features)); ti_clk_features 438 drivers/clk/ti/clk.c const struct ti_clk_features *ti_clk_get_features(void) ti_clk_features 440 drivers/clk/ti/clk.c return &ti_clk_features; ti_clk_features 457 drivers/clk/ti/clkctrl.c ti_clk_features.flags |= TI_CLK_CLKCTRL_COMPAT; ti_clk_features 253 drivers/clk/ti/clock.h extern struct ti_clk_features ti_clk_features; ti_clk_features 299 include/linux/clk/ti.h void ti_clk_setup_features(struct ti_clk_features *features); ti_clk_features 300 include/linux/clk/ti.h const struct ti_clk_features *ti_clk_get_features(void);