Home
last modified time | relevance | path

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

/drivers/net/wwan/
Dwwan_core.c72 struct wwan_port { struct
73 enum wwan_port_type type; argument
76 const struct wwan_port_ops *ops; argument
77 struct mutex ops_lock; /* Serialize ops + protect against removal */
78 struct device dev;
79 struct sk_buff_head rxq;
80 wait_queue_head_t waitqueue;
81 struct mutex data_lock; /* Port specific data access serialization */
82 union {
Drpmsg_wwan_ctrl.c13 struct wwan_port *wwan_port; member
Dmhi_wwan_ctrl.c21 struct wwan_port *wwan_port; member
/drivers/net/wwan/t7xx/
Dt7xx_port.h102 struct wwan_port *wwan_port; member