Searched refs:wdm (Results 1 – 4 of 4) sorted by relevance
9 obj-$(CONFIG_USB_WDM) += cdc-wdm.o
39 module will be called cdc-wdm.
2385 struct waiting_dir_move *wdm; in get_cur_path() local2397 wdm = get_waiting_dir_move(sctx, ino); in get_cur_path()2398 if (wdm && wdm->orphanized) { in get_cur_path()2401 } else if (wdm) { in get_cur_path()3691 struct waiting_dir_move *wdm; in wait_for_dest_dir_move() local3740 wdm = get_waiting_dir_move(sctx, di_key.objectid); in wait_for_dest_dir_move()3741 if (wdm && !wdm->orphanized) { in wait_for_dest_dir_move()4264 struct waiting_dir_move *wdm; in process_recorded_refs() local4285 wdm = get_waiting_dir_move(sctx, ow_inode); in process_recorded_refs()4286 if (wdm) in process_recorded_refs()[all …]
74 using the cdc-wdm driver as a subdriver. The userspace end of the140 #include <linux/usb/cdc-wdm.h>