Searched refs:get_timestamp (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/drivers/misc/ibmasm/ |
D | heartbeat.c | 78 dbg("%s:%d at %s\n", __func__, __LINE__, get_timestamp(tsbuf)); in ibmasm_heartbeat_exit() 80 dbg("%s:%d at %s\n", __func__, __LINE__, get_timestamp(tsbuf)); in ibmasm_heartbeat_exit() 91 dbg("%s:%d at %s\n", __func__, __LINE__, get_timestamp(tsbuf)); in ibmasm_receive_heartbeat()
|
D | lowlevel.c | 67 dbg("respond to interrupt at %s\n", get_timestamp(tsbuf)); in ibmasm_interrupt_handler() 82 dbg("finished interrupt at %s\n", get_timestamp(tsbuf)); in ibmasm_interrupt_handler()
|
D | command.c | 101 dbg("%s:%d at %s\n", __func__, __LINE__, get_timestamp(tsbuf)); in do_exec_command() 124 dbg("%s:%d at %s\n", __func__, __LINE__, get_timestamp(tsbuf)); in ibmasm_exec_command() 144 dbg("%s:%d at %s\n", __func__, __LINE__, get_timestamp(tsbuf)); in exec_next_command()
|
D | ibmasm.h | 54 static inline char *get_timestamp(char *buf) in get_timestamp() function
|
/linux-4.4.14/kernel/ |
D | watchdog.c | 205 static unsigned long get_timestamp(void) in get_timestamp() function 225 __this_cpu_write(watchdog_touch_ts, get_timestamp()); in __touch_watchdog() 290 unsigned long now = get_timestamp(); in is_softlockup()
|
/linux-4.4.14/drivers/net/ethernet/samsung/sxgbe/ |
D | sxgbe_desc.h | 291 u64 (*get_timestamp)(struct sxgbe_rx_ctxt_desc *p); member
|
D | sxgbe_desc.c | 516 .get_timestamp = sxgbe_get_rx_timestamp,
|
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/ |
D | norm_desc.c | 272 .get_timestamp = ndesc_get_timestamp,
|
D | common.h | 343 u64(*get_timestamp) (void *desc, u32 ats); member
|
D | enh_desc.c | 401 .get_timestamp = enh_desc_get_timestamp,
|
D | stmmac_main.c | 368 ns = priv->hw->desc->get_timestamp(desc, priv->adv_ts); in stmmac_get_tx_hwtstamp() 406 ns = priv->hw->desc->get_timestamp(desc, priv->adv_ts); in stmmac_get_rx_hwtstamp()
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | compress_offload.txt | 129 - get_timestamp
|