Home
last modified time | relevance | path

Searched refs:dplls (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_dpll.c152 * Context: Called under pf->dplls.lock in ice_dpll_pin_freq_set()
204 * Context: Acquires pf->dplls.lock in ice_dpll_frequency_set()
224 mutex_lock(&pf->dplls.lock);
226 mutex_unlock(&pf->dplls.lock);
242 * Context: Calls a function which acquires pf->dplls.lock in ice_dpll_input_frequency_set()
267 * Context: Calls a function which acquires pf->dplls.lock in ice_dpll_output_frequency_set()
293 * Context: Acquires pf->dplls.lock in ice_dpll_frequency_get()
308 mutex_lock(&pf->dplls.lock);
310 mutex_unlock(&pf->dplls.lock);
326 * Context: Calls a function which acquires pf->dplls in ice_dpll_input_frequency_get()
2708 ice_dpll_pin_ntf(struct ice_dplls * dplls,struct dpll_pin * pin) ice_dpll_pin_ntf() argument
2729 struct ice_dplls *dplls = &d->pf->dplls; ice_dpll_notify_changes() local
2787 ice_dpll_pins_notify_mask(struct ice_dplls * dplls,struct ice_dpll_pin * pins,u8 pin_num,u32 phase_offset_ntf_mask) ice_dpll_pins_notify_mask() argument
[all...]
H A Dice.h524 ICE_FLAG_DPLL, /* SyncE/PTP dplls initialized */
667 struct ice_dplls dplls; member
H A Dice_ptp.c1299 mutex_lock(&pf->dplls.lock); in ice_ptp_link_change()
1326 mutex_unlock(&pf->dplls.lock); in ice_ptp_link_change()
3093 * ice_ptp_init() before pf->dplls.lock exists and before any in ice_ptp_setup_pf()
/linux/drivers/dpll/zl3073x/
H A Dcore.c738 list_for_each_entry(zldpll, &zldev->dplls, list) in zl3073x_ref_ffo_update()
806 list_for_each_entry(zldpll, &zldev->dplls, list) in zl3073x_dev_phase_avg_factor_set()
866 list_for_each_entry(zldpll, &zldev->dplls, list) {
907 list_for_each_entry(zldpll, &zldev->dplls, list) { in zl3073x_dev_start()
928 list_for_each_entry_safe(zldpll, next, &zldev->dplls, list) { in zl3073x_dev_start()
942 INIT_LIST_HEAD(&zldev->dplls);
954 list_add_tail(&zldpll->list, &zldev->dplls); in zl3073x_dev_stop()
H A Dcore.h75 struct list_head dplls; member
H A Ddpll.c1144 list_for_each_entry(item, &zldpll->dev->dplls, list) { in zl3073x_dpll_mode_set()
1274 list_for_each_entry(item, &zldpll->dev->dplls, list) {
/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_core.h136 struct intel_dpll dplls[I915_NUM_PLLS];
130 struct intel_dpll dplls[I915_NUM_PLLS]; global() member