/kernel/linux/linux-5.10/drivers/misc/ibmasm/ |
D | heartbeat.c | 64 dbg("%s:%d at %s\n", __func__, __LINE__, get_timestamp(tsbuf)); in ibmasm_heartbeat_exit() 66 dbg("%s:%d at %s\n", __func__, __LINE__, get_timestamp(tsbuf)); in ibmasm_heartbeat_exit() 77 dbg("%s:%d at %s\n", __func__, __LINE__, get_timestamp(tsbuf)); in ibmasm_receive_heartbeat()
|
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()
|
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()
|
D | ibmasm.h | 41 static inline char *get_timestamp(char *buf) in get_timestamp() function
|
/kernel/linux/linux-5.10/kernel/ |
D | watchdog.c | 221 static unsigned long get_timestamp(void) in get_timestamp() function 242 __this_cpu_write(watchdog_touch_ts, get_timestamp()); in update_touch_ts() 295 unsigned long now = get_timestamp(); in is_softlockup()
|
/kernel/linux/linux-5.10/drivers/staging/blackbox/ |
D | blackbox_common.c | 155 void get_timestamp(char *buf, size_t buf_size) in get_timestamp() function 178 EXPORT_SYMBOL_GPL(get_timestamp);
|
D | blackbox_core.c | 197 get_timestamp(info->error_time, TIMESTAMP_MAX_LEN); in format_error_info() 245 get_timestamp(timestamp, sizeof(timestamp)); in save_invalid_log() 326 get_timestamp(timestamp, sizeof(timestamp)); in save_log_without_reset() 418 get_timestamp((char *)info->error_time, TIMESTAMP_MAX_LEN); in do_save_last_log()
|
/kernel/linux/linux-5.10/include/linux/ |
D | blackbox.h | 77 void get_timestamp(char *buf, size_t buf_size);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_desc.h | 288 u64 (*get_timestamp)(struct sxgbe_rx_ctxt_desc *p); member
|
D | sxgbe_desc.c | 513 .get_timestamp = sxgbe_get_rx_timestamp,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/adreno/ |
D | adreno_gpu.h | 47 int (*get_timestamp)(struct msm_gpu *gpu, uint64_t *value); member
|
D | adreno_gpu.c | 244 if (adreno_gpu->funcs->get_timestamp) { in adreno_get_param() 248 ret = adreno_gpu->funcs->get_timestamp(gpu, value); in adreno_get_param()
|
D | a4xx_gpu.c | 641 .get_timestamp = a4xx_get_timestamp,
|
D | a6xx_gpu.c | 1264 .get_timestamp = a6xx_get_timestamp,
|
D | a5xx_gpu.c | 1530 .get_timestamp = a5xx_get_timestamp,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
D | norm_desc.c | 326 .get_timestamp = ndesc_get_timestamp,
|
D | dwxgmac2_descs.c | 361 .get_timestamp = dwxgmac2_get_timestamp,
|
D | enh_desc.c | 475 .get_timestamp = enh_desc_get_timestamp,
|
D | hwif.h | 77 void (*get_timestamp)(void *desc, u32 ats, u64 *ts); member 138 stmmac_do_void_callback(__priv, desc, get_timestamp, __args)
|
D | dwmac4_descs.c | 567 .get_timestamp = dwmac4_get_timestamp,
|
/kernel/linux/linux-5.10/fs/pstore/ |
D | platform.c | 473 get_timestamp(pfault_log_info->info.error_time, TIMESTAMP_MAX_LEN); in pstore_blackbox_dump()
|
/kernel/linux/linux-5.10/Documentation/sound/designs/ |
D | compress-offload.rst | 135 get_timestamp
|