Searched refs:wdm (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | cdc-wdm.h | 15 #include <uapi/linux/usb/cdc-wdm.h>
|
/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | cdc-wdm.h | 12 #include <uapi/linux/usb/cdc-wdm.h>
|
/kernel/linux/linux-5.10/drivers/net/usb/ |
H A D | huawei_cdc_ncm.c | 25 #include <linux/usb/cdc-wdm.h>
|
H A D | cdc_mbim.c | 19 #include <linux/usb/cdc-wdm.h>
|
H A D | qmi_wwan.c | 21 #include <linux/usb/cdc-wdm.h> 40 * It is exported as a character device using the cdc-wdm driver as 819 /* suspend/resume wrappers calling both usbnet and the cdc-wdm 822 * NOTE: cdc-wdm also supports pre/post_reset, but we cannot provide
|
/kernel/linux/linux-6.6/drivers/net/usb/ |
H A D | huawei_cdc_ncm.c | 25 #include <linux/usb/cdc-wdm.h>
|
H A D | cdc_mbim.c | 19 #include <linux/usb/cdc-wdm.h>
|
H A D | qmi_wwan.c | 22 #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
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | send.c | 2299 struct waiting_dir_move *wdm; in get_cur_path() local 2311 wdm = get_waiting_dir_move(sctx, ino); in get_cur_path() 2312 if (wdm && wdm->orphanized) { in get_cur_path() 2315 } else if (wdm) { in get_cur_path() 3480 struct waiting_dir_move *wdm; in wait_for_dest_dir_move() local 3539 wdm = get_waiting_dir_move(sctx, di_key.objectid); in wait_for_dest_dir_move() 3540 if (wdm && !wdm->orphanized) { in wait_for_dest_dir_move() 4019 struct waiting_dir_move *wdm; in process_recorded_refs() local [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | send.c | 2453 struct waiting_dir_move *wdm; in get_cur_path() local 2465 wdm = get_waiting_dir_move(sctx, ino); in get_cur_path() 2466 if (wdm && wdm->orphanized) { in get_cur_path() 2469 } else if (wdm) { in get_cur_path() 3767 struct waiting_dir_move *wdm; in wait_for_dest_dir_move() local 3824 wdm = get_waiting_dir_move(sctx, di_key.objectid); in wait_for_dest_dir_move() 3825 if (wdm && !wdm->orphanized) { in wait_for_dest_dir_move() 4289 struct waiting_dir_move *wdm; in process_recorded_refs() local [all...] |
/kernel/linux/linux-5.10/drivers/usb/class/ |
H A D | cdc-wdm.c | 3 * cdc-wdm.c 28 #include <linux/usb/cdc-wdm.h> 803 .name = "cdc-wdm%d", 1077 dev_dbg(&desc->intf->dev, "wdm%d_suspend\n", intf->minor); in wdm_suspend() 1129 dev_dbg(&desc->intf->dev, "wdm%d_resume\n", intf->minor); in wdm_resume()
|
/kernel/linux/linux-6.6/drivers/usb/class/ |
H A D | cdc-wdm.c | 3 * 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); in wdm_suspend() 1304 dev_dbg(&desc->intf->dev, "wdm%d_resume\n", intf->minor); in wdm_resume()
|
Completed in 23 milliseconds