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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dsunhv.c166 struct sunhv_ops { struct
171 static struct sunhv_ops bychar_ops = {
176 static struct sunhv_ops bywrite_ops = {
181 static struct sunhv_ops *sunhv_ops = &bychar_ops; variable in typeref:struct:sunhv_ops
190 if (sunhv_ops->receive_chars(port, tty))
207 sunhv_ops->transmit_chars(port, xmit);
547 sunhv_ops = &bywrite_ops;

Completed in 16 milliseconds