Searched defs:wwan_port (Results 1 – 1 of 1) sorted by relevance
130859 struct wwan_port { struct130860 enum wwan_port_type type; argument130863 const struct wwan_port_ops *ops; argument130864 struct mutex ops_lock;130865 struct device dev;130866 struct sk_buff_head rxq;130867 wait_queue_head_t waitqueue;130868 struct mutex data_lock;130869 union {