Home
last modified time | relevance | path

Searched refs:ti_clk_features (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/clk/ti/
Dclk.c39 struct ti_clk_features ti_clk_features; variable
427 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()
Dclock.h253 extern struct ti_clk_features ti_clk_features;
Dclkctrl.c457 ti_clk_features.flags |= TI_CLK_CLKCTRL_COMPAT; in _ti_omap4_clkctrl_setup()
/Linux-v5.4/include/linux/clk/
Dti.h282 struct ti_clk_features { struct
299 void ti_clk_setup_features(struct ti_clk_features *features); argument
300 const struct ti_clk_features *ti_clk_get_features(void);
/Linux-v5.4/arch/arm/mach-omap2/
Dclock.c86 struct ti_clk_features features = { 0 }; in ti_clk_init_features()