Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/serial/
Dwhiteheat.c437 port_settings.hflow = (WHITEHEAT_CTS_FLOW | WHITEHEAT_RTS_FLOW); in whiteheat_set_termios()
439 port_settings.hflow = 0; in whiteheat_set_termios()
441 (port_settings.hflow & WHITEHEAT_CTS_FLOW) ? "CTS" : "", in whiteheat_set_termios()
442 (port_settings.hflow & WHITEHEAT_RTS_FLOW) ? "RTS" : "", in whiteheat_set_termios()
443 (port_settings.hflow & WHITEHEAT_DSR_FLOW) ? "DSR" : "", in whiteheat_set_termios()
444 (port_settings.hflow & WHITEHEAT_DTR_FLOW) ? "DTR" : ""); in whiteheat_set_termios()
Dwhiteheat.h62 __u8 hflow; /* bits indicate mode as follows: member
/linux-2.4.37.9/drivers/char/
Dpcxx.h101 unchar hflow; member
DdigiFep1.h90 volatile unchar hflow; member
Dfep.h88 volatile unchar hflow; member
Depca.h95 unchar hflow; member
Dpcxx.c1921 unsigned mval, hflow, cflag, iflag; in pcxxparam() local
1966 hflow = termios2digi_h(ch, ts->c_cflag); in pcxxparam()
1968 if(hflow != ch->hflow) { in pcxxparam()
1969 ch->hflow = hflow; in pcxxparam()
1970 fepcmd(ch, SETHFLOW, hflow, 0xff, 0, 1); in pcxxparam()
Depca.c2667 unsigned mval, hflow, cflag, iflag; in epcaparam() local
2761 hflow = termios2digi_h(ch, ts->c_cflag); in epcaparam()
2763 if (hflow != ch->hflow) in epcaparam()
2765 ch->hflow = hflow; in epcaparam()
2772 fepcmd(ch, SETHFLOW, hflow, 0xff, 0, 1); in epcaparam()