Lines Matching +full:int +full:- +full:enum
8 * SPDX-License-Identifier: Apache-2.0
23 enum native_tty_bottom_parity {
29 enum native_tty_bottom_stop_bits {
34 enum native_tty_bottom_data_bits {
41 enum native_tty_bottom_flow_control {
47 enum native_tty_bottom_parity parity;
48 enum native_tty_bottom_stop_bits stop_bits;
49 enum native_tty_bottom_data_bits data_bits;
50 enum native_tty_bottom_flow_control flow_ctrl;
65 int native_tty_poll_bottom(int fd);
76 int native_tty_open_tty_bottom(const char *pathname);
85 * @retval -1 otherwise.
87 int native_tty_configure_bottom(int fd, struct native_tty_bottom_cfg *cfg);