Searched refs:fwtty_peer (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/staging/fwserial/ |
D | fwserial.h | 76 struct fwtty_peer { struct 106 #define to_peer(ptr, field) (container_of(ptr, struct fwtty_peer, field)) argument 125 static inline void peer_set_state(struct fwtty_peer *peer, int new) in peer_set_state() 130 static inline struct fwtty_port *peer_revert_state(struct fwtty_peer *peer) in peer_revert_state() 270 struct fwtty_peer __rcu *peer; 329 struct fwtty_peer *self;
|
D | fwserial.c | 121 static struct fwtty_peer *__fwserial_peer_by_node_id(struct fw_card *card, 224 static int fwtty_send_data_async(struct fwtty_peer *peer, int tcode, in fwtty_send_data_async() 247 static void fwtty_send_txn_async(struct fwtty_peer *peer, in fwtty_send_txn_async() 410 struct fwtty_peer *peer; in __fwtty_write_port_status() 604 struct fwtty_peer *peer; in fwtty_port_handler() 699 struct fwtty_peer *peer; in fwtty_tx() 800 struct fwtty_peer *peer; in fwtty_write_xchar() 1445 static void fwtty_debugfs_show_peer(struct seq_file *m, struct fwtty_peer *peer) in fwtty_debugfs_show_peer() 1497 struct fwtty_peer *peer; in fwtty_debugfs_peers_show() 1653 static void fwserial_virt_plug_complete(struct fwtty_peer *peer, in fwserial_virt_plug_complete() [all …]
|