Home
last modified time | relevance | path

Searched full:dpll_lock_status_unlocked (Results 1 – 7 of 7) sorted by relevance

/linux/include/uapi/linux/
H A Ddpll.h32 * @DPLL_LOCK_STATUS_UNLOCKED: dpll was not yet locked to any valid input (or
41 * DPLL_LOCK_STATUS_UNLOCKED)
44 DPLL_LOCK_STATUS_UNLOCKED = 1, enumerator
/linux/Documentation/netlink/specs/
H A Ddpll.yaml52 dpll's lock-state shall remain DPLL_LOCK_STATUS_UNLOCKED)
/linux/drivers/dpll/zl3073x/
H A Ddpll.c1291 *status = DPLL_LOCK_STATUS_UNLOCKED; in __zl3073x_dpll_lock_status_get()
1313 *status = DPLL_LOCK_STATUS_UNLOCKED; in __zl3073x_dpll_lock_status_get()
1448 else if (zldpll->lock_status == DPLL_LOCK_STATUS_UNLOCKED) in zl3073x_dpll_mode_set()
/linux/drivers/dpll/
H A Ddpll_netlink.c240 (status == DPLL_LOCK_STATUS_UNLOCKED || in dpll_msg_add_lock_status()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_dpll.c3107 d->dpll_state == DPLL_LOCK_STATUS_UNLOCKED) { in ice_dpll_update_state()
H A Dice_ptp_hw.c6148 *dpll_state = DPLL_LOCK_STATUS_UNLOCKED; in ice_get_cgu_state()
/linux/drivers/ptp/
H A Dptp_ocp.c4918 *status = bp->sync ? DPLL_LOCK_STATUS_LOCKED : DPLL_LOCK_STATUS_UNLOCKED; in ptp_ocp_dpll_lock_status_get()