Searched refs:timestamping (Results 1 - 17 of 17) sorted by relevance

/linux-master/sound/core/seq/
H A Dseq_ports.h73 unsigned int timestamping: 1; member in struct:snd_seq_client_port
H A Dseq_ports.c346 /* timestamping */
347 port->timestamping = (info->flags & SNDRV_SEQ_PORT_FLG_TIMESTAMP) ? 1 : 0;
393 /* timestamping */
395 if (port->timestamping) {
H A Dseq_clientmgr.c677 if (dest_port->timestamping)
/linux-master/net/core/
H A DMakefile30 obj-$(CONFIG_NETWORK_PHY_TIMESTAMPING) += timestamping.o
H A Dsock.c899 struct so_timestamping timestamping)
901 int val = timestamping.flags;
931 ret = sock_timestamping_bind_phc(sk, timestamping.bind_phc);
1094 struct so_timestamping timestamping; local
1328 if (optlen == sizeof(timestamping)) {
1329 if (copy_from_sockptr(&timestamping, optval,
1330 sizeof(timestamping))) {
1335 memset(&timestamping, 0, sizeof(timestamping));
1336 timestamping
898 sock_set_timestamping(struct sock *sk, int optname, struct so_timestamping timestamping) argument
1607 struct so_timestamping timestamping; member in union:__anon142
[all...]
/linux-master/net/mptcp/
H A Dsockopt.c214 struct so_timestamping timestamping; local
217 if (optlen == sizeof(timestamping)) {
218 if (copy_from_sockptr(&timestamping, optval,
219 sizeof(timestamping)))
222 memset(&timestamping, 0, sizeof(timestamping));
224 if (copy_from_sockptr(&timestamping.flags, optval, sizeof(int)))
231 KERNEL_SOCKPTR(&timestamping),
232 sizeof(timestamping));
242 sock_set_timestamping(sk, optname, timestamping);
[all...]
/linux-master/drivers/net/ethernet/sfc/
H A Dtx_common.c84 tx_queue->timestamping = (efx_ptp_use_mac_tx_timestamps(efx) &&
180 if (tx_queue->timestamping &&
H A Dmcdi_functions.c214 INIT_TXQ_EXT_IN_FLAG_TIMESTAMP, tx_queue->timestamping,
H A Def10.c2353 /* Only attempt to enable TX timestamping if we have the license for it,
2358 tx_queue->timestamping = false;
2367 * TSOv2 cannot be used with Hardware timestamping, and is never needed
2372 !tx_queue->timestamping && !tx_queue->xdp_tx) {
2402 ESF_DZ_TX_TIMESTAMP, tx_queue->timestamping);
2981 if (!tx_queue->timestamping) {
3722 /* if TX timestamping is still requested then leave PTP on */
H A Dnet_driver.h194 * @timestamping: Is timestamping enabled for this channel?
256 bool timestamping; member in struct:efx_tx_queue
1318 * timestamping, possibly only temporarily for the purposes of a reset.
H A Dptp.c10 * the hardware timestamping capabilities. Both transmitted and received
1082 if (tx_queue && tx_queue->timestamping) {
1766 /* Does this packet require timestamping? */
2232 /* re-enable timestamping if it was previously enabled */
2239 /* temporarily disable timestamping */
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dtx_common.c84 tx_queue->timestamping = (efx_siena_ptp_use_mac_tx_timestamps(efx) &&
146 if (tx_queue->timestamping &&
H A Dnet_driver.h212 * @timestamping: Is timestamping enabled for this channel?
274 bool timestamping; member in struct:efx_tx_queue
1267 * timestamping, possibly only temporarily for the purposes of a reset.
H A Dptp.c10 * the hardware timestamping capabilities. Both transmitted and received
1095 if (tx_queue && tx_queue->timestamping) {
1669 /* Does this packet require timestamping? */
2185 /* re-enable timestamping if it was previously enabled */
2192 /* temporarily disable timestamping */
/linux-master/tools/testing/selftests/net/
H A DMakefile65 TEST_GEN_FILES += hwtstamp_config rxtimestamp timestamping txtimestamp
/linux-master/drivers/iio/adc/
H A Dstm32-adc.c2271 static int stm32_adc_chan_fw_init(struct iio_dev *indio_dev, bool timestamping) argument
2304 if (timestamping)
2314 timestamping ? num_channels - 1 : num_channels);
2321 if (timestamping) {
2393 bool timestamping = false; local
2456 timestamping = true;
2459 ret = stm32_adc_chan_fw_init(indio_dev, timestamping);
/linux-master/include/net/
H A Dsock.h310 * for timestamping
2726 * @tsflags: timestamping flags to use
2940 struct so_timestamping timestamping);

Completed in 359 milliseconds