Home
last modified time | relevance | path

Searched refs:extts (Results 1 – 25 of 30) sorted by relevance

12

/Linux-v5.15/drivers/ptp/
Dptp_chardev.c31 rq.extts.index = chan; in ptp_disable_pinfunc()
148 if (copy_from_user(&req.extts, (void __user *)arg, in ptp_ioctl()
149 sizeof(req.extts))) { in ptp_ioctl()
155 req.extts.flags |= PTP_STRICT_FLAGS; in ptp_ioctl()
157 if ((req.extts.flags & ~PTP_EXTTS_VALID_FLAGS) || in ptp_ioctl()
158 req.extts.rsv[0] || req.extts.rsv[1]) { in ptp_ioctl()
163 if ((req.extts.flags & PTP_ENABLE_FEATURE) && in ptp_ioctl()
164 (req.extts.flags & PTP_EXTTS_EDGES) == 0) { in ptp_ioctl()
169 req.extts.flags &= PTP_EXTTS_V1_VALID_FLAGS; in ptp_ioctl()
170 req.extts.rsv[0] = 0; in ptp_ioctl()
[all …]
Dptp_sysfs.c47 cnt = sscanf(buf, "%u %d", &req.extts.index, &enable); in extts_enable_store()
50 if (req.extts.index >= ops->n_ext_ts) in extts_enable_store()
Dptp_qoriq.c275 switch (rq->extts.index) { in ptp_qoriq_enable()
287 extts_clean_up(ptp_qoriq, rq->extts.index, false); in ptp_qoriq_enable()
Dptp_pch.c472 switch (rq->extts.index) { in ptp_pch_enable()
/Linux-v5.15/tools/testing/selftests/ptp/
Dtestptp.c169 int extts = 0; in main() local
198 extts = atoi(optarg); in main()
357 if (extts) { in main()
363 extts = 0; in main()
367 for (; extts; extts--) { in main()
/Linux-v5.15/drivers/net/dsa/mv88e6xxx/
Dptp.c271 int rising = (rq->extts.flags & PTP_RISING_EDGE); in mv88e6352_ptp_enable_extts()
277 if (rq->extts.flags & ~(PTP_ENABLE_FEATURE | in mv88e6352_ptp_enable_extts()
284 if ((rq->extts.flags & PTP_STRICT_FLAGS) && in mv88e6352_ptp_enable_extts()
285 (rq->extts.flags & PTP_ENABLE_FEATURE) && in mv88e6352_ptp_enable_extts()
286 (rq->extts.flags & PTP_EXTTS_EDGES) == PTP_EXTTS_EDGES) in mv88e6352_ptp_enable_extts()
289 pin = ptp_find_pin(chip->ptp_clock, PTP_PF_EXTTS, rq->extts.index); in mv88e6352_ptp_enable_extts()
/Linux-v5.15/drivers/net/ethernet/intel/igc/
Digc_ptp.c261 if (rq->extts.flags & ~(PTP_ENABLE_FEATURE | in igc_ptp_feature_enable_i225()
268 if ((rq->extts.flags & PTP_STRICT_FLAGS) && in igc_ptp_feature_enable_i225()
269 (rq->extts.flags & PTP_ENABLE_FEATURE) && in igc_ptp_feature_enable_i225()
270 (rq->extts.flags & PTP_EXTTS_EDGES) != PTP_EXTTS_EDGES) in igc_ptp_feature_enable_i225()
275 rq->extts.index); in igc_ptp_feature_enable_i225()
279 if (rq->extts.index == 1) { in igc_ptp_feature_enable_i225()
290 igc_pin_extts(igc, rq->extts.index, pin); in igc_ptp_feature_enable_i225()
/Linux-v5.15/drivers/net/dsa/sja1105/
Dsja1105_ptp.c815 struct ptp_extts_request *extts, in sja1105_extts_enable() argument
821 if (extts->index != 0) in sja1105_extts_enable()
825 if (extts->flags & ~(PTP_ENABLE_FEATURE | in sja1105_extts_enable()
832 if ((extts->flags & PTP_STRICT_FLAGS) && in sja1105_extts_enable()
833 (extts->flags & PTP_ENABLE_FEATURE) && in sja1105_extts_enable()
834 (extts->flags & PTP_EXTTS_EDGES) != PTP_EXTTS_EDGES) in sja1105_extts_enable()
861 rc = sja1105_extts_enable(priv, &req->extts, on); in sja1105_ptp_enable()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dclock.c387 if (rq->extts.flags & ~(PTP_ENABLE_FEATURE | in mlx5_extts_configure()
394 if ((rq->extts.flags & PTP_STRICT_FLAGS) && in mlx5_extts_configure()
395 (rq->extts.flags & PTP_ENABLE_FEATURE) && in mlx5_extts_configure()
396 (rq->extts.flags & PTP_EXTTS_EDGES) == PTP_EXTTS_EDGES) in mlx5_extts_configure()
399 if (rq->extts.index >= clock->ptp_info.n_pins) in mlx5_extts_configure()
402 pin = ptp_find_pin(clock->ptp, PTP_PF_EXTTS, rq->extts.index); in mlx5_extts_configure()
408 pattern = !!(rq->extts.flags & PTP_FALLING_EDGE); in mlx5_extts_configure()
/Linux-v5.15/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-ptp.c31 switch (rq->extts.index) { in dpaa2_ptp_enable()
42 extts_clean_up(ptp_qoriq, rq->extts.index, false); in dpaa2_ptp_enable()
/Linux-v5.15/drivers/net/ethernet/renesas/
Dravb_ptp.c196 if (priv->ptp.extts[req->index] == on) in ravb_ptp_extts()
198 priv->ptp.extts[req->index] = on; in ravb_ptp_extts()
284 return ravb_ptp_extts(ptp, &req->extts, on); in ravb_ptp_enable()
Dravb.h978 int extts[N_EXT_TS]; member
/Linux-v5.15/drivers/net/ethernet/intel/igb/
Digb_ptp.c525 if (rq->extts.flags & ~(PTP_ENABLE_FEATURE | in igb_ptp_feature_enable_i210()
532 if ((rq->extts.flags & PTP_STRICT_FLAGS) && in igb_ptp_feature_enable_i210()
533 (rq->extts.flags & PTP_ENABLE_FEATURE) && in igb_ptp_feature_enable_i210()
534 (rq->extts.flags & PTP_EXTTS_EDGES) != PTP_EXTTS_EDGES) in igb_ptp_feature_enable_i210()
539 rq->extts.index); in igb_ptp_feature_enable_i210()
543 if (rq->extts.index == 1) { in igb_ptp_feature_enable_i210()
554 igb_pin_extts(igb, rq->extts.index, pin); in igb_ptp_feature_enable_i210()
/Linux-v5.15/include/linux/
Dptp_clock_kernel.h39 struct ptp_extts_request extts; member
/Linux-v5.15/arch/arm64/boot/dts/freescale/
Dqoriq-fman3-0.dtsi87 fsl,extts-fifo;
Dfsl-ls1088a.dtsi752 fsl,extts-fifo;
/Linux-v5.15/drivers/net/phy/
Ddp83640.c482 if (rq->extts.flags & ~(PTP_ENABLE_FEATURE | in ptp_dp83640_enable()
489 if ((rq->extts.flags & PTP_STRICT_FLAGS) && in ptp_dp83640_enable()
490 (rq->extts.flags & PTP_ENABLE_FEATURE) && in ptp_dp83640_enable()
491 (rq->extts.flags & PTP_EXTTS_EDGES) == PTP_EXTTS_EDGES) in ptp_dp83640_enable()
494 index = rq->extts.index; in ptp_dp83640_enable()
505 if (rq->extts.flags & PTP_FALLING_EDGE) in ptp_dp83640_enable()
/Linux-v5.15/Documentation/devicetree/bindings/ptp/
Dptp-qoriq.txt24 - fsl,extts-fifo The presence of this property indicates hardware
/Linux-v5.15/drivers/net/ethernet/xscale/
Dptp_ixp46x.c209 switch (rq->extts.index) { in ptp_ixp_enable()
/Linux-v5.15/drivers/net/ethernet/intel/ice/
Dice_ptp.c759 chan = rq->extts.index; in ice_ptp_gpio_enable_e810()
763 rq->extts.flags); in ice_ptp_gpio_enable_e810()
/Linux-v5.15/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ptp.c341 rq->extts.index); in bnxt_ptp_enable()
/Linux-v5.15/drivers/net/ethernet/ti/
Dcpts.c318 return cpts_extts_enable(cpts, rq->extts.index, on); in cpts_ptp_enable()
Dam65-cpts.c603 return am65_cpts_extts_enable(cpts, rq->extts.index, on); in am65_cpts_ptp_enable()
/Linux-v5.15/drivers/net/ethernet/aquantia/atlantic/
Daq_ptp.c465 u32 pin_index = rq->extts.index; in aq_ptp_extts_pin_configure()
/Linux-v5.15/drivers/net/ethernet/intel/i40e/
Di40e_ptp.c626 chan = rq->extts.index; in i40e_ptp_feature_enable()

12