Home
last modified time | relevance | path

Searched refs:DPLL_LOCK_STATUS_UNLOCKED (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/include/uapi/linux/
H A Ddpll.h43 DPLL_LOCK_STATUS_UNLOCKED = 1, enumerator
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddpll.c100 return DPLL_LOCK_STATUS_UNLOCKED; in mlx5_dpll_lock_status_get()
/linux-6.15/Documentation/netlink/specs/
H A Ddpll.yaml52 dpll's lock-state shall remain DPLL_LOCK_STATUS_UNLOCKED)
/linux-6.15/drivers/dpll/
H A Ddpll_netlink.c145 (status == DPLL_LOCK_STATUS_UNLOCKED || in dpll_msg_add_lock_status()
/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_dpll.c1549 d->dpll_state == DPLL_LOCK_STATUS_UNLOCKED) { in ice_dpll_update_state()
H A Dice_ptp_hw.c6409 *dpll_state = DPLL_LOCK_STATUS_UNLOCKED; in ice_get_cgu_state()
/linux-6.15/drivers/ptp/
H A Dptp_ocp.c4600 *status = bp->sync ? DPLL_LOCK_STATUS_LOCKED : DPLL_LOCK_STATUS_UNLOCKED; in ptp_ocp_dpll_lock_status_get()