Searched defs:dpll_device_ops (Results 1 – 2 of 2) sorted by relevance
20 struct dpll_device_ops { struct21 int (*mode_get)(const struct dpll_device *dpll, void *dpll_priv,23 int (*lock_status_get)(const struct dpll_device *dpll, void *dpll_priv,27 int (*temp_get)(const struct dpll_device *dpll, void *dpll_priv,29 int (*clock_quality_level_get)(const struct dpll_device *dpll,
802 const struct dpll_device_ops *dpll_device_ops(struct dpll_device *dpll) in dpll_device_ops() function