Home
last modified time | relevance | path

Searched refs:t7xx_port (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/drivers/net/wwan/t7xx/
Dt7xx_port.h80 struct t7xx_port;
82 int (*init)(struct t7xx_port *port);
83 int (*recv_skb)(struct t7xx_port *port, struct sk_buff *skb);
84 void (*md_state_notify)(struct t7xx_port *port, unsigned int md_state);
85 void (*uninit)(struct t7xx_port *port);
86 int (*enable_chl)(struct t7xx_port *port);
87 int (*disable_chl)(struct t7xx_port *port);
103 struct t7xx_port { struct
140 int t7xx_port_enqueue_skb(struct t7xx_port *port, struct sk_buff *skb); argument
141 int t7xx_port_send_skb(struct t7xx_port *port, struct sk_buff *skb, unsigned int pkt_header,
[all …]
Dt7xx_port_wwan.c38 struct t7xx_port *port_mtk = wwan_port_get_drvdata(port); in t7xx_port_ctrl_start()
49 struct t7xx_port *port_mtk = wwan_port_get_drvdata(port); in t7xx_port_ctrl_stop()
56 struct t7xx_port *port_private = wwan_port_get_drvdata(port); in t7xx_port_ctrl_tx()
102 static int t7xx_port_wwan_init(struct t7xx_port *port) in t7xx_port_wwan_init()
108 static void t7xx_port_wwan_uninit(struct t7xx_port *port) in t7xx_port_wwan_uninit()
118 static int t7xx_port_wwan_recv_skb(struct t7xx_port *port, struct sk_buff *skb) in t7xx_port_wwan_recv_skb()
134 static int t7xx_port_wwan_enable_chl(struct t7xx_port *port) in t7xx_port_wwan_enable_chl()
143 static int t7xx_port_wwan_disable_chl(struct t7xx_port *port) in t7xx_port_wwan_disable_chl()
152 static void t7xx_port_wwan_md_state_notify(struct t7xx_port *port, unsigned int state) in t7xx_port_wwan_md_state_notify()
Dt7xx_port_proxy.c103 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()
106 struct t7xx_port *port; in t7xx_proxy_get_port_by_ch()
118 static u16 t7xx_port_next_rx_seq_num(struct t7xx_port *port, struct ccci_header *ccci_h) in t7xx_port_next_rx_seq_num()
142 struct t7xx_port *port; in t7xx_port_proxy_reset()
151 static int t7xx_port_get_queue_no(struct t7xx_port *port) in t7xx_port_get_queue_no()
160 static void t7xx_port_struct_init(struct t7xx_port *port) in t7xx_port_struct_init()
200 int t7xx_port_enqueue_skb(struct t7xx_port *port, struct sk_buff *skb) in t7xx_port_enqueue_skb()
217 static int t7xx_port_send_raw_skb(struct t7xx_port *port, struct sk_buff *skb) in t7xx_port_send_raw_skb()
232 static int t7xx_port_send_ccci_skb(struct t7xx_port *port, struct sk_buff *skb, in t7xx_port_send_ccci_skb()
256 int t7xx_port_send_ctl_skb(struct t7xx_port *port, struct sk_buff *skb, unsigned int msg, in t7xx_port_send_ctl_skb()
[all …]
Dt7xx_port_ctrl_msg.c40 static int port_ctl_send_msg_to_md(struct t7xx_port *port, unsigned int msg, unsigned int ex_msg) in port_ctl_send_msg_to_md()
56 static int fsm_ee_message_handler(struct t7xx_port *port, struct t7xx_fsm_ctl *ctl, in fsm_ee_message_handler()
158 static int control_msg_handler(struct t7xx_port *port, struct sk_buff *skb) in control_msg_handler()
219 struct t7xx_port *port = arg; in port_ctl_rx_thread()
244 static int port_ctl_init(struct t7xx_port *port) in port_ctl_init()
258 static void port_ctl_uninit(struct t7xx_port *port) in port_ctl_uninit()
Dt7xx_port_trace.c52 static void t7xx_trace_port_uninit(struct t7xx_port *port) in t7xx_trace_port_uninit()
64 static int t7xx_trace_port_recv_skb(struct t7xx_port *port, struct sk_buff *skb) in t7xx_trace_port_recv_skb()
76 static void t7xx_port_trace_md_state_notify(struct t7xx_port *port, unsigned int state) in t7xx_port_trace_md_state_notify()
Dt7xx_modem_ops.h62 struct t7xx_port *ctl_port;
Dt7xx_port_proxy.h39 struct t7xx_port ports[];