/drivers/char/ |
D | bfin-otp.c | 25 #define stamp(fmt, args...) pr_debug("%s:%i: " fmt "\n", __func__, __LINE__, ## args) macro 26 #define stampit() stamp("here i am") 57 stamp("processing page %i (0x%x:%s)", page, flags, in bfin_otp_read() 61 stamp("error from otp: 0x%x", ret); in bfin_otp_read() 149 stamp("processing page %i (0x%x:%s) from %p", page, flags, in bfin_otp_write() 157 stamp("error from otp: 0x%x", ret); in bfin_otp_write() 192 stamp("locking page %lu resulted in 0x%x", arg, otp_result); in bfin_otp_ioctl()
|
/drivers/watchdog/ |
D | bfin_wdt.c | 30 #define stamp(fmt, args...) \ macro 32 #define stampit() stamp("here i am") 121 stamp("maxtimeout=%us newtimeout=%lus (cnt=%#x)", max_t, t, cnt); in bfin_wdt_set_timeout()
|
/drivers/usb/mon/ |
D | mon_text.c | 185 unsigned int stamp; in mon_get_timestamp() local 188 stamp = now.tv_sec & 0xFFF; /* 2^32 = 4294967296. Limit to 4096s. */ in mon_get_timestamp() 189 stamp = stamp * USEC_PER_SEC + now.tv_nsec / NSEC_PER_USEC; in mon_get_timestamp() 190 return stamp; in mon_get_timestamp() 197 unsigned int stamp; in mon_text_event() local 202 stamp = mon_get_timestamp(); in mon_text_event() 217 ep->tstamp = stamp; in mon_text_event()
|
/drivers/net/can/softing/ |
D | softing_fw.c | 34 unsigned long stamp; in _softing_fct_cmd() local 41 stamp = jiffies + 1 * HZ; in _softing_fct_cmd() 53 if ((ret != vector) || time_after(jiffies, stamp)) in _softing_fct_cmd() 80 unsigned long stamp; in softing_bootloader_command() local 86 stamp = jiffies + 3 * HZ; in softing_bootloader_command() 94 if (time_after(jiffies, stamp)) in softing_bootloader_command()
|
/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | rx.c | 230 unsigned long stamp) in iwlagn_recover_from_statistics() argument 237 msecs = jiffies_to_msecs(stamp - priv->rx_statistics_jiffies); in iwlagn_recover_from_statistics() 364 unsigned long stamp = jiffies; in iwlagn_rx_statistics() local 427 iwlagn_recover_from_statistics(priv, rx_ofdm, rx_ofdm_ht, tx, stamp); in iwlagn_rx_statistics() 442 priv->rx_statistics_jiffies = stamp; in iwlagn_rx_statistics()
|
D | rs.h | 301 unsigned long stamp; member
|
/drivers/usb/host/ |
D | oxu210hp.h | 306 unsigned stamp; member 421 unsigned stamp; member
|
D | oxu210hp-hcd.c | 1755 if (!++(oxu->stamp)) in scan_async() 1756 oxu->stamp++; in scan_async() 1764 && qh->stamp != oxu->stamp) { in scan_async() 1773 qh->stamp = oxu->stamp; in scan_async() 1787 if (qh->stamp == oxu->stamp) in scan_async()
|
/drivers/media/pci/saa7164/ |
D | saa7164-cmd.c | 259 unsigned long stamp; in saa7164_cmd_wait() local 277 stamp = jiffies; in saa7164_cmd_wait() 291 r = time_before(jiffies, stamp + (HZ * waitsecs)); in saa7164_cmd_wait()
|
/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ptp.c | 290 u64 stamp = 0; in ixgbe_ptp_read_82599() local 292 stamp |= (u64)IXGBE_READ_REG(hw, IXGBE_SYSTIML); in ixgbe_ptp_read_82599() 293 stamp |= (u64)IXGBE_READ_REG(hw, IXGBE_SYSTIMH) << 32; in ixgbe_ptp_read_82599() 295 return stamp; in ixgbe_ptp_read_82599()
|
/drivers/staging/irda/drivers/ |
D | irda-usb.h | 160 ktime_t stamp; member
|
D | ali-ircc.h | 212 ktime_t stamp; member
|
D | nsc-ircc.h | 266 ktime_t stamp; member
|
D | irda-usb.c | 498 diff = ktime_us_delta(ktime_get(), self->stamp); in irda_usb_hard_xmit() 868 self->stamp = ktime_get(); in irda_usb_receive()
|
D | ali-ircc.c | 1459 diff = ktime_us_delta(ktime_get(), self->stamp); in ali_ircc_fir_hard_xmit() 1876 self->stamp = ktime_get(); in ali_ircc_dma_receive_complete()
|
D | nsc-ircc.c | 1505 diff = ktime_us_delta(ktime_get(), self->stamp); in nsc_ircc_hard_xmit_fir() 1868 self->stamp = ktime_get(); in nsc_ircc_dma_receive_complete()
|
/drivers/net/wireless/intel/iwlegacy/ |
D | 3945-rs.c | 139 win->stamp = 0; in il3945_clear_win() 167 if (time_after(jiffies, rs_sta->win[i].stamp + RATE_WIN_FLUSH)) { in il3945_rate_scale_flush_wins() 325 win->stamp = jiffies; in il3945_collect_tx_data()
|
D | 3945.h | 73 unsigned long stamp; member
|
D | 4965-rs.c | 236 win->stamp = 0; in il4965_rs_rate_scale_clear_win() 488 win->stamp = jiffies; in il4965_rs_collect_tx_data()
|
/drivers/net/ethernet/mellanox/mlx4/ |
D | en_tx.c | 237 __be32 stamp = cpu_to_be32(STAMP_VAL | (!!owner << STAMP_SHIFT)); in mlx4_en_stamp_wqe() local 250 *ptr = stamp; in mlx4_en_stamp_wqe() 257 *ptr = stamp; in mlx4_en_stamp_wqe() 261 stamp ^= cpu_to_be32(0x80000000); in mlx4_en_stamp_wqe()
|
D | en_rx.c | 349 __be32 stamp = cpu_to_be32(1 << STAMP_SHIFT); in mlx4_en_activate_rx_rings() local 350 *ptr = stamp; in mlx4_en_activate_rx_rings()
|
/drivers/net/can/usb/ |
D | Kconfig | 75 PCAN-Chip USB CAN-FD to USB stamp module
|
/drivers/md/ |
D | dm-stats.c | 38 unsigned long long stamp; member 496 difference = now - shared->stamp; in dm_stat_round() 510 shared->stamp = now; in dm_stat_round()
|
/drivers/net/ethernet/ti/ |
D | Kconfig | 83 The unit can time stamp PTP UDP/IPv4 and Layer 2 packets, and the
|
/drivers/infiniband/hw/mlx4/ |
D | qp.c | 221 __be32 stamp; in stamp_send_wqe() local 228 stamp = ind & qp->sq.wqe_cnt ? cpu_to_be32(0x7fffffff) : in stamp_send_wqe() 232 *wqe = stamp; in stamp_send_wqe() 3563 int uninitialized_var(stamp); in mlx4_ib_post_send() 3835 stamp = ind + qp->sq_spare_wqes; in mlx4_ib_post_send() 3848 stamp_send_wqe(qp, stamp, size * 16); in mlx4_ib_post_send() 3872 stamp_send_wqe(qp, stamp, size * 16); in mlx4_ib_post_send()
|