/linux-6.3-rc2/drivers/misc/ibmasm/ |
A D | heartbeat.c | 65 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()
|
A D | command.c | 87 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()
|
A D | lowlevel.c | 53 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()
|
A D | ibmasm.h | 41 static inline char *get_timestamp(char *buf) in get_timestamp() function
|
/linux-6.3-rc2/kernel/ |
A D | watchdog.c | 226 static unsigned long get_timestamp(void) in get_timestamp() function 246 __this_cpu_write(watchdog_report_ts, get_timestamp()); in update_report_ts() 252 __this_cpu_write(watchdog_touch_ts, get_timestamp()); in update_touch_ts() 383 now = get_timestamp(); in watchdog_timer_fn()
|
/linux-6.3-rc2/drivers/net/ethernet/samsung/sxgbe/ |
A D | sxgbe_desc.h | 288 u64 (*get_timestamp)(struct sxgbe_rx_ctxt_desc *p); member
|
A D | sxgbe_desc.c | 513 .get_timestamp = sxgbe_get_rx_timestamp,
|
/linux-6.3-rc2/drivers/net/ethernet/stmicro/stmmac/ |
A D | norm_desc.c | 321 .get_timestamp = ndesc_get_timestamp,
|
A D | dwxgmac2_descs.c | 356 .get_timestamp = dwxgmac2_get_timestamp,
|
A D | enh_desc.c | 470 .get_timestamp = enh_desc_get_timestamp,
|
A D | hwif.h | 77 void (*get_timestamp)(void *desc, u32 ats, u64 *ts); member 136 stmmac_do_void_callback(__priv, desc, get_timestamp, __args)
|
A D | dwmac4_descs.c | 564 .get_timestamp = dwmac4_get_timestamp,
|
/linux-6.3-rc2/drivers/net/can/usb/etas_es58x/ |
A D | es58x_core.h | 359 int (*get_timestamp)(struct es58x_device *es58x_dev); member
|
A D | es581_4.c | 506 .get_timestamp = es581_4_get_timestamp
|
A D | es58x_fd.c | 564 .get_timestamp = es58x_fd_get_timestamp
|
A D | es58x_core.c | 237 return es58x_dev->ops->get_timestamp(es58x_dev); in es58x_set_realtime_diff_ns()
|
/linux-6.3-rc2/drivers/gpu/drm/msm/adreno/ |
A D | adreno_gpu.h | 50 int (*get_timestamp)(struct msm_gpu *gpu, uint64_t *value); member
|
A D | adreno_gpu.c | 280 if (adreno_gpu->funcs->get_timestamp) { in adreno_get_param() 284 ret = adreno_gpu->funcs->get_timestamp(gpu, value); in adreno_get_param()
|
A D | a4xx_gpu.c | 640 .get_timestamp = a4xx_get_timestamp,
|
A D | a5xx_gpu.c | 1704 .get_timestamp = a5xx_get_timestamp,
|
A D | a6xx_gpu.c | 1979 .get_timestamp = a6xx_get_timestamp,
|
/linux-6.3-rc2/Documentation/sound/designs/ |
A D | compress-offload.rst | 135 get_timestamp
|
/linux-6.3-rc2/net/ |
A D | socket.c | 821 static ktime_t get_timestamp(struct sock *sk, struct sk_buff *skb, int *if_index) in get_timestamp() function 930 hwtstamp = get_timestamp(sk, skb, &if_index); in __sock_recv_timestamp()
|