Searched refs:to_port (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/staging/fwserial/ |
D | fwserial.h | 275 #define to_port(ptr, field) (container_of(ptr, struct fwtty_port, field)) macro
|
D | fwserial.c | 499 struct fwtty_port *port = to_port(work, hangup); in fwtty_do_hangup() 512 struct fwtty_port *port = to_port(to_delayed_work(work), emit_breaks); in fwtty_emit_breaks() 808 struct fwtty_port *port = to_port(to_delayed_work(work), drain); in fwtty_drain_tx() 904 struct fwtty_port *port = to_port(tty_port, port); in fwtty_port_dtr_rts() 929 struct fwtty_port *port = to_port(tty_port, port); in fwtty_port_carrier_raised() 992 struct fwtty_port *port = to_port(tty_port, port); in fwtty_port_activate() 1036 struct fwtty_port *port = to_port(tty_port, port); in fwtty_port_shutdown()
|