Searched refs:wdm (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/usb/class/
H A DMakefile9 obj-$(CONFIG_USB_WDM) += cdc-wdm.o
H A Dcdc-wdm.c3 * cdc-wdm.c
30 #include <linux/usb/cdc-wdm.h>
822 .name = "cdc-wdm%d",
1252 dev_dbg(&desc->intf->dev, "wdm%d_suspend\n", intf->minor);
1304 dev_dbg(&desc->intf->dev, "wdm%d_resume\n", intf->minor);
/linux-master/include/linux/usb/
H A Dcdc-wdm.h12 #include <uapi/linux/usb/cdc-wdm.h>
/linux-master/drivers/net/usb/
H A Dhuawei_cdc_ncm.c25 #include <linux/usb/cdc-wdm.h>
H A Dcdc_mbim.c19 #include <linux/usb/cdc-wdm.h>
H A Dqmi_wwan.c22 #include <linux/usb/cdc-wdm.h>
41 * It is exported as a character device using the cdc-wdm driver as
874 /* suspend/resume wrappers calling both usbnet and the cdc-wdm
877 * NOTE: cdc-wdm also supports pre/post_reset, but we cannot provide
/linux-master/fs/btrfs/
H A Dsend.c2464 struct waiting_dir_move *wdm; local
2476 wdm = get_waiting_dir_move(sctx, ino);
2477 if (wdm && wdm->orphanized) {
2480 } else if (wdm) {
3777 struct waiting_dir_move *wdm; local
3834 wdm = get_waiting_dir_move(sctx, di_key.objectid);
3835 if (wdm && !wdm->orphanized) {
4305 struct waiting_dir_move *wdm; local
[all...]

Completed in 207 milliseconds