Home
last modified time | relevance | path

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

/openbmc/linux/arch/xtensa/platforms/iss/
H A Dconsole.c34 static void rs_poll(struct timer_list *);
38 static DEFINE_TIMER(serial_timer, rs_poll);
63 static void rs_poll(struct timer_list *unused) in rs_poll() function