Home
last modified time | relevance | path

Searched refs:ti_sci_clk_ops (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/soc/ti/
H A Dti_sci_protocol.h123 * struct ti_sci_clk_ops - Clock control operations
171 struct ti_sci_clk_ops { struct
570 struct ti_sci_clk_ops clk_ops;
172 get_clockti_sci_clk_ops global() argument
175 idle_clockti_sci_clk_ops global() argument
176 put_clockti_sci_clk_ops global() argument
177 is_autoti_sci_clk_ops global() argument
179 is_onti_sci_clk_ops global() argument
181 is_offti_sci_clk_ops global() argument
183 set_parentti_sci_clk_ops global() argument
185 get_parentti_sci_clk_ops global() argument
187 get_num_parentsti_sci_clk_ops global() argument
189 get_best_match_freqti_sci_clk_ops global() argument
192 set_freqti_sci_clk_ops global() argument
194 get_freqti_sci_clk_ops global() argument
/linux/drivers/clk/keystone/
H A Dsci-clk.c33 const struct ti_sci_clk_ops *ops;
/linux/drivers/firmware/
H A Dti_sci.c3159 struct ti_sci_clk_ops *cops = &ops->clk_ops; in ti_sci_setup_ops()