Searched defs:dpll_device_ops (Results 1 – 2 of 2) sorted by relevance
19 struct dpll_device_ops { struct20 int (*mode_get)(const struct dpll_device *dpll, void *dpll_priv,22 int (*lock_status_get)(const struct dpll_device *dpll, void *dpll_priv,25 int (*temp_get)(const struct dpll_device *dpll, void *dpll_priv,
791 const struct dpll_device_ops *dpll_device_ops(struct dpll_device *dpll) in dpll_device_ops() function