Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
H A Dccs-pll.h194 * struct ccs_pll_limits - CCS PLL limits
205 struct ccs_pll_limits { struct
232 int ccs_pll_calculate(struct device *dev, const struct ccs_pll_limits *limits, argument
207 min_ext_clk_freq_hzccs_pll_limits global() argument
208 max_ext_clk_freq_hzccs_pll_limits global() argument
H A Dccs-pll.c157 const struct ccs_pll_limits *lim, in check_fr_bounds()
197 const struct ccs_pll_limits *lim, in check_bk_bounds()
256 ccs_pll_find_vt_sys_div(struct device *dev, const struct ccs_pll_limits *lim, in ccs_pll_find_vt_sys_div()
296 const struct ccs_pll_limits *lim, in __ccs_pll_calculate_vt_tree()
392 const struct ccs_pll_limits *lim, in ccs_pll_calculate_vt_tree()
457 ccs_pll_calculate_vt(struct device *dev, const struct ccs_pll_limits *lim, in ccs_pll_calculate_vt()
609 ccs_pll_calculate_op(struct device *dev, const struct ccs_pll_limits *lim, in ccs_pll_calculate_op()
727 int ccs_pll_calculate(struct device *dev, const struct ccs_pll_limits *lim, in ccs_pll_calculate()
/linux/drivers/media/i2c/ccs/
H A Dccs-core.c438 struct ccs_pll_limits lim = { in ccs_pll_try()