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

/haiku-fatelf/src/add-ons/kernel/generic/tty/
H A Dmodule.cpp82 &tty_hardware_signal
H A Dtty_private.h166 extern status_t tty_hardware_signal(tty_cookie* cookie, int signal, bool);
H A Dtty.cpp1891 tty_hardware_signal(tty_cookie* cookie, int signal, bool set) function
/haiku-fatelf/headers/os/drivers/tty/
H A Dtty_module.h41 #define TTYGETSIGNALS 8 /* call tty_hardware_signal for all bits */
68 status_t (*tty_hardware_signal)(struct tty_cookie *cookie, member in struct:tty_module_info
/haiku-fatelf/src/add-ons/kernel/drivers/ports/usb_serial/
H A DSerialDevice.cpp222 gTTYModule->tty_hardware_signal(fSystemTTYCookie, TTYHWDCD, enable);
223 gTTYModule->tty_hardware_signal(fSystemTTYCookie, TTYHWCTS, enable);
234 gTTYModule->tty_hardware_signal(fSystemTTYCookie, TTYHWCTS,
240 gTTYModule->tty_hardware_signal(fSystemTTYCookie, TTYHWDCD,
243 gTTYModule->tty_hardware_signal(fSystemTTYCookie, TTYHWCTS,
245 gTTYModule->tty_hardware_signal(fSystemTTYCookie, TTYHWDSR, false);
246 gTTYModule->tty_hardware_signal(fSystemTTYCookie, TTYHWRI, false);
/haiku-fatelf/src/add-ons/kernel/drivers/ports/pc_serial/
H A DSerialDevice.cpp948 gTTYModule->tty_hardware_signal(fTTYCookie, line, enable);

Completed in 105 milliseconds