Home
last modified time | relevance | path

Searched refs:get_timestamp (Results 1 – 21 of 21) sorted by relevance

/linux/drivers/misc/ibmasm/
H A Dheartbeat.c65 dbg("%s:%d at %s\n", __func__, __LINE__, get_timestamp(tsbuf)); in ibmasm_heartbeat_exit()
67 dbg("%s:%d at %s\n", __func__, __LINE__, get_timestamp(tsbuf)); in ibmasm_heartbeat_exit()
78 dbg("%s:%d at %s\n", __func__, __LINE__, get_timestamp(tsbuf)); in ibmasm_receive_heartbeat()
H A Dcommand.c87 dbg("%s:%d at %s\n", __func__, __LINE__, get_timestamp(tsbuf)); in do_exec_command()
110 dbg("%s:%d at %s\n", __func__, __LINE__, get_timestamp(tsbuf)); in ibmasm_exec_command()
130 dbg("%s:%d at %s\n", __func__, __LINE__, get_timestamp(tsbuf)); in exec_next_command()
H A Dlowlevel.c53 dbg("respond to interrupt at %s\n", get_timestamp(tsbuf)); in ibmasm_interrupt_handler()
68 dbg("finished interrupt at %s\n", get_timestamp(tsbuf)); in ibmasm_interrupt_handler()
H A Dibmasm.h41 static inline char *get_timestamp(char *buf) in get_timestamp() function
/linux/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_desc.h288 u64 (*get_timestamp)(struct sxgbe_rx_ctxt_desc *p); member
H A Dsxgbe_desc.c513 .get_timestamp = sxgbe_get_rx_timestamp,
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dnorm_desc.c314 .get_timestamp = ndesc_get_timestamp,
H A Ddwxgmac2_descs.c358 .get_timestamp = dwxgmac2_get_timestamp,
H A Denh_desc.c465 .get_timestamp = enh_desc_get_timestamp,
H A Ddwmac4_descs.c575 .get_timestamp = dwmac4_get_timestamp,
/linux/drivers/net/can/usb/etas_es58x/
H A Des58x_core.h359 int (*get_timestamp)(struct es58x_device *es58x_dev); member
H A Des581_4.c506 .get_timestamp = es581_4_get_timestamp
H A Des58x_fd.c564 .get_timestamp = es58x_fd_get_timestamp
H A Des58x_core.c237 return es58x_dev->ops->get_timestamp(es58x_dev); in es58x_set_realtime_diff_ns()
/linux/drivers/gpu/drm/msm/adreno/
H A Dadreno_gpu.c342 if (adreno_gpu->funcs->get_timestamp) { in adreno_get_param()
346 ret = adreno_gpu->funcs->get_timestamp(gpu, value); in adreno_get_param()
H A Dadreno_gpu.h73 int (*get_timestamp)(struct msm_gpu *gpu, uint64_t *value); member
H A Da4xx_gpu.c651 .get_timestamp = a4xx_get_timestamp,
H A Da6xx_gpu.c2386 .get_timestamp = a6xx_gmu_get_timestamp,
2415 .get_timestamp = a6xx_get_timestamp,
2446 .get_timestamp = a6xx_gmu_get_timestamp,
H A Da5xx_gpu.c1717 .get_timestamp = a5xx_get_timestamp,
/linux/Documentation/sound/designs/
H A Dcompress-offload.rst135 get_timestamp
/linux/net/
H A Dsocket.c807 static ktime_t get_timestamp(struct sock *sk, struct sk_buff *skb, int *if_index) in get_timestamp() function
923 hwtstamp = get_timestamp(sk, skb, &if_index); in __sock_recv_timestamp()