Lines Matching refs:SerialPort
807 llvm::Expected<SerialPort::Options>
808 SerialPort::OptionsFromURL(llvm::StringRef urlqs) { in OptionsFromURL()
809 SerialPort::Options serial_options; in OptionsFromURL()
862 llvm::Expected<std::unique_ptr<SerialPort>>
863 SerialPort::Create(int fd, OpenOptions options, Options serial_options, in Create()
865 std::unique_ptr<SerialPort> out{ in Create()
866 new SerialPort(fd, options, serial_options, transfer_ownership)}; in Create()
895 SerialPort::SerialPort(int fd, OpenOptions options, in SerialPort() function in SerialPort
896 SerialPort::Options serial_options, in SerialPort()
900 Status SerialPort::Close() { in Close()
907 char SerialPort::ID = 0;