Symbol: PTP_RISING_EDGE
drivers/net/dsa/mv88e6xxx/ptp.c
314
int rising = (rq->extts.flags & PTP_RISING_EDGE);
drivers/net/dsa/mv88e6xxx/ptp.c
523
chip->ptp_clock_info.supported_extts_flags = PTP_RISING_EDGE |
drivers/net/dsa/sja1105/sja1105_ptp.c
898
.supported_extts_flags = PTP_RISING_EDGE |
drivers/net/ethernet/broadcom/bnxt/bnxt_ptp.c
996
ptp_info->supported_extts_flags = PTP_RISING_EDGE | PTP_STRICT_FLAGS;
drivers/net/ethernet/intel/ice/ice_ptp.c
1553
if (rq->flags & PTP_RISING_EDGE)
drivers/net/ethernet/intel/ice/ice_ptp.c
2558
info->supported_extts_flags = PTP_RISING_EDGE |
drivers/net/ethernet/intel/igb/igb_ptp.c
1339
adapter->ptp_caps.supported_extts_flags = PTP_RISING_EDGE |
drivers/net/ethernet/intel/igb/igb_ptp.c
1364
adapter->ptp_caps.supported_extts_flags = PTP_RISING_EDGE |
drivers/net/ethernet/intel/igc/igc_ptp.c
1195
adapter->ptp_caps.supported_extts_flags = PTP_RISING_EDGE |
drivers/net/ethernet/mellanox/mlx5/core/lib/clock.c
1094
clock->ptp_info.supported_extts_flags = PTP_RISING_EDGE |
drivers/net/ethernet/microchip/lan743x_ptp.c
1536
ptp->ptp_clock_info.supported_extts_flags = PTP_RISING_EDGE |
drivers/net/ethernet/microchip/lan966x/lan966x_ptp.c
997
.supported_extts_flags = PTP_RISING_EDGE |
drivers/net/ethernet/renesas/ravb_ptp.c
280
.supported_extts_flags = PTP_RISING_EDGE | PTP_FALLING_EDGE,
drivers/net/phy/bcm-phy-ptp.c
741
.supported_extts_flags = PTP_STRICT_FLAGS | PTP_RISING_EDGE,
drivers/net/phy/dp83640.c
971
clock->caps.supported_extts_flags = PTP_RISING_EDGE |
drivers/net/phy/micrel.c
3937
if (flags & PTP_RISING_EDGE)
drivers/net/phy/micrel.c
4537
shared->ptp_clock_info.supported_extts_flags = PTP_RISING_EDGE |
drivers/net/phy/micrel.c
5860
if (flags & PTP_RISING_EDGE)
drivers/net/phy/nxp-c45-tja11xx.c
819
if (extts->flags & PTP_RISING_EDGE)
drivers/net/phy/nxp-c45-tja11xx.c
834
if (extts->flags & PTP_RISING_EDGE ||
drivers/net/phy/nxp-c45-tja11xx.c
861
if ((extts->flags & PTP_RISING_EDGE) &&
drivers/net/phy/nxp-c45-tja11xx.c
955
.supported_extts_flags = PTP_RISING_EDGE |
drivers/ptp/ptp_clockmatrix.c
2034
.supported_extts_flags = PTP_RISING_EDGE | PTP_STRICT_FLAGS,
drivers/ptp/ptp_clockmatrix.c
2052
.supported_extts_flags = PTP_RISING_EDGE | PTP_STRICT_FLAGS,
drivers/ptp/ptp_idt82p33.c
1178
caps->supported_extts_flags = PTP_RISING_EDGE |
drivers/ptp/ptp_netc.c
745
.supported_extts_flags = PTP_RISING_EDGE | PTP_FALLING_EDGE |
drivers/ptp/ptp_ocp.c
1749
.supported_extts_flags = PTP_STRICT_FLAGS | PTP_RISING_EDGE,
include/uapi/linux/ptp_clock.h
36
#define PTP_EXTTS_EDGES (PTP_RISING_EDGE | PTP_FALLING_EDGE)
include/uapi/linux/ptp_clock.h
45
PTP_RISING_EDGE | \
include/uapi/linux/ptp_clock.h
55
PTP_RISING_EDGE | \
tools/testing/selftests/ptp/testptp.c
220
edge = (edge & 1 ? PTP_RISING_EDGE : 0) |
tools/testing/selftests/ptp/testptp.c
67
PTP_ENABLE_FEATURE | PTP_RISING_EDGE,
tools/testing/selftests/ptp/testptp.c
69
PTP_ENABLE_FEATURE | PTP_RISING_EDGE | PTP_FALLING_EDGE,