| /linux/drivers/dpll/zl3073x/ |
| H A D | dpll.c | 110 const struct dpll_device *dpll, void *dpll_priv, in zl3073x_dpll_pin_direction_get() argument 152 void *dpll_priv, in zl3073x_dpll_input_pin_esync_get() argument 156 struct zl3073x_dpll *zldpll = dpll_priv; in zl3073x_dpll_input_pin_esync_get() 191 void *dpll_priv, u64 freq, in zl3073x_dpll_input_pin_esync_set() argument 194 struct zl3073x_dpll *zldpll = dpll_priv; in zl3073x_dpll_input_pin_esync_set() 369 const struct dpll_device *dpll, void *dpll_priv, in zl3073x_dpll_input_pin_ffo_get() argument 373 struct zl3073x_dpll *zldpll = dpll_priv; in zl3073x_dpll_input_pin_ffo_get() 390 void *dpll_priv, u64 *measured_freq, in zl3073x_dpll_input_pin_measured_freq_get() argument 393 struct zl3073x_dpll *zldpll = dpll_priv; in zl3073x_dpll_input_pin_measured_freq_get() 408 void *dpll_priv, u64 *frequency, in zl3073x_dpll_input_pin_frequency_get() argument [all …]
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_dpll.c | 211 const struct dpll_device *dpll, void *dpll_priv, in ice_dpll_frequency_set() argument 217 struct ice_dpll *d = dpll_priv; in ice_dpll_frequency_set() 249 const struct dpll_device *dpll, void *dpll_priv, in ice_dpll_input_frequency_set() argument 252 return ice_dpll_frequency_set(pin, pin_priv, dpll, dpll_priv, frequency, in ice_dpll_input_frequency_set() 274 const struct dpll_device *dpll, void *dpll_priv, in ice_dpll_output_frequency_set() argument 277 return ice_dpll_frequency_set(pin, pin_priv, dpll, dpll_priv, frequency, in ice_dpll_output_frequency_set() 300 const struct dpll_device *dpll, void *dpll_priv, in ice_dpll_frequency_get() argument 305 struct ice_dpll *d = dpll_priv; in ice_dpll_frequency_get() 333 const struct dpll_device *dpll, void *dpll_priv, in ice_dpll_input_frequency_get() argument 336 return ice_dpll_frequency_get(pin, pin_priv, dpll, dpll_priv, frequency, in ice_dpll_input_frequency_get() [all …]
|
| /linux/drivers/dpll/ |
| H A D | dpll_netlink.c | 122 ret = ops->mode_get(dpll, dpll_priv(dpll), &mode, extack); in dpll_msg_add_mode() 141 ret = ops->supported_modes_get(dpll, dpll_priv(dpll), modes, in dpll_msg_add_mode_supported() 149 ret = ops->mode_get(dpll, dpll_priv(dpll), &mode, extack); in dpll_msg_add_mode_supported() 172 ret = ops->phase_offset_monitor_get(dpll, dpll_priv(dpll), in dpll_msg_add_phase_offset_monitor() 192 ret = ops->freq_monitor_get(dpll, dpll_priv(dpll), in dpll_msg_add_freq_monitor() 213 ret = ops->phase_offset_avg_factor_get(dpll, dpll_priv(dpll), in dpll_msg_add_phase_offset_avg_factor() 233 ret = ops->lock_status_get(dpll, dpll_priv(dpll), &status, in dpll_msg_add_lock_status() 258 ret = ops->temp_get(dpll, dpll_priv(dpll), &temp, extack); in dpll_msg_add_temp() 278 ret = ops->clock_quality_level_get(dpll, dpll_priv(dpll), qls, extack); in dpll_msg_add_clock_quality_level() 301 dpll_priv(dpll), &prio, extack); in dpll_msg_add_pin_prio() [all …]
|
| H A D | dpll_core.h | 90 void *dpll_priv(struct dpll_device *dpll);
|
| H A D | dpll_core.c | 1098 void *dpll_priv(struct dpll_device *dpll) in dpll_priv() function
|
| /linux/drivers/ptp/ |
| H A D | ptp_ocp.c | 4966 void *dpll_priv, in ptp_ocp_dpll_direction_set() argument 4971 struct ptp_ocp *bp = dpll_priv; in ptp_ocp_dpll_direction_set() 4985 void *dpll_priv, u64 frequency, in ptp_ocp_dpll_frequency_set() argument 4989 struct ptp_ocp *bp = dpll_priv; in ptp_ocp_dpll_frequency_set() 5007 void *dpll_priv, u64 *frequency, in ptp_ocp_dpll_frequency_get() argument 5011 struct ptp_ocp *bp = dpll_priv; in ptp_ocp_dpll_frequency_get()
|