Searched refs:wwan_port (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/wwan/ |
| H A D | rpmsg_wwan_ctrl.c | 13 struct wwan_port *wwan_port; member 28 wwan_port_rx(rpwwan->wwan_port, skb); in rpmsg_wwan_ctrl_callback() 32 static int rpmsg_wwan_ctrl_start(struct wwan_port *port) in rpmsg_wwan_ctrl_start() 49 static void rpmsg_wwan_ctrl_stop(struct wwan_port *port) in rpmsg_wwan_ctrl_stop() 57 static int rpmsg_wwan_ctrl_tx(struct wwan_port *port, struct sk_buff *skb) in rpmsg_wwan_ctrl_tx() 70 static int rpmsg_wwan_ctrl_tx_blocking(struct wwan_port *port, struct sk_buff *skb) in rpmsg_wwan_ctrl_tx_blocking() 83 static __poll_t rpmsg_wwan_ctrl_tx_poll(struct wwan_port *port, in rpmsg_wwan_ctrl_tx_poll() 116 struct wwan_port *port; in rpmsg_wwan_ctrl_probe() 136 rpwwan->wwan_port = port; in rpmsg_wwan_ctrl_probe() 145 wwan_remove_port(rpwwan->wwan_port); in rpmsg_wwan_ctrl_remove()
|
| H A D | mhi_wwan_ctrl.c | 21 struct wwan_port *wwan_port; member 107 static int mhi_wwan_ctrl_start(struct wwan_port *port) in mhi_wwan_ctrl_start() 129 static void mhi_wwan_ctrl_stop(struct wwan_port *port) in mhi_wwan_ctrl_stop() 142 static int mhi_wwan_ctrl_tx(struct wwan_port *port, struct sk_buff *skb) in mhi_wwan_ctrl_tx() 173 struct wwan_port *port = mhiwwan->wwan_port; in mhi_ul_xfer_cb() 193 struct wwan_port *port = mhiwwan->wwan_port; in mhi_dl_xfer_cb() 219 struct wwan_port *port; in mhi_wwan_ctrl_probe() 246 mhiwwan->wwan_port = port; in mhi_wwan_ctrl_probe() 255 wwan_remove_port(mhiwwan->wwan_port); in mhi_wwan_ctrl_remove()
|
| H A D | wwan_core.c | 36 #define to_wwan_port(d) container_of(d, struct wwan_port, dev) 77 struct wwan_port { struct 350 struct wwan_port *port = to_wwan_port(dev); in type_show() 360 ATTRIBUTE_GROUPS(wwan_port); 364 struct wwan_port *port = to_wwan_port(dev); in wwan_port_destroy() 384 static struct wwan_port *wwan_port_get_by_minor(unsigned int minor) in wwan_port_get_by_minor() 403 static int __wwan_port_dev_assign_name(struct wwan_port *port, const char *fmt) in __wwan_port_dev_assign_name() 445 struct wwan_port *wwan_create_port(struct device *parent, in wwan_create_port() 452 struct wwan_port *port; in wwan_create_port() 522 void wwan_remove_port(struct wwan_port *port) in wwan_remove_port() [all …]
|
| /linux/drivers/net/wwan/iosm/ |
| H A D | iosm_ipc_port.c | 11 static int ipc_port_ctrl_start(struct wwan_port *port) in ipc_port_ctrl_start() 26 static void ipc_port_ctrl_stop(struct wwan_port *port) in ipc_port_ctrl_stop() 34 static int ipc_port_ctrl_tx(struct wwan_port *port, struct sk_buff *skb) in ipc_port_ctrl_tx()
|
| H A D | iosm_ipc_port.h | 24 struct wwan_port *iosm_port;
|
| /linux/drivers/usb/class/ |
| H A D | cdc-wdm.c | 113 struct wwan_port *wwanp; 824 static int wdm_wwan_port_start(struct wwan_port *port) in wdm_wwan_port_start() 858 static void wdm_wwan_port_stop(struct wwan_port *port) in wdm_wwan_port_stop() 882 static int wdm_wwan_port_tx(struct wwan_port *port, struct sk_buff *skb) in wdm_wwan_port_tx() 930 struct wwan_port *port; in wdm_wwan_init() 960 struct wwan_port *port = desc->wwanp; in wdm_wwan_rx()
|