Lines Matching refs:dpll_dev
1739 rc = dpll_pin_register(zldpll->dpll_dev, pin->dpll_pin, ops, pin); in zl3073x_dpll_pin_register()
1778 dpll_pin_unregister(zldpll->dpll_dev, pin->dpll_pin, ops, pin); in zl3073x_dpll_pin_unregister()
1954 zldpll->dpll_dev = dpll_device_get(zldev->clock_id, zldpll->id, in zl3073x_dpll_device_register()
1956 if (IS_ERR(zldpll->dpll_dev)) { in zl3073x_dpll_device_register()
1957 rc = PTR_ERR(zldpll->dpll_dev); in zl3073x_dpll_device_register()
1958 zldpll->dpll_dev = NULL; in zl3073x_dpll_device_register()
1963 rc = dpll_device_register(zldpll->dpll_dev, in zl3073x_dpll_device_register()
1967 dpll_device_put(zldpll->dpll_dev); in zl3073x_dpll_device_register()
1968 zldpll->dpll_dev = NULL; in zl3073x_dpll_device_register()
1984 WARN(!zldpll->dpll_dev, "DPLL device is not registered\n"); in zl3073x_dpll_device_unregister()
1986 dpll_device_unregister(zldpll->dpll_dev, &zl3073x_dpll_device_ops, in zl3073x_dpll_device_unregister()
1988 dpll_device_put(zldpll->dpll_dev); in zl3073x_dpll_device_unregister()
1989 zldpll->dpll_dev = NULL; in zl3073x_dpll_device_unregister()
2135 rc = zl3073x_dpll_lock_status_get(zldpll->dpll_dev, zldpll, in zl3073x_dpll_changes_check()
2146 dpll_device_change_ntf(zldpll->dpll_dev); in zl3073x_dpll_changes_check()
2274 WARN(zldpll->dpll_dev, "DPLL device is still registered\n"); in zl3073x_dpll_free()