Home
last modified time | relevance | path

Searched refs:port_prox (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wwan/t7xx/
H A Dt7xx_port_proxy.c142 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
148 for_each_proxy_port(i, port, port_prox) { in t7xx_proxy_get_port_by_ch()
179 void t7xx_port_proxy_reset(struct port_proxy *port_prox) in t7xx_port_proxy_reset() argument
184 for_each_proxy_port(i, port, port_prox) { in t7xx_port_proxy_reset()
355 static void t7xx_proxy_setup_ch_mapping(struct port_proxy *port_prox) in t7xx_proxy_setup_ch_mapping() argument
361 for (i = 0; i < ARRAY_SIZE(port_prox->rx_ch_ports); i++) in t7xx_proxy_setup_ch_mapping()
362 INIT_LIST_HEAD(&port_prox->rx_ch_ports[i]); in t7xx_proxy_setup_ch_mapping()
364 for (j = 0; j < ARRAY_SIZE(port_prox->queue_ports); j++) { in t7xx_proxy_setup_ch_mapping()
365 for (i = 0; i < ARRAY_SIZE(port_prox->queue_ports[j]); i++) in t7xx_proxy_setup_ch_mapping()
366 INIT_LIST_HEAD(&port_prox->queue_ports[j][i]); in t7xx_proxy_setup_ch_mapping()
[all …]
H A Dt7xx_modem_ops.h76 struct port_proxy *port_prox; member
H A Dt7xx_modem_ops.c338 t7xx_port_proxy_reset(md->port_prox); in t7xx_md_exception()
717 t7xx_port_proxy_reset(md->port_prox); in t7xx_md_reset()
779 t7xx_port_proxy_uninit(md->port_prox); in t7xx_md_init()
811 t7xx_port_proxy_uninit(md->port_prox); in t7xx_md_exit()
H A Dt7xx_state_monitor.c103 t7xx_port_proxy_md_status_notify(ctl->md->port_prox, state); in t7xx_fsm_broadcast_state()
245 port = &ctl->md->port_prox->ports[0]; in t7xx_lk_stage_event_handling()
315 t7xx_port_proxy_md_status_notify(ctl->md->port_prox, MD_STATE_READY); in t7xx_fsm_broadcast_ready_state()
H A Dt7xx_port_ctrl_msg.c151 if (t7xx_port_proxy_chl_enable_disable(md->port_prox, ch_id, en_flag)) in t7xx_port_enum_msg_handler()