Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dsunhv.c172 struct sunhv_ops { struct
177 static const struct sunhv_ops bychar_ops = { argument
182 static const struct sunhv_ops bywrite_ops = {
187 static const struct sunhv_ops *sunhv_ops = &bychar_ops; variable
196 if (sunhv_ops->receive_chars(port)) in receive_chars()
213 sunhv_ops->transmit_chars(port, tport); in transmit_chars()
549 sunhv_ops = &bywrite_ops; in hv_probe()