Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dmsm_serial.c1776 static atomic_t msm_uart_next_id = ATOMIC_INIT(0); variable
1800 line = atomic_inc_return(&msm_uart_next_id) - 1; in msm_serial_probe()