Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/fwserial/
H A Dfwserial.c62 static struct fwtty_port *port_table[MAX_TOTAL_PORTS];
89 struct fwtty_port *port;
108 static inline void debug_short_write(struct fwtty_port *port, int c, int n) in debug_short_write()
129 static void fwtty_profile_fifo(struct fwtty_port *port, unsigned int *stat) in fwtty_profile_fifo()
191 static void fwtty_log_tx_error(struct fwtty_port *port, int rcode) in fwtty_log_tx_error()
218 struct fwtty_port *port = txn->port; in fwtty_common_callback()
230 struct fwtty_port *port) in fwtty_send_data_async()
254 struct fwtty_port *port) in fwtty_send_txn_async()
268 static void __fwtty_restart_tx(struct fwtty_port *port) in __fwtty_restart_tx()
280 static void fwtty_restart_tx(struct fwtty_port *port) in fwtty_restart_tx()
[all …]
H A Dfwserial.h103 struct fwtty_port *port;
130 static inline struct fwtty_port *peer_revert_state(struct fwtty_peer *peer) in peer_revert_state()
132 struct fwtty_port *port = peer->port; in peer_revert_state()
238 struct fwtty_port { struct
276 #define to_port(ptr, field) (container_of(ptr, struct fwtty_port, field)) argument
334 struct fwtty_port *ports[MAX_CARD_PORTS];