Symbol: get_timestamp
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h
517
int (*get_timestamp)(struct amdgpu_device *adev,
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
1900
if (smu_ras_drv->smu_eeprom_funcs->get_timestamp)
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
1901
return smu_ras_drv->smu_eeprom_funcs->get_timestamp(adev,
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_12_ppt.c
1092
.get_timestamp = smu_v13_0_12_get_timestamp,
drivers/gpu/drm/msm/adreno/a4xx_gpu.c
729
.get_timestamp = a4xx_get_timestamp,
drivers/gpu/drm/msm/adreno/a5xx_gpu.c
1807
.get_timestamp = a5xx_get_timestamp,
drivers/gpu/drm/msm/adreno/a6xx_gpu.c
2765
.get_timestamp = a6xx_gmu_get_timestamp,
drivers/gpu/drm/msm/adreno/a6xx_gpu.c
2797
.get_timestamp = a6xx_get_timestamp,
drivers/gpu/drm/msm/adreno/a6xx_gpu.c
2831
.get_timestamp = a6xx_gmu_get_timestamp,
drivers/gpu/drm/msm/adreno/a6xx_gpu.c
2858
.get_timestamp = a8xx_gmu_get_timestamp,
drivers/gpu/drm/msm/adreno/adreno_gpu.c
393
if (adreno_gpu->funcs->get_timestamp) {
drivers/gpu/drm/msm/adreno/adreno_gpu.c
397
ret = adreno_gpu->funcs->get_timestamp(gpu, value);
drivers/gpu/drm/msm/adreno/adreno_gpu.h
82
int (*get_timestamp)(struct msm_gpu *gpu, uint64_t *value);
drivers/misc/ibmasm/command.c
110
dbg("%s:%d at %s\n", __func__, __LINE__, get_timestamp(tsbuf));
drivers/misc/ibmasm/command.c
130
dbg("%s:%d at %s\n", __func__, __LINE__, get_timestamp(tsbuf));
drivers/misc/ibmasm/command.c
87
dbg("%s:%d at %s\n", __func__, __LINE__, get_timestamp(tsbuf));
drivers/misc/ibmasm/heartbeat.c
65
dbg("%s:%d at %s\n", __func__, __LINE__, get_timestamp(tsbuf));
drivers/misc/ibmasm/heartbeat.c
67
dbg("%s:%d at %s\n", __func__, __LINE__, get_timestamp(tsbuf));
drivers/misc/ibmasm/heartbeat.c
78
dbg("%s:%d at %s\n", __func__, __LINE__, get_timestamp(tsbuf));
drivers/misc/ibmasm/lowlevel.c
53
dbg("respond to interrupt at %s\n", get_timestamp(tsbuf));
drivers/misc/ibmasm/lowlevel.c
68
dbg("finished interrupt at %s\n", get_timestamp(tsbuf));
drivers/net/can/usb/etas_es58x/es581_4.c
506
.get_timestamp = es581_4_get_timestamp
drivers/net/can/usb/etas_es58x/es58x_core.c
237
return es58x_dev->ops->get_timestamp(es58x_dev);
drivers/net/can/usb/etas_es58x/es58x_core.h
359
int (*get_timestamp)(struct es58x_device *es58x_dev);
drivers/net/can/usb/etas_es58x/es58x_fd.c
564
.get_timestamp = es58x_fd_get_timestamp
drivers/net/ethernet/samsung/sxgbe/sxgbe_desc.c
513
.get_timestamp = sxgbe_get_rx_timestamp,
drivers/net/ethernet/samsung/sxgbe/sxgbe_desc.h
288
u64 (*get_timestamp)(struct sxgbe_rx_ctxt_desc *p);
drivers/net/ethernet/stmicro/stmmac/dwmac4_descs.c
565
.get_timestamp = dwmac4_get_timestamp,
drivers/net/ethernet/stmicro/stmmac/dwxgmac2_descs.c
369
.get_timestamp = dwxgmac2_get_timestamp,
drivers/net/ethernet/stmicro/stmmac/enh_desc.c
462
.get_timestamp = enh_desc_get_timestamp,
drivers/net/ethernet/stmicro/stmmac/hwif.h
148
stmmac_do_void_callback(__priv, desc, get_timestamp, __args)
drivers/net/ethernet/stmicro/stmmac/hwif.h
85
void (*get_timestamp)(void *desc, u32 ats, u64 *ts);
drivers/net/ethernet/stmicro/stmmac/norm_desc.c
307
.get_timestamp = ndesc_get_timestamp,
kernel/watchdog.c
660
__this_cpu_write(watchdog_report_ts, get_timestamp());
kernel/watchdog.c
666
__this_cpu_write(watchdog_touch_ts, get_timestamp());
kernel/watchdog.c
811
now = get_timestamp();
net/socket.c
894
hwtstamp = get_timestamp(sk, skb, &if_index);
net/socket.c
978
hwtstamp = get_timestamp(sk, skb, &if_index);