Searched defs:wwan_port_ops (Results 1 – 1 of 1) sorted by relevance
56 struct wwan_port_ops { struct57 int (*start)(struct wwan_port *port);58 void (*stop)(struct wwan_port *port);59 int (*tx)(struct wwan_port *port, struct sk_buff *skb);62 int (*tx_blocking)(struct wwan_port *port, struct sk_buff *skb);63 __poll_t (*tx_poll)(struct wwan_port *port, struct file *filp,