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

/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DSerialDevice.cpp56 fDeviceTTYCookie(NULL),
182 gTTYModule->tty_control(fDeviceTTYCookie, TCSETA, &config, sizeof(termios));
319 status = gTTYModule->tty_create_cookie(fSlaveTTY, fMasterTTY, O_RDWR, &fDeviceTTYCookie);
402 gTTYModule->tty_control(fDeviceTTYCookie, FIONREAD, &readable,
469 gTTYModule->tty_close_cookie(fDeviceTTYCookie);
476 gTTYModule->tty_destroy_cookie(fDeviceTTYCookie);
484 fDeviceTTYCookie = NULL;
619 status = gTTYModule->tty_write(device->fDeviceTTYCookie, buffer,
636 status_t status = gTTYModule->tty_read(fDeviceTTYCookie, buffer,
H A DSerialDevice.h150 struct tty_cookie * fDeviceTTYCookie; member in class:SerialDevice
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DSerialDevice.cpp50 fDeviceTTYCookie(NULL),
129 gTTYModule->tty_control(fDeviceTTYCookie, TCSETA, &config, sizeof(termios));
444 gTTYModule->tty_control(fDeviceTTYCookie, FIONREAD, &readable,
458 status = gTTYModule->tty_read(fDeviceTTYCookie, buffer, &bytesLeft);
484 status = gTTYModule->tty_write(fDeviceTTYCookie, buffer, &i);
569 status = gTTYModule->tty_create_cookie(fSlaveTTY, fMasterTTY, O_RDWR, &fDeviceTTYCookie);
737 gTTYModule->tty_close_cookie(fDeviceTTYCookie);
758 gTTYModule->tty_destroy_cookie(fDeviceTTYCookie);
759 fSystemTTYCookie = fDeviceTTYCookie = NULL;
914 status_t status = gTTYModule->tty_read(fDeviceTTYCookie, buffe
[all...]
H A DSerialDevice.h151 struct tty_cookie * fDeviceTTYCookie; member in class:SerialDevice

Completed in 40 milliseconds