Searched refs:dplls (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/dpll/zl3073x/ |
| H A D | core.c | 768 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 D | core.h | 74 struct list_head dplls; member
|
| H A D | dpll.c | 1115 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 D | ice.h | 667 struct ice_dplls dplls; member
|
| H A D | ice_ptp.c | 1303 mutex_lock(&pf->dplls.lock); in ice_ptp_link_change() 1330 mutex_unlock(&pf->dplls.lock); in ice_ptp_link_change()
|