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.c1183 dpll_device_change_ntf(zldpll->dpll_dev); in zl3073x_dpll_change_work()
1460 rc = dpll_pin_register(zldpll->dpll_dev, pin->dpll_pin, ops, pin); in zl3073x_dpll_pin_register()
1499 dpll_pin_unregister(zldpll->dpll_dev, pin->dpll_pin, ops, pin); in zl3073x_dpll_pin_unregister()
1674 zldpll->dpll_dev = dpll_device_get(zldev->clock_id, zldpll->id, in zl3073x_dpll_device_register()
1676 if (IS_ERR(zldpll->dpll_dev)) { in zl3073x_dpll_device_register()
1677 rc = PTR_ERR(zldpll->dpll_dev); in zl3073x_dpll_device_register()
1678 zldpll->dpll_dev = NULL; in zl3073x_dpll_device_register()
1683 rc = dpll_device_register(zldpll->dpll_dev, in zl3073x_dpll_device_register()
1687 dpll_device_put(zldpll->dpll_dev, &zldpll->tracker); in zl3073x_dpll_device_register()
1688 zldpll->dpll_dev = NULL; in zl3073x_dpll_device_register()
[all …]
H A Ddpll.h34 struct dpll_device *dpll_dev; member
H A Dcore.c918 if (zldpll->dpll_dev) in zl3073x_dev_stop()