Lines Matching refs:port_conf
92 const struct t7xx_port_conf *port_conf; in t7xx_port_ctrl_tx() local
98 port_conf = port->port_conf; in t7xx_port_ctrl_tx()
103 port_conf->name, md_state); in t7xx_port_ctrl_tx()
114 port_conf->name, ret); in t7xx_port_ctrl_tx()
131 const struct t7xx_port_conf *port_conf = port_private->port_conf; in t7xx_port_wwan_tx() local
137 if (port_conf->port_type != WWAN_PORT_FASTBOOT) in t7xx_port_wwan_tx()
153 const struct t7xx_port_conf *port_conf = port->port_conf; in t7xx_port_wwan_create() local
161 port->wwan.wwan_port = wwan_create_port(port->dev, port_conf->port_type, in t7xx_port_wwan_create()
164 dev_err(port->dev, "Unable to create WWAN port %s", port_conf->name); in t7xx_port_wwan_create()
170 const struct t7xx_port_conf *port_conf = port->port_conf; in t7xx_port_wwan_init() local
172 if (port_conf->port_type == WWAN_PORT_FASTBOOT) in t7xx_port_wwan_init()
192 const struct t7xx_port_conf *port_conf = port->port_conf; in t7xx_port_wwan_recv_skb() local
196 port_conf->name); in t7xx_port_wwan_recv_skb()
225 const struct t7xx_port_conf *port_conf = port->port_conf; in t7xx_port_wwan_md_state_notify() local
227 if (port_conf->port_type == WWAN_PORT_FASTBOOT) in t7xx_port_wwan_md_state_notify()