Searched defs:wwan_port (Results 1 – 3 of 3) sorted by relevance
65 struct wwan_port { struct66 enum wwan_port_type type; argument69 const struct wwan_port_ops *ops; argument70 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 {
13 struct wwan_port *wwan_port; member
21 struct wwan_port *wwan_port; member