/Linux-v5.15/drivers/ptp/ |
D | ptp_chardev.c | 31 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 …]
|
D | ptp_sysfs.c | 47 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()
|
D | ptp_qoriq.c | 275 switch (rq->extts.index) { in ptp_qoriq_enable() 287 extts_clean_up(ptp_qoriq, rq->extts.index, false); in ptp_qoriq_enable()
|
D | ptp_pch.c | 472 switch (rq->extts.index) { in ptp_pch_enable()
|
/Linux-v5.15/tools/testing/selftests/ptp/ |
D | testptp.c | 169 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/ |
D | ptp.c | 271 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/ |
D | igc_ptp.c | 261 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/ |
D | sja1105_ptp.c | 815 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/ |
D | clock.c | 387 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/ |
D | dpaa2-ptp.c | 31 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/ |
D | ravb_ptp.c | 196 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()
|
D | ravb.h | 978 int extts[N_EXT_TS]; member
|
/Linux-v5.15/drivers/net/ethernet/intel/igb/ |
D | igb_ptp.c | 525 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/ |
D | ptp_clock_kernel.h | 39 struct ptp_extts_request extts; member
|
/Linux-v5.15/arch/arm64/boot/dts/freescale/ |
D | qoriq-fman3-0.dtsi | 87 fsl,extts-fifo;
|
D | fsl-ls1088a.dtsi | 752 fsl,extts-fifo;
|
/Linux-v5.15/drivers/net/phy/ |
D | dp83640.c | 482 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/ |
D | ptp-qoriq.txt | 24 - fsl,extts-fifo The presence of this property indicates hardware
|
/Linux-v5.15/drivers/net/ethernet/xscale/ |
D | ptp_ixp46x.c | 209 switch (rq->extts.index) { in ptp_ixp_enable()
|
/Linux-v5.15/drivers/net/ethernet/intel/ice/ |
D | ice_ptp.c | 759 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/ |
D | bnxt_ptp.c | 341 rq->extts.index); in bnxt_ptp_enable()
|
/Linux-v5.15/drivers/net/ethernet/ti/ |
D | cpts.c | 318 return cpts_extts_enable(cpts, rq->extts.index, on); in cpts_ptp_enable()
|
D | am65-cpts.c | 603 return am65_cpts_extts_enable(cpts, rq->extts.index, on); in am65_cpts_ptp_enable()
|
/Linux-v5.15/drivers/net/ethernet/aquantia/atlantic/ |
D | aq_ptp.c | 465 u32 pin_index = rq->extts.index; in aq_ptp_extts_pin_configure()
|
/Linux-v5.15/drivers/net/ethernet/intel/i40e/ |
D | i40e_ptp.c | 626 chan = rq->extts.index; in i40e_ptp_feature_enable()
|