Searched refs:hflow (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/drivers/usb/serial/ |
D | whiteheat.c | 437 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()
|
D | whiteheat.h | 62 __u8 hflow; /* bits indicate mode as follows: member
|
/linux-2.4.37.9/drivers/char/ |
D | pcxx.h | 101 unchar hflow; member
|
D | digiFep1.h | 90 volatile unchar hflow; member
|
D | fep.h | 88 volatile unchar hflow; member
|
D | epca.h | 95 unchar hflow; member
|
D | pcxx.c | 1921 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()
|
D | epca.c | 2667 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()
|