Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wwan/t7xx/
H A Dt7xx_port_proxy.c393 struct port_proxy *port_prox = t7xx_dev->md->port_prox; in t7xx_port_proxy_recv_skb_from_dedicated_queue() local
398 port = &port_prox->ports[0]; in t7xx_port_proxy_recv_skb_from_dedicated_queue()
417 struct port_proxy *port_prox = t7xx_dev->md->port_prox; in t7xx_port_proxy_find_port() local
509 struct port_proxy *port_prox = md->port_prox; in t7xx_proxy_init_all_ports() local
540 struct port_proxy *port_prox = t7xx_dev->md->port_prox; in t7xx_proxy_debug_ports_show() local
558 struct port_proxy *port_prox = md->port_prox; in t7xx_port_proxy_set_cfg() local
576 port_prox->cfg_id = cfg_id; in t7xx_port_proxy_set_cfg()
588 struct_size(port_prox, in t7xx_proxy_alloc()
592 if (!port_prox) in t7xx_proxy_alloc()
595 md->port_prox = port_prox; in t7xx_proxy_alloc()
[all …]
H A Dt7xx_port_proxy.h102 void t7xx_port_proxy_reset(struct port_proxy *port_prox);
103 void t7xx_port_proxy_uninit(struct port_proxy *port_prox);
105 void t7xx_port_proxy_md_status_notify(struct port_proxy *port_prox, unsigned int state);
107 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
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()