Home
last modified time | relevance | path

Searched refs:stop_delay (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/tty/serial/8250/
A D8250_port.c1437 static void __stop_tx_rs485(struct uart_8250_port *p, u64 stop_delay) in __stop_tx_rs485() argument
1444 stop_delay += (u64)p->port.rs485.delay_rts_after_send * NSEC_PER_MSEC; in __stop_tx_rs485()
1450 if (stop_delay > 0) { in __stop_tx_rs485()
1452 hrtimer_start(&em485->stop_tx_timer, ns_to_ktime(stop_delay), HRTIMER_MODE_REL); in __stop_tx_rs485()
1466 u64 stop_delay = 0; in __stop_tx() local
1488 stop_delay = p->port.frame_time + DIV_ROUND_UP(p->port.frame_time, 7); in __stop_tx()
1491 __stop_tx_rs485(p, stop_delay); in __stop_tx()
/linux/drivers/net/wireless/intel/iwlwifi/fw/
A Dfile.h750 __le32 stop_delay; member
A Ddbg.c2946 delay = le32_to_cpu(trigger->stop_delay) * USEC_PER_MSEC; in iwl_fw_dbg_collect()

Completed in 24 milliseconds