Searched refs:t7xx_port (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/net/wwan/t7xx/ |
D | t7xx_port.h | 76 struct t7xx_port; 78 int (*init)(struct t7xx_port *port); 79 int (*recv_skb)(struct t7xx_port *port, struct sk_buff *skb); 80 void (*md_state_notify)(struct t7xx_port *port, unsigned int md_state); 81 void (*uninit)(struct t7xx_port *port); 82 int (*enable_chl)(struct t7xx_port *port); 83 int (*disable_chl)(struct t7xx_port *port); 99 struct t7xx_port { struct 129 int t7xx_port_enqueue_skb(struct t7xx_port *port, struct sk_buff *skb); argument 130 int t7xx_port_send_skb(struct t7xx_port *port, struct sk_buff *skb, unsigned int pkt_header, [all …]
|
D | t7xx_port_wwan.c | 38 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() 104 static int t7xx_port_wwan_init(struct t7xx_port *port) in t7xx_port_wwan_init() 110 static void t7xx_port_wwan_uninit(struct t7xx_port *port) in t7xx_port_wwan_uninit() 120 static int t7xx_port_wwan_recv_skb(struct t7xx_port *port, struct sk_buff *skb) in t7xx_port_wwan_recv_skb() 136 static int t7xx_port_wwan_enable_chl(struct t7xx_port *port) in t7xx_port_wwan_enable_chl() 145 static int t7xx_port_wwan_disable_chl(struct t7xx_port *port) in t7xx_port_wwan_disable_chl() 154 static void t7xx_port_wwan_md_state_notify(struct t7xx_port *port, unsigned int state) in t7xx_port_wwan_md_state_notify()
|
D | t7xx_port_proxy.c | 83 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() 86 struct t7xx_port *port; in t7xx_proxy_get_port_by_ch() 98 static u16 t7xx_port_next_rx_seq_num(struct t7xx_port *port, struct ccci_header *ccci_h) in t7xx_port_next_rx_seq_num() 122 struct t7xx_port *port; in t7xx_port_proxy_reset() 131 static int t7xx_port_get_queue_no(struct t7xx_port *port) in t7xx_port_get_queue_no() 140 static void t7xx_port_struct_init(struct t7xx_port *port) in t7xx_port_struct_init() 180 int t7xx_port_enqueue_skb(struct t7xx_port *port, struct sk_buff *skb) in t7xx_port_enqueue_skb() 197 static int t7xx_port_send_raw_skb(struct t7xx_port *port, struct sk_buff *skb) in t7xx_port_send_raw_skb() 212 static int t7xx_port_send_ccci_skb(struct t7xx_port *port, struct sk_buff *skb, in t7xx_port_send_ccci_skb() 236 int t7xx_port_send_ctl_skb(struct t7xx_port *port, struct sk_buff *skb, unsigned int msg, in t7xx_port_send_ctl_skb() [all …]
|
D | t7xx_port_ctrl_msg.c | 40 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() 215 struct t7xx_port *port = arg; in port_ctl_rx_thread() 240 static int port_ctl_init(struct t7xx_port *port) in port_ctl_init() 254 static void port_ctl_uninit(struct t7xx_port *port) in port_ctl_uninit()
|
D | t7xx_modem_ops.h | 62 struct t7xx_port *ctl_port;
|
D | t7xx_port_proxy.h | 39 struct t7xx_port ports[];
|