Searched refs:fwtty_peer (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/staging/fwserial/ |
| H A 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;
|
| H A D | fwserial.c | 124 static struct fwtty_peer *__fwserial_peer_by_node_id(struct fw_card *card, 227 static int fwtty_send_data_async(struct fwtty_peer *peer, int tcode, in fwtty_send_data_async() 250 static void fwtty_send_txn_async(struct fwtty_peer *peer, in fwtty_send_txn_async() 413 struct fwtty_peer *peer; in __fwtty_write_port_status() 607 struct fwtty_peer *peer; in fwtty_port_handler() 702 struct fwtty_peer *peer; in fwtty_tx() 803 struct fwtty_peer *peer; in fwtty_write_xchar() 1434 static void fwtty_debugfs_show_peer(struct seq_file *m, struct fwtty_peer *peer) in fwtty_debugfs_show_peer() 1487 struct fwtty_peer *peer; in fwtty_peers_show() 1622 static void fwserial_virt_plug_complete(struct fwtty_peer *peer, in fwserial_virt_plug_complete() [all …]
|