Searched refs:get_timestamp (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/misc/ibmasm/ |
| H 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()
|
| H 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()
|
| H A D | lowlevel.c | 57 dbg("respond to interrupt at %s\n", get_timestamp(tsbuf)); in ibmasm_interrupt_handler() 72 dbg("finished interrupt at %s\n", get_timestamp(tsbuf)); in ibmasm_interrupt_handler()
|
| H A D | ibmasm.h | 41 static inline char *get_timestamp(char *buf) in get_timestamp() function
|
| /linux/drivers/net/ethernet/samsung/sxgbe/ |
| H A D | sxgbe_desc.h | 288 u64 (*get_timestamp)(struct sxgbe_rx_ctxt_desc *p); member
|
| H A D | sxgbe_desc.c | 513 .get_timestamp = sxgbe_get_rx_timestamp,
|
| /linux/drivers/net/can/usb/etas_es58x/ |
| H A D | es58x_core.h | 359 int (*get_timestamp)(struct es58x_device *es58x_dev); member
|
| H A D | es581_4.c | 506 .get_timestamp = es581_4_get_timestamp
|
| H A D | es58x_fd.c | 564 .get_timestamp = es58x_fd_get_timestamp
|
| H A D | es58x_core.c | 237 return es58x_dev->ops->get_timestamp(es58x_dev); in es58x_set_realtime_diff_ns()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ras_eeprom.c | 1911 if (smu_ras_drv->smu_eeprom_funcs->get_timestamp) in amdgpu_ras_smu_get_timestamp() 1912 return smu_ras_drv->smu_eeprom_funcs->get_timestamp(adev, in amdgpu_ras_smu_get_timestamp()
|
| /linux/net/ |
| H A D | socket.c | 876 static ktime_t get_timestamp(struct sock *sk, struct sk_buff *skb, int *if_index) in get_timestamp() function 954 hwtstamp = get_timestamp(sk, skb, &if_index); in skb_get_tx_timestamp() 1037 hwtstamp = get_timestamp(sk, skb, &if_index); in __sock_recv_timestamp()
|
| /linux/Documentation/sound/designs/ |
| H A D | compress-offload.rst | 135 get_timestamp
|