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

/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DSerialDevice.h57 void SetModes(struct termios *tios);
H A DSerialDevice.cpp158 SerialDevice::SetModes(struct termios *tios) function in class:SerialDevice
257 SetModes((struct termios *)buffer);
350 // set our config (will propagate to the slave config as well in SetModes()
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DSerialDevice.h44 void SetModes(struct termios *tios);
H A DSerialDevice.cpp108 SerialDevice::SetModes(struct termios *tios) function in class:SerialDevice
268 //XXX:must call SetModes();
323 SetModes((struct termios *)buffer);
589 // set our config (will propagate to the slave config as well in SetModes()

Completed in 38 milliseconds