Lines Matching refs:cdc
66 /dev/cdc-wdmX character device
69 using the cdc-wdm driver as a subdriver. The userspace end of the
70 control channel pipe is a /dev/cdc-wdmX character device.
77 The cdc-wdmX device is created as a child of the MBIM control
82 cdc-wdm0
84 bjorn@nemi:~$ grep . /sys/bus/usb/drivers/cdc_mbim/2-4:2.12/usbmisc/cdc-wdm0/dev
109 /dev/cdc-wdmX write()
115 /dev/cdc-wdmX read()
121 /dev/cdc-wdmX ioctl()
133 #include <linux/usb/cdc-wdm.h>
137 int fd = open("/dev/cdc-wdm0", O_RDWR);