Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dwwan.h62 struct wwan_port_ops { struct
63 int (*start)(struct wwan_port *port);
64 void (*stop)(struct wwan_port *port);
65 int (*tx)(struct wwan_port *port, struct sk_buff *skb);
68 int (*tx_blocking)(struct wwan_port *port, struct sk_buff *skb);
69 __poll_t (*tx_poll)(struct wwan_port *port, struct file *filp,