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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/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);
546 sunhv_ops = &bywrite_ops;

Completed in 88 milliseconds