fix_fact_ops      119 drivers/clk/actions/owl-composite.c 	return comp->fix_fact_ops->round_rate(&fix_fact_hw->hw, rate, parent_rate);
fix_fact_ops      128 drivers/clk/actions/owl-composite.c 	return comp->fix_fact_ops->recalc_rate(&fix_fact_hw->hw, parent_rate);
fix_fact_ops       32 drivers/clk/actions/owl-composite.h 	const struct clk_ops	*fix_fact_ops;
fix_fact_ops       87 drivers/clk/actions/owl-composite.h 		.fix_fact_ops		= &clk_fixed_factor_ops,	\