Searched defs:clk_rate_request (Results 1 – 10 of 10) sorted by relevance
29734 struct clk_rate_request { struct29735 struct clk_core *core;29736 long unsigned int rate;29737 long unsigned int min_rate;29738 long unsigned int max_rate;29739 long unsigned int best_parent_rate;29740 struct clk_hw *best_parent_hw;
39052 struct clk_rate_request { struct39053 struct clk_core *core;39054 long unsigned int rate;39055 long unsigned int min_rate;39079 int (*determine_rate)(struct clk_hw *, struct clk_rate_request *); argument
70147 struct clk_rate_request { struct70148 struct clk_core *core;70149 unsigned long rate;70150 unsigned long min_rate;70151 unsigned long max_rate;70152 unsigned long best_parent_rate;70153 struct clk_hw *best_parent_hw;
89080 struct clk_rate_request { struct89081 long unsigned int rate;89082 long unsigned int min_rate;89106 int (*determine_rate)(struct clk_hw *, struct clk_rate_request *); argument
79552 struct clk_rate_request { struct79553 struct clk_core *core;79554 long unsigned int rate;79555 long unsigned int min_rate;79579 int (*determine_rate)(struct clk_hw *, struct clk_rate_request *); argument
42129 struct clk_rate_request { struct42130 long unsigned int rate;42131 long unsigned int min_rate;42132 long unsigned int max_rate;42133 long unsigned int best_parent_rate;42134 struct clk_hw *best_parent_hw;