Lines Matching refs:SerialPort
767 llvm::Expected<SerialPort::Options>
768 SerialPort::OptionsFromURL(llvm::StringRef urlqs) { in OptionsFromURL()
769 SerialPort::Options serial_options; in OptionsFromURL()
822 llvm::Expected<std::unique_ptr<SerialPort>>
823 SerialPort::Create(int fd, OpenOptions options, Options serial_options, in Create()
825 std::unique_ptr<SerialPort> out{ in Create()
826 new SerialPort(fd, options, serial_options, transfer_ownership)}; in Create()
856 SerialPort::SerialPort(int fd, OpenOptions options, in SerialPort() function in SerialPort
857 SerialPort::Options serial_options, in SerialPort()
861 Status SerialPort::Close() { in Close()
868 char SerialPort::ID = 0;