| /linux/drivers/hte/ |
| H A D | Kconfig | 7 Some devices provide a hardware timestamping engine which can 9 benefit for the applications needing accurate timestamping event with 22 Enable this option for integrated hardware timestamping engine also 23 known as generic timestamping engine (GTE) support on NVIDIA Tegra194 25 lines for timestamping in realtime.
|
| /linux/Documentation/networking/devlink/ |
| H A D | stmmac.rst | 25 - Enable the Coarse timestamping mode, as defined in the DWMAC TRM. 26 A detailed explanation of this timestamping mode can be found in the 31 timestamping is set to 1/ptp_clock_rate.
|
| /linux/drivers/net/dsa/microchip/ |
| H A D | Kconfig | 36 Select to enable support for timestamping & PTP clock manipulation in 38 only one step timestamping. LAN937x switch supports both one step and 39 two step timestamping.
|
| /linux/Documentation/networking/ |
| H A D | timestamping.rst | 24 Same timestamping mechanism as SO_TIMESTAMP, but reports the 45 This socket option enables timestamping of datagrams on the reception 98 requested by a particular socket, such as when receive timestamping is 180 have multiple concurrent timestamping requests outstanding. Packets 221 timestamping applications. SOF_TIMESTAMPING_OPT_ID defines how the 354 The SO_TIMESTAMPING interface supports timestamping of bytes in a 356 entire contents of the buffer has passed a timestamping point. That 662 and hardware timestamping is not possible (SKBTX_IN_PROGRESS not set). 679 user to select which PHC to use for timestamping Ethernet frames. Instead, the 697 switches include a timestamping clock of their own, and have the ability to [all …]
|
| H A D | index.rst | 126 timestamping
|
| /linux/Documentation/driver-api/hte/ |
| H A D | hte.rst | 12 Certain devices have built in hardware timestamping engines which can 19 This document describes the API that can be used by hardware timestamping 20 engine provider and consumer drivers that want to use the hardware timestamping
|
| H A D | tegra-hte.rst | 19 instance supports timestamping GPIOs in real time as it is tightly coupled with
|
| /linux/net/mptcp/ |
| H A D | sockopt.c | 212 struct so_timestamping timestamping; in mptcp_setsockopt_sol_socket_timestamping() local 215 if (optlen == sizeof(timestamping)) { in mptcp_setsockopt_sol_socket_timestamping() 216 if (copy_from_sockptr(×tamping, optval, in mptcp_setsockopt_sol_socket_timestamping() 217 sizeof(timestamping))) in mptcp_setsockopt_sol_socket_timestamping() 220 memset(×tamping, 0, sizeof(timestamping)); in mptcp_setsockopt_sol_socket_timestamping() 222 if (copy_from_sockptr(×tamping.flags, optval, sizeof(int))) in mptcp_setsockopt_sol_socket_timestamping() 229 KERNEL_SOCKPTR(×tamping), in mptcp_setsockopt_sol_socket_timestamping() 230 sizeof(timestamping)); in mptcp_setsockopt_sol_socket_timestamping() 240 sock_set_timestamping(sk, optname, timestamping); in mptcp_setsockopt_sol_socket_timestamping()
|
| /linux/Documentation/sound/designs/ |
| H A D | index.rst | 11 timestamping
|
| /linux/tools/testing/selftests/net/ |
| H A D | .gitignore | 52 timestamping
|
| H A D | Makefile | 160 timestamping \
|
| /linux/drivers/net/dsa/mv88e6xxx/ |
| H A D | Kconfig | 18 Say Y to enable PTP hardware timestamping on Marvell 88E6xxx switch
|
| /linux/Documentation/trace/coresight/ |
| H A D | coresight-tpdm.rst | 15 sources and send it to a TPDA for packetization, timestamping and funneling.
|
| H A D | coresight-tpda.rst | 17 and timestamping of Monitor data.
|
| /linux/net/core/ |
| H A D | sock.c | 900 struct so_timestamping timestamping) in sock_set_timestamping() argument 902 int val = timestamping.flags; in sock_set_timestamping() 932 ret = sock_timestamping_bind_phc(sk, timestamping.bind_phc); in sock_set_timestamping() 1196 struct so_timestamping timestamping; in sk_setsockopt() local 1436 if (optlen == sizeof(timestamping)) { in sk_setsockopt() 1437 if (copy_from_sockptr(×tamping, optval, in sk_setsockopt() 1438 sizeof(timestamping))) { in sk_setsockopt() 1443 memset(×tamping, 0, sizeof(timestamping)); in sk_setsockopt() 1444 timestamping.flags = val; in sk_setsockopt() 1446 ret = sock_set_timestamping(sk, optname, timestamping); in sk_setsockopt() [all …]
|
| H A D | Makefile | 34 obj-$(CONFIG_NETWORK_PHY_TIMESTAMPING) += timestamping.o
|
| /linux/sound/core/seq/ |
| H A D | seq_ports.h | 63 unsigned int timestamping: 1; member
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| H A D | tx_common.c | 83 tx_queue->timestamping = (efx_siena_ptp_use_mac_tx_timestamps(efx) && in efx_siena_init_tx_queue() 145 if (tx_queue->timestamping && in efx_dequeue_buffer()
|
| /linux/Documentation/translations/zh_CN/networking/ |
| H A D | index.rst | 32 timestamping
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | tx_common.c | 83 tx_queue->timestamping = (efx_ptp_use_mac_tx_timestamps(efx) && in efx_init_tx_queue() 188 if (tx_queue->timestamping && in efx_dequeue_buffer()
|
| /linux/drivers/net/dsa/sja1105/ |
| H A D | Kconfig | 31 This enables support for timestamping and PTP clock manipulations in
|
| /linux/tools/testing/selftests/net/packetdrill/ |
| H A D | tcp_timestamping_client-only-last-byte.pkt | 2 // Test that tx timestamping sends timestamps only for
|
| H A D | tcp_timestamping_partial.pkt | 2 // Test tx timestamping for partial writes (IPv4).
|
| H A D | tcp_timestamping_server.pkt | 2 // Test tx timestamping for server-side (IPv4).
|
| /linux/drivers/iio/adc/ |
| H A D | stm32-adc.c | 2395 static int stm32_adc_chan_fw_init(struct iio_dev *indio_dev, bool timestamping) in stm32_adc_chan_fw_init() argument 2428 if (timestamping) in stm32_adc_chan_fw_init() 2438 timestamping ? num_channels - 1 : num_channels); in stm32_adc_chan_fw_init() 2445 if (timestamping) { in stm32_adc_chan_fw_init() 2516 bool timestamping = false; in stm32_adc_probe() local 2579 timestamping = true; in stm32_adc_probe() 2582 ret = stm32_adc_chan_fw_init(indio_dev, timestamping); in stm32_adc_probe()
|