Searched defs:wwan_port (Results 1 – 3 of 3) sorted by relevance
77 struct wwan_port { struct78 enum wwan_port_type type; argument81 const struct wwan_port_ops *ops; argument82 struct mutex ops_lock; /* Serialize ops + protect against removal */83 struct device dev;84 struct sk_buff_head rxq;85 wait_queue_head_t waitqueue;86 struct mutex data_lock; /* Port specific data access serialization */87 size_t headroom_len;88 size_t frag_len;[all …]
13 struct wwan_port *wwan_port; member
21 struct wwan_port *wwan_port; member