Home
last modified time | relevance | path

Searched refs:dpll_dev (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/dpll/zl3073x/
H A Ddpll.c1413 struct dpll_device *dpll_dev = READ_ONCE(item->dpll_dev); in zl3073x_dpll_phase_offset_avg_factor_set() local
1415 if (item != zldpll && dpll_dev) in zl3073x_dpll_phase_offset_avg_factor_set()
1416 __dpll_device_change_ntf(dpll_dev); in zl3073x_dpll_phase_offset_avg_factor_set()
1563 struct dpll_device *dpll_dev = READ_ONCE(item->dpll_dev); in zl3073x_dpll_freq_monitor_set() local
1565 if (item != zldpll && dpll_dev) in zl3073x_dpll_freq_monitor_set()
1566 __dpll_device_change_ntf(dpll_dev); in zl3073x_dpll_freq_monitor_set()
1726 rc = dpll_pin_register(zldpll->dpll_dev, pin->dpll_pin, ops, pin); in zl3073x_dpll_pin_register()
1768 dpll_pin_unregister(zldpll->dpll_dev, pin->dpll_pin, ops, pin); in zl3073x_dpll_pin_unregister()
1904 rc = dpll_pin_register(zldpll->dpll_dev, pin->dpll_pin, in zl3073x_dpll_nco_pin_register()
2000 zldpll->dpll_dev = dpll_device_get(zldev->clock_id, zldpll->id, in zl3073x_dpll_device_register()
[all …]
H A Ddpll.h36 struct dpll_device *dpll_dev; member
H A Dcore.c904 if (zldpll->dpll_dev) in zl3073x_dev_stop()