Searched refs:t7xx_port (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/net/wwan/t7xx/ |
H A D | t7xx_port.h | 82 struct t7xx_port; 84 int (*init)(struct t7xx_port *port); 85 int (*recv_skb)(struct t7xx_port *port, struct sk_buff *skb); 86 void (*md_state_notify)(struct t7xx_port *port, unsigned int md_state); 87 void (*uninit)(struct t7xx_port *port); 88 int (*enable_chl)(struct t7xx_port *port); 89 int (*disable_chl)(struct t7xx_port *port); 105 struct t7xx_port { struct 140 int t7xx_get_port_mtu(struct t7xx_port *port); argument 143 int t7xx_port_enqueue_skb(struct t7xx_port *port, struct sk_buff *skb); [all …]
|
H A D | t7xx_port_wwan.c | 40 struct t7xx_port *port_mtk = wwan_port_get_drvdata(port); in t7xx_port_wwan_start() 51 struct t7xx_port *port_mtk = wwan_port_get_drvdata(port); in t7xx_port_wwan_stop() 56 static int t7xx_port_fastboot_tx(struct t7xx_port *port, struct sk_buff *skb) in t7xx_port_fastboot_tx() 90 static int t7xx_port_ctrl_tx(struct t7xx_port *port, struct sk_buff *skb) in t7xx_port_ctrl_tx() 130 struct t7xx_port *port_private = wwan_port_get_drvdata(port); in t7xx_port_wwan_tx() 151 static void t7xx_port_wwan_create(struct t7xx_port *port) in t7xx_port_wwan_create() 168 static int t7xx_port_wwan_init(struct t7xx_port *port) in t7xx_port_wwan_init() 179 static void t7xx_port_wwan_uninit(struct t7xx_port *port) in t7xx_port_wwan_uninit() 189 static int t7xx_port_wwan_recv_skb(struct t7xx_port *port, struct sk_buff *skb) in t7xx_port_wwan_recv_skb() 205 static int t7xx_port_wwan_enable_chl(struct t7xx_port *port) in t7xx_port_wwan_enable_chl() [all …]
|
H A D | t7xx_port_proxy.c | 121 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() 124 struct t7xx_port *port; in t7xx_proxy_get_port_by_ch() 136 static u16 t7xx_port_next_rx_seq_num(struct t7xx_port *port, struct ccci_header *ccci_h) in t7xx_port_next_rx_seq_num() 160 struct t7xx_port *port; in t7xx_port_proxy_reset() 169 static int t7xx_port_get_queue_no(struct t7xx_port *port) in t7xx_port_get_queue_no() 178 static void t7xx_port_struct_init(struct t7xx_port *port) in t7xx_port_struct_init() 218 int t7xx_port_enqueue_skb(struct t7xx_port *port, struct sk_buff *skb) in t7xx_port_enqueue_skb() 235 int t7xx_get_port_mtu(struct t7xx_port *port) in t7xx_get_port_mtu() 245 int t7xx_port_send_raw_skb(struct t7xx_port *port, struct sk_buff *skb) in t7xx_port_send_raw_skb() 260 static int t7xx_port_send_ccci_skb(struct t7xx_port *port, struct sk_buff *skb, in t7xx_port_send_ccci_skb() [all …]
|
H A 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() 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()
|
H A D | t7xx_port_trace.c | 52 static void t7xx_trace_port_uninit(struct t7xx_port *port) in t7xx_trace_port_uninit() 65 static int t7xx_trace_port_recv_skb(struct t7xx_port *port, struct sk_buff *skb) in t7xx_trace_port_recv_skb() 77 static void t7xx_port_trace_md_state_notify(struct t7xx_port *port, unsigned int state) in t7xx_port_trace_md_state_notify()
|
H A D | t7xx_modem_ops.h | 62 struct t7xx_port *ctl_port;
|
H A D | t7xx_port_proxy.h | 46 struct t7xx_port ports[];
|
H A D | t7xx_state_monitor.c | 222 struct t7xx_port *port; in t7xx_lk_stage_event_handling()
|