Home
last modified time | relevance | path

Searched defs:dpll_device_ops (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Ddpll.h20 struct dpll_device_ops { struct
21 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,
/linux/drivers/dpll/
H A Ddpll_core.c802 const struct dpll_device_ops *dpll_device_ops(struct dpll_device *dpll) in dpll_device_ops() function