Searched defs:dpll_device_ops (Results 1 – 1 of 1) sorted by relevance
| /linux/include/linux/ |
| H A D | dpll.h | 23 struct dpll_device_ops { struct 24 int (*mode_get)(const struct dpll_device *dpll, void *dpll_priv, 26 int (*mode_set)(const struct dpll_device *dpll, void *dpll_priv, 28 int (*supported_modes_get)(const struct dpll_device *dpll, 31 int (*lock_status_get)(const struct dpll_device *dpll, void *dpll_priv, 35 int (*temp_get)(const struct dpll_device *dpll, void *dpll_priv, 37 int (*clock_quality_level_get)(const struct dpll_device *dpll, 41 int (*phase_offset_monitor_set)(const struct dpll_device *dpll, 45 int (*phase_offset_monitor_get)(const struct dpll_device *dpll, 49 int (*phase_offset_avg_factor_set)(const struct dpll_device *dpll, [all …]
|