Home
last modified time | relevance | path

Searched refs:to_port (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/fwserial/
Dfwserial.h275 #define to_port(ptr, field) (container_of(ptr, struct fwtty_port, field)) macro
Dfwserial.c499 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()
/linux-4.4.14/drivers/net/dsa/
Dmv88e6xxx.c1017 int to_port, bool static_too) in _mv88e6xxx_atu_move() argument
1028 entry.portv_trunkid = (to_port & 0x0f) << 4; in _mv88e6xxx_atu_move()