Lines Matching defs:port
120 static inline struct tty_port *tty_port_get(struct tty_port *port) in tty_port_get()
128 static inline bool tty_port_cts_enabled(const struct tty_port *port) in tty_port_cts_enabled()
133 static inline void tty_port_set_cts_flow(struct tty_port *port, bool val) in tty_port_set_cts_flow()
138 static inline bool tty_port_active(const struct tty_port *port) in tty_port_active()
143 static inline void tty_port_set_active(struct tty_port *port, bool val) in tty_port_set_active()
148 static inline bool tty_port_check_carrier(const struct tty_port *port) in tty_port_check_carrier()
153 static inline void tty_port_set_check_carrier(struct tty_port *port, bool val) in tty_port_set_check_carrier()
158 static inline bool tty_port_suspended(const struct tty_port *port) in tty_port_suspended()
163 static inline void tty_port_set_suspended(struct tty_port *port, bool val) in tty_port_set_suspended()
168 static inline bool tty_port_initialized(const struct tty_port *port) in tty_port_initialized()
173 static inline void tty_port_set_initialized(struct tty_port *port, bool val) in tty_port_set_initialized()
178 static inline bool tty_port_kopened(const struct tty_port *port) in tty_port_kopened()
183 static inline void tty_port_set_kopened(struct tty_port *port, bool val) in tty_port_set_kopened()
208 static inline int tty_port_users(struct tty_port *port) in tty_port_users()