Searched refs:port_prox (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/net/wwan/t7xx/
H A Dt7xx_port_proxy.c121 static struct t7xx_port *t7xx_proxy_get_port_by_ch(struct port_proxy *port_prox, enum port_ch ch) argument
127 for_each_proxy_port(i, port, port_prox) {
158 void t7xx_port_proxy_reset(struct port_proxy *port_prox) argument
163 for_each_proxy_port(i, port, port_prox) {
334 static void t7xx_proxy_setup_ch_mapping(struct port_proxy *port_prox) argument
340 for (i = 0; i < ARRAY_SIZE(port_prox->rx_ch_ports); i++)
341 INIT_LIST_HEAD(&port_prox->rx_ch_ports[i]);
343 for (j = 0; j < ARRAY_SIZE(port_prox->queue_ports); j++) {
344 for (i = 0; i < ARRAY_SIZE(port_prox->queue_ports[j]); i++)
345 INIT_LIST_HEAD(&port_prox
372 struct port_proxy *port_prox = t7xx_dev->md->port_prox; local
396 struct port_proxy *port_prox = t7xx_dev->md->port_prox; local
473 t7xx_port_proxy_md_status_notify(struct port_proxy *port_prox, unsigned int state) argument
488 struct port_proxy *port_prox = md->port_prox; local
517 struct port_proxy *port_prox = md->port_prox; local
544 struct port_proxy *port_prox; local
582 t7xx_port_proxy_uninit(struct port_proxy *port_prox) argument
595 t7xx_port_proxy_chl_enable_disable(struct port_proxy *port_prox, unsigned int ch_id, bool en_flag) argument
[all...]
H A Dt7xx_port_proxy.h101 void t7xx_port_proxy_reset(struct port_proxy *port_prox);
102 void t7xx_port_proxy_uninit(struct port_proxy *port_prox);
104 void t7xx_port_proxy_md_status_notify(struct port_proxy *port_prox, unsigned int state);
106 int t7xx_port_proxy_chl_enable_disable(struct port_proxy *port_prox, unsigned int ch_id,
H A Dt7xx_modem_ops.h76 struct port_proxy *port_prox; member in struct:t7xx_modem
H A Dt7xx_modem_ops.c304 t7xx_port_proxy_reset(md->port_prox);
683 t7xx_port_proxy_reset(md->port_prox);
745 t7xx_port_proxy_uninit(md->port_prox);
777 t7xx_port_proxy_uninit(md->port_prox);
H A Dt7xx_state_monitor.c103 t7xx_port_proxy_md_status_notify(ctl->md->port_prox, state);
248 port = &ctl->md->port_prox->ports[0];
325 t7xx_port_proxy_md_status_notify(ctl->md->port_prox, MD_STATE_READY);
H A Dt7xx_port_ctrl_msg.c151 if (t7xx_port_proxy_chl_enable_disable(md->port_prox, ch_id, en_flag))

Completed in 194 milliseconds