Searched refs:cdc (Results 1 – 21 of 21) sorted by relevance
/Linux-v4.19/net/smc/ |
D | smc_cdc.c | 180 struct smcd_cdc_msg cdc; in smcd_cdc_msg_send() local 183 memset(&cdc, 0, sizeof(cdc)); in smcd_cdc_msg_send() 184 cdc.common.type = SMC_CDC_MSG_TYPE; in smcd_cdc_msg_send() 185 cdc.prod_wrap = conn->local_tx_ctrl.prod.wrap; in smcd_cdc_msg_send() 186 cdc.prod_count = conn->local_tx_ctrl.prod.count; in smcd_cdc_msg_send() 188 cdc.cons_wrap = conn->local_tx_ctrl.cons.wrap; in smcd_cdc_msg_send() 189 cdc.cons_count = conn->local_tx_ctrl.cons.count; in smcd_cdc_msg_send() 190 cdc.prod_flags = conn->local_tx_ctrl.prod_flags; in smcd_cdc_msg_send() 191 cdc.conn_state_flags = conn->local_tx_ctrl.conn_state_flags; in smcd_cdc_msg_send() 192 rc = smcd_tx_ism_write(conn, &cdc, sizeof(cdc), 0, 1); in smcd_cdc_msg_send() [all …]
|
/Linux-v4.19/drivers/usb/class/ |
D | Makefile | 7 obj-$(CONFIG_USB_ACM) += cdc-acm.o 9 obj-$(CONFIG_USB_WDM) += cdc-wdm.o
|
D | Kconfig | 19 module will be called cdc-acm. 38 module will be called cdc-wdm.
|
/Linux-v4.19/Documentation/networking/ |
D | cdc_mbim.txt | 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> [all …]
|
/Linux-v4.19/drivers/staging/iio/ |
D | Makefile | 9 obj-y += cdc/
|
D | Kconfig | 10 source "drivers/staging/iio/cdc/Kconfig"
|
/Linux-v4.19/arch/arm64/boot/dts/qcom/ |
D | pm8916.dtsi | 135 vdd-cdc-io-supply = <&pm8916_l5>; 136 vdd-cdc-tx-rx-cx-supply = <&pm8916_l5>;
|
D | msm8916-pins.dtsi | 508 cdc-pdm-lines { 648 cdc-dmic-lines {
|
/Linux-v4.19/Documentation/devicetree/bindings/sound/ |
D | qcom,msm8916-wcd-analog.txt | 30 - vdd-cdc-io-supply: phandle to VDD_CDC_IO regulator DT node. 31 - vdd-cdc-tx-rx-cx-supply: phandle to VDD_CDC_TX/RX/CX regulator DT node.
|
/Linux-v4.19/drivers/net/usb/ |
D | Makefile | 32 obj-$(CONFIG_USB_CDC_PHONET) += cdc-phonet.o
|
D | Kconfig | 298 through the associated /dev/cdc-wdmx character device. 535 * cdc-wdm: Qualcomm MSM Interface (QMI) protocol on /dev/cdc-wdmx
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | bcm23550.dtsi | 259 cdc: cdc@1b0e000 { label 260 compatible = "brcm,bcm23550-cdc";
|
/Linux-v4.19/Documentation/usb/ |
D | acm.txt | 31 The drivers/usb/class/cdc-acm.c drivers works with USB modems and USB ISDN terminal 60 cdc-acm.ko
|
D | gadget_serial.txt | 154 To use the Windows ACM driver you must have the "linux-cdc-acm.inf" 161 driver in the folder that contains the "linux-cdc-acm.inf" file. 167 path or browse to the folder containing the "linux-cdc-acm.inf" file.
|
D | gadget_multi.txt | 80 Similarly, [[file:linux-cdc-acm.inf]] is provided for CDC ACM.
|
/Linux-v4.19/Documentation/scsi/ |
D | advansys.txt | 195 Nathan Hartwell <mage@cdc3.cdc.net> provided the directions and
|
/Linux-v4.19/Documentation/ioctl/ |
D | ioctl-number.txt | 141 'H' A0 uapi/linux/usb/cdc-wdm.h
|
/Linux-v4.19/drivers/usb/gadget/ |
D | Kconfig | 249 MS-Windows hosts or with the Linux-USB "cdc-acm" driver.
|
/Linux-v4.19/drivers/usb/gadget/legacy/ |
D | Kconfig | 281 "cdc-acm" driver.
|
/Linux-v4.19/arch/m68k/ifpsp060/ |
D | fplsp.sa | 371 dc.l $00005cdc,$600661ff,$00003b5e,$4cee0303
|
/Linux-v4.19/ |
D | MAINTAINERS | 15072 F: drivers/usb/class/cdc-acm.* 15092 F: include/uapi/linux/usb/cdc.h
|