Searched refs:port_prox (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/drivers/net/wwan/t7xx/ |
D | t7xx_port_proxy.c | 83 static struct t7xx_port *t7xx_proxy_get_port_by_ch(struct port_proxy *port_prox, enum port_ch ch) in t7xx_proxy_get_port_by_ch() argument 89 for_each_proxy_port(i, port, port_prox) { in t7xx_proxy_get_port_by_ch() 120 void t7xx_port_proxy_reset(struct port_proxy *port_prox) in t7xx_port_proxy_reset() argument 125 for_each_proxy_port(i, port, port_prox) { in t7xx_port_proxy_reset() 286 static void t7xx_proxy_setup_ch_mapping(struct port_proxy *port_prox) in t7xx_proxy_setup_ch_mapping() argument 292 for (i = 0; i < ARRAY_SIZE(port_prox->rx_ch_ports); i++) in t7xx_proxy_setup_ch_mapping() 293 INIT_LIST_HEAD(&port_prox->rx_ch_ports[i]); in t7xx_proxy_setup_ch_mapping() 295 for (j = 0; j < ARRAY_SIZE(port_prox->queue_ports); j++) { in t7xx_proxy_setup_ch_mapping() 296 for (i = 0; i < ARRAY_SIZE(port_prox->queue_ports[j]); i++) in t7xx_proxy_setup_ch_mapping() 297 INIT_LIST_HEAD(&port_prox->queue_ports[j][i]); in t7xx_proxy_setup_ch_mapping() [all …]
|
D | t7xx_port_proxy.h | 90 void t7xx_port_proxy_reset(struct port_proxy *port_prox); 91 void t7xx_port_proxy_uninit(struct port_proxy *port_prox); 93 void t7xx_port_proxy_md_status_notify(struct port_proxy *port_prox, unsigned int state); 95 int t7xx_port_proxy_chl_enable_disable(struct port_proxy *port_prox, unsigned int ch_id,
|
D | t7xx_modem_ops.h | 74 struct port_proxy *port_prox; member
|
D | t7xx_modem_ops.c | 297 t7xx_port_proxy_reset(md->port_prox); in t7xx_md_exception() 643 t7xx_port_proxy_reset(md->port_prox); in t7xx_md_reset() 697 t7xx_port_proxy_uninit(md->port_prox); in t7xx_md_init() 724 t7xx_port_proxy_uninit(md->port_prox); in t7xx_md_exit()
|
D | t7xx_state_monitor.c | 96 t7xx_port_proxy_md_status_notify(ctl->md->port_prox, state); in t7xx_fsm_broadcast_state() 266 t7xx_port_proxy_md_status_notify(ctl->md->port_prox, MD_STATE_READY); in t7xx_fsm_broadcast_ready_state()
|
D | t7xx_port_ctrl_msg.c | 151 if (t7xx_port_proxy_chl_enable_disable(md->port_prox, ch_id, en_flag)) in t7xx_port_enum_msg_handler()
|