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.c1107 struct dpll_device *dpll_dev = READ_ONCE(item->dpll_dev); in zl3073x_dpll_phase_offset_avg_factor_set() local
1109 if (item != zldpll && dpll_dev) in zl3073x_dpll_phase_offset_avg_factor_set()
1110 __dpll_device_change_ntf(dpll_dev); in zl3073x_dpll_phase_offset_avg_factor_set()
1237 struct dpll_device *dpll_dev = READ_ONCE(item->dpll_dev); in zl3073x_dpll_freq_monitor_set() local
1239 if (item != zldpll && dpll_dev) in zl3073x_dpll_freq_monitor_set()
1240 __dpll_device_change_ntf(dpll_dev); in zl3073x_dpll_freq_monitor_set()
1389 rc = dpll_pin_register(zldpll->dpll_dev, pin->dpll_pin, ops, pin); in zl3073x_dpll_pin_register()
1429 dpll_pin_unregister(zldpll->dpll_dev, pin->dpll_pin, ops, pin); in zl3073x_dpll_pin_unregister()
1603 zldpll->dpll_dev = dpll_device_get(zldev->clock_id, zldpll->id, in zl3073x_dpll_device_register()
1605 if (IS_ERR(zldpll->dpll_dev)) { in zl3073x_dpll_device_register()
[all …]
H A Ddpll.h31 struct dpll_device *dpll_dev; member
H A Dcore.c953 if (zldpll->dpll_dev) in zl3073x_dev_stop()