Home
last modified time | relevance | path

Searched refs:supported_extts_flags (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/ptp/
H A Dptp_chardev.c205 unsigned int supported_extts_flags; in ptp_extts_request() local
230 supported_extts_flags = ptp->info->supported_extts_flags; in ptp_extts_request()
232 supported_extts_flags |= PTP_ENABLE_FEATURE; in ptp_extts_request()
237 if (!(supported_extts_flags & PTP_STRICT_FLAGS)) in ptp_extts_request()
238 supported_extts_flags |= PTP_EXTTS_EDGES; in ptp_extts_request()
240 if (req.extts.flags & ~supported_extts_flags) in ptp_extts_request()
H A Dptp_fc3.c595 .supported_extts_flags = PTP_STRICT_FLAGS | PTP_EXT_OFFSET,
H A Dptp_ocp.c1749 .supported_extts_flags = PTP_STRICT_FLAGS | PTP_RISING_EDGE,
/linux/drivers/net/ethernet/renesas/
H A Dravb_ptp.c280 .supported_extts_flags = PTP_RISING_EDGE | PTP_FALLING_EDGE,
/linux/drivers/net/dsa/sja1105/
H A Dsja1105_ptp.c898 .supported_extts_flags = PTP_RISING_EDGE | in sja1105_ptp_clock_register()
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_ptp.c997 .supported_extts_flags = PTP_RISING_EDGE |
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ptp.c999 ptp_info->supported_extts_flags = PTP_RISING_EDGE | PTP_STRICT_FLAGS; in bnxt_ptp_pps_init()
/linux/drivers/net/phy/
H A Ddp83640.c965 clock->caps.supported_extts_flags = PTP_RISING_EDGE | in dp83640_clock_init()
H A Dmicrel.c4596 shared->ptp_clock_info.supported_extts_flags = PTP_RISING_EDGE | in __lan8814_ptp_probe_once()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp.c2558 info->supported_extts_flags = PTP_RISING_EDGE | in ice_ptp_set_caps()