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
882 /* suspend/resume wrappers calling both usbnet and the cdc-wdm
885 * NOTE: cdc-wdm also supports pre/post_reset, but we cannot provide
/linux-master/fs/btrfs/
H A Dsend.c2465 struct waiting_dir_move *wdm; local
2477 wdm = get_waiting_dir_move(sctx, ino);
2478 if (wdm && wdm->orphanized) {
2481 } else if (wdm) {
3778 struct waiting_dir_move *wdm; local
3835 wdm = get_waiting_dir_move(sctx, di_key.objectid);
3836 if (wdm && !wdm->orphanized) {
4306 struct waiting_dir_move *wdm; local
[all...]

Completed in 167 milliseconds