Home
last modified time | relevance | path

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

/linux/drivers/dpll/zl3073x/
H A Dcore.c768 list_for_each_entry(zldpll, &zldev->dplls, list) { in zl3073x_dev_periodic_work()
786 list_for_each_entry(zldpll, &zldev->dplls, list) in zl3073x_dev_periodic_work()
854 list_for_each_entry(zldpll, &zldev->dplls, list) in zl3073x_dev_phase_meas_setup()
914 list_for_each_entry(zldpll, &zldev->dplls, list) { in zl3073x_dev_start()
955 list_for_each_entry(zldpll, &zldev->dplls, list) { in zl3073x_dev_stop()
976 list_for_each_entry_safe(zldpll, next, &zldev->dplls, list) { in zl3073x_dev_dpll_fini()
990 INIT_LIST_HEAD(&zldev->dplls); in zl3073x_devm_dpll_init()
1002 list_add_tail(&zldpll->list, &zldev->dplls); in zl3073x_devm_dpll_init()
H A Dcore.h74 struct list_head dplls; member
H A Ddpll.c1115 list_for_each_entry(item, &zldpll->dev->dplls, list) { in zl3073x_dpll_phase_offset_avg_factor_set()
/linux/drivers/net/ethernet/intel/ice/
H A Dice.h667 struct ice_dplls dplls; member
H A Dice_ptp.c1303 mutex_lock(&pf->dplls.lock); in ice_ptp_link_change()
1330 mutex_unlock(&pf->dplls.lock); in ice_ptp_link_change()