Home
last modified time | relevance | path

Searched defs:wwan_port (Results 1 – 3 of 3) sorted by relevance

/drivers/net/wwan/
Dwwan_core.c65 struct wwan_port { struct
66 enum wwan_port_type type; argument
69 const struct wwan_port_ops *ops; argument
70 struct mutex ops_lock; /* Serialize ops + protect against removal */
71 struct device dev;
72 struct sk_buff_head rxq;
73 wait_queue_head_t waitqueue;
74 struct mutex data_lock; /* Port specific data access serialization */
75 union {
Drpmsg_wwan_ctrl.c13 struct wwan_port *wwan_port; member
Dmhi_wwan_ctrl.c21 struct wwan_port *wwan_port; member