Home
last modified time | relevance | path

Searched refs:last_rx_active (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/tty/serial/
Dcrisv10.h107 unsigned long last_rx_active; /* Last rx time in jiffies */ member
Dcrisv10.c2207 info->last_rx_active = jiffies; in handle_ser_rx_interrupt_no_dma()
2320 info->last_rx_active = jiffies; in handle_ser_rx_interrupt()
2389 (curr_time - info->last_rx_active) * (1000000/HZ) + in handle_ser_rx_interrupt()