Lines Matching refs:cdc
71 /dev/cdc-wdmX character device
74 using the cdc-wdm driver as a subdriver. The userspace end of the
75 control channel pipe is a /dev/cdc-wdmX character device.
82 The cdc-wdmX device is created as a child of the MBIM control
87 cdc-wdm0
89 bjorn@nemi:~$ grep . /sys/bus/usb/drivers/cdc_mbim/2-4:2.12/usbmisc/cdc-wdm0/dev
114 /dev/cdc-wdmX write()
120 /dev/cdc-wdmX read()
126 /dev/cdc-wdmX ioctl()
140 #include <linux/usb/cdc-wdm.h>
144 int fd = open("/dev/cdc-wdm0", O_RDWR);