Home
last modified time | relevance | path

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

/drivers/dpll/zl3073x/
A Ddpll.c1956 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()
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()
[all …]
A Ddpll.h32 struct dpll_device *dpll_dev; member

Completed in 8 milliseconds