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

/haiku-fatelf/src/add-ons/kernel/bus_managers/tty/
H A Dtty.cpp77 tty_control(struct ttyfile *, struct ddrover *, ulong, void *, size_t) function
208 &tty_control,
234 &tty_control,
/haiku-fatelf/src/add-ons/kernel/generic/tty/
H A Dmodule.cpp79 &tty_control,
H A Dtty_private.h159 extern status_t tty_control(tty_cookie *cookie, uint32 op, void *buffer,
H A Dtty.cpp1628 tty_control(tty_cookie* cookie, uint32 op, void* buffer, size_t length) function
/haiku-fatelf/headers/os/drivers/tty/
H A Dtty_module.h61 status_t (*tty_control)(struct tty_cookie *cookie, uint32 op, member in struct:tty_module_info
/haiku-fatelf/src/add-ons/kernel/drivers/ports/usb_serial/
H A DSerialDevice.cpp181 gTTYModule->tty_control(fDeviceTTYCookie, TCSETA, &config, sizeof(termios));
345 gTTYModule->tty_control(fSystemTTYCookie, TCSETA, &fTTYConfig,
396 gTTYModule->tty_control(fDeviceTTYCookie, FIONREAD, &readable,
423 return gTTYModule->tty_control(fSystemTTYCookie, op, arg, length);
/haiku-fatelf/src/add-ons/kernel/drivers/ports/pc_serial/
H A DSerialDevice.cpp774 status = gTTYModule->tty_control(fTTYCookie, op, arg, length);

Completed in 143 milliseconds