Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wwan/t7xx/
A Dt7xx_port_proxy.c101 for_each_proxy_port(i, port, port_prox) { in t7xx_proxy_get_port_by_ch()
137 for_each_proxy_port(i, port, port_prox) { in t7xx_port_proxy_reset()
327 struct port_proxy *port_prox = t7xx_dev->md->port_prox; in t7xx_port_proxy_find_port() local
419 struct port_proxy *port_prox = md->port_prox; in t7xx_proxy_init_all_ports() local
440 t7xx_proxy_setup_ch_mapping(port_prox); in t7xx_proxy_init_all_ports()
447 struct port_proxy *port_prox; in t7xx_proxy_alloc() local
450 port_prox = devm_kzalloc(dev, sizeof(*port_prox) + sizeof(struct t7xx_port) * port_count, in t7xx_proxy_alloc()
452 if (!port_prox) in t7xx_proxy_alloc()
455 md->port_prox = port_prox; in t7xx_proxy_alloc()
456 port_prox->dev = dev; in t7xx_proxy_alloc()
[all …]
A Dt7xx_port_proxy.h94 void t7xx_port_proxy_reset(struct port_proxy *port_prox);
95 void t7xx_port_proxy_uninit(struct port_proxy *port_prox);
97 void t7xx_port_proxy_md_status_notify(struct port_proxy *port_prox, unsigned int state);
99 int t7xx_port_proxy_chl_enable_disable(struct port_proxy *port_prox, unsigned int ch_id,
A Dt7xx_modem_ops.h74 struct port_proxy *port_prox; member
A Dt7xx_modem_ops.c297 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()
A Dt7xx_state_monitor.c96 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()
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()

Completed in 11 milliseconds