Searched refs:dplls (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_dpll.c | 152 * 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 D | ice.h | 524 ICE_FLAG_DPLL, /* SyncE/PTP dplls initialized */ 667 struct ice_dplls dplls; member
|
| H A D | ice_ptp.c | 1299 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 D | core.c | 738 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 D | core.h | 75 struct list_head dplls; member
|
| H A D | dpll.c | 1144 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 D | intel_display_core.h | 136 struct intel_dpll dplls[I915_NUM_PLLS]; 130 struct intel_dpll dplls[I915_NUM_PLLS]; global() member
|