Searched defs:wwan_port (Results 1 – 4 of 4) sorted by relevance
74 struct wwan_port { struct75 enum wwan_port_type type; argument78 const struct wwan_port_ops *ops; argument79 struct mutex ops_lock; /* Serialize ops + protect against removal */80 struct device dev;81 struct sk_buff_head rxq;82 wait_queue_head_t waitqueue;83 struct mutex data_lock; /* Port specific data access serialization */84 size_t headroom_len;85 size_t frag_len;[all …]
13 struct wwan_port *wwan_port; member
21 struct wwan_port *wwan_port; member
130 struct wwan_port *wwan_port; member