Home
last modified time | relevance | path

Searched refs:fwtty_port (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/fwserial/
Dfwserial.h102 struct fwtty_port *port;
129 static inline struct fwtty_port *peer_revert_state(struct fwtty_peer *peer) in peer_revert_state()
131 struct fwtty_port *port = peer->port; in peer_revert_state()
237 struct fwtty_port { struct
275 #define to_port(ptr, field) (container_of(ptr, struct fwtty_port, field)) argument
333 struct fwtty_port *ports[MAX_CARD_PORTS];
344 struct fwtty_port *fwtty_port_get(unsigned index);
345 void fwtty_port_put(struct fwtty_port *port);
347 static inline void fwtty_bind_console(struct fwtty_port *port, in fwtty_bind_console()
Dfwserial.c68 static struct fwtty_port *port_table[MAX_TOTAL_PORTS];
95 struct fwtty_port *port;
114 static inline void debug_short_write(struct fwtty_port *port, int c, int n) in debug_short_write()
135 static void fwtty_profile_fifo(struct fwtty_port *port, unsigned *stat) in fwtty_profile_fifo()
197 static void fwtty_log_tx_error(struct fwtty_port *port, int rcode) in fwtty_log_tx_error()
231 struct fwtty_port *port = txn->port; in fwtty_common_callback()
243 struct fwtty_port *port) in fwtty_send_data_async()
267 struct fwtty_port *port) in fwtty_send_txn_async()
281 static void __fwtty_restart_tx(struct fwtty_port *port) in __fwtty_restart_tx()
293 static void fwtty_restart_tx(struct fwtty_port *port) in fwtty_restart_tx()
[all …]