Home
last modified time | relevance | path

Searched refs:port_proxy (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wwan/t7xx/
H A Dt7xx_port_proxy.h40 struct port_proxy { struct
102 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_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()
179 void t7xx_port_proxy_reset(struct port_proxy *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()
393 struct port_proxy *port_prox = t7xx_dev->md->port_prox; 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()
494 void t7xx_port_proxy_md_status_notify(struct port_proxy *port_prox, unsigned int state) in t7xx_port_proxy_md_status_notify()
509 struct port_proxy *port_prox = md->port_prox; in t7xx_proxy_init_all_ports()
540 struct port_proxy *port_prox = t7xx_dev->md->port_prox; in t7xx_proxy_debug_ports_show()
558 struct port_proxy *port_prox = md->port_prox; in t7xx_port_proxy_set_cfg()
585 struct port_proxy *port_prox; in t7xx_proxy_alloc()
[all …]
H A Dt7xx_modem_ops.h76 struct port_proxy *port_prox;