Home
last modified time | relevance | path

Searched refs:n_ext_ts (Results 1 – 25 of 56) sorted by relevance

123

/openbmc/linux/drivers/net/ethernet/ti/
H A Dcpts.h131 struct device_node *node, u32 n_ext_ts);
162 struct device_node *node, u32 n_ext_ts) in cpts_create() argument
H A Dcpts.c423 .n_ext_ts = 0,
740 struct device_node *node, u32 n_ext_ts) in cpts_create() argument
780 if (n_ext_ts) in cpts_create()
781 cpts->info.n_ext_ts = n_ext_ts; in cpts_create()
/openbmc/linux/drivers/net/dsa/mv88e6xxx/
H A Dptp.c376 .n_ext_ts = 1,
403 .n_ext_ts = 1,
431 .n_ext_ts = 1,
500 chip->ptp_clock_info.n_ext_ts = ptp_ops->n_ext_ts; in mv88e6xxx_ptp_setup()
/openbmc/linux/drivers/ptp/
H A Dptp_chardev.c71 if (chan >= info->n_ext_ts) in ptp_set_pinfunc()
135 caps.n_ext_ts = ptp->info->n_ext_ts; in ptp_ioctl()
177 if (req.extts.index >= ops->n_ext_ts) { in ptp_ioctl()
H A Dptp_kvm_common.c115 .n_ext_ts = 0,
H A Dptp_sysfs.c43 PTP_SHOW_INT(n_external_timestamps, n_ext_ts);
61 if (req.extts.index >= ops->n_ext_ts) in extts_enable_store()
349 if (!info->n_ext_ts) in ptp_is_attribute_visible()
H A Dptp_dte.c220 .n_ext_ts = 0,
/openbmc/linux/include/uapi/linux/
H A Dptp_clock.h90 int n_ext_ts; /* Number of external time stamp channels. */ member
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_ptp.c265 .n_ext_ts = 0, /* will be overwritten in stmmac_ptp_register */
302 stmmac_ptp_clock_ops.n_ext_ts = priv->dma_cap.aux_snapshot_n; in stmmac_ptp_register()
/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_ptp.c18 .n_ext_ts = 2,
/openbmc/linux/include/linux/
H A Dptp_clock_kernel.h171 int n_ext_ts; member
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-ptp.c77 .n_ext_ts = 2,
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_clock.c234 .n_ext_ts = 0,
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ptp.c1381 adapter->ptp_caps.n_ext_ts = 0; in ixgbe_ptp_create_clock()
1398 adapter->ptp_caps.n_ext_ts = 0; in ixgbe_ptp_create_clock()
1414 adapter->ptp_caps.n_ext_ts = 0; in ixgbe_ptp_create_clock()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp.c1518 if (chan > (unsigned int)pf->ptp.info.n_ext_ts) in ice_ptp_cfg_extts()
2208 info->n_ext_ts = 0; in ice_ptp_disable_sma_pins_e810t()
2250 info->n_ext_ts = N_EXT_TS_E810; in ice_ptp_setup_pins_e810()
2258 info->n_ext_ts = N_EXT_TS_NO_SMA_E810T; in ice_ptp_setup_pins_e810()
2262 info->n_ext_ts = N_EXT_TS_E810; in ice_ptp_setup_pins_e810()
2276 info->n_ext_ts = 1; in ice_ptp_setup_pins_e823()
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dptp.c247 .n_ext_ts = 0,
/openbmc/linux/drivers/net/ethernet/cavium/common/
H A Dcavium_ptp.c265 .n_ext_ts = 0, in cavium_ptp_probe()
/openbmc/linux/drivers/net/ethernet/xscale/
H A Dptp_ixp46x.c219 .n_ext_ts = N_EXT_TS,
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ptp.c467 if (pin_index >= ptp->n_ext_ts) in aq_ptp_extts_pin_configure()
1025 .n_ext_ts = 0,
1128 info->n_ext_ts = extts_pin_cnt; in aq_ptp_gpio_init()
/openbmc/linux/drivers/net/ethernet/renesas/
H A Dravb_ptp.c289 .n_ext_ts = N_EXT_TS,
/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot_vsc7514.c104 .n_ext_ts = 0,
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A Digb_ptp.c1329 adapter->ptp_caps.n_ext_ts = 0; in igb_ptp_init()
1349 adapter->ptp_caps.n_ext_ts = IGB_N_EXTTS; in igb_ptp_init()
1372 adapter->ptp_caps.n_ext_ts = IGB_N_EXTTS; in igb_ptp_init()
/openbmc/linux/drivers/net/dsa/hirschmann/
H A Dhellcreek_ptp.c407 hellcreek->ptp_clock_info.n_ext_ts = 0; in hellcreek_ptp_setup()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_ptp.c407 .n_ext_ts = 0,
/openbmc/linux/tools/testing/selftests/ptp/
H A Dtestptp.c317 caps.n_ext_ts, in main()

123