Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/tty/serial/
Dsunhv.c169 struct sunhv_ops { struct
174 static const struct sunhv_ops bychar_ops = { argument
179 static const struct sunhv_ops bywrite_ops = {
184 static const struct sunhv_ops *sunhv_ops = &bychar_ops; variable
193 if (sunhv_ops->receive_chars(port)) in receive_chars()
210 sunhv_ops->transmit_chars(port, xmit); in transmit_chars()
546 sunhv_ops = &bywrite_ops; in hv_probe()