Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/tty/serial/
Dsunhv.c167 struct sunhv_ops { struct
172 static const struct sunhv_ops bychar_ops = { argument
177 static const struct sunhv_ops bywrite_ops = {
182 static const struct sunhv_ops *sunhv_ops = &bychar_ops; variable
191 if (sunhv_ops->receive_chars(port)) in receive_chars()
208 sunhv_ops->transmit_chars(port, xmit); in transmit_chars()
544 sunhv_ops = &bywrite_ops; in hv_probe()