Home
last modified time | relevance | path

Searched refs:wdm_device (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/usb/class/
Dcdc-wdm.c76 struct wdm_device { struct
120 static struct wdm_device *wdm_find_device(struct usb_interface *intf) in wdm_find_device() argument
122 struct wdm_device *desc; in wdm_find_device()
135 static struct wdm_device *wdm_find_device_by_minor(int minor) in wdm_find_device_by_minor()
137 struct wdm_device *desc; in wdm_find_device_by_minor()
153 struct wdm_device *desc; in wdm_out_callback()
166 static void wdm_wwan_rx(struct wdm_device *desc, int length);
171 struct wdm_device *desc = urb->context; in wdm_in_callback()
252 struct wdm_device *desc; in wdm_int_callback()
338 static void poison_urbs(struct wdm_device *desc) in poison_urbs()
[all …]