| /OK3568_Linux_fs/kernel/net/smc/ |
| H A D | smc_cdc.c | 227 struct smcd_cdc_msg cdc; in smcd_cdc_msg_send() local 230 memset(&cdc, 0, sizeof(cdc)); in smcd_cdc_msg_send() 231 cdc.common.type = SMC_CDC_MSG_TYPE; in smcd_cdc_msg_send() 233 cdc.prod.wrap = curs.wrap; in smcd_cdc_msg_send() 234 cdc.prod.count = curs.count; in smcd_cdc_msg_send() 236 cdc.cons.wrap = curs.wrap; in smcd_cdc_msg_send() 237 cdc.cons.count = curs.count; in smcd_cdc_msg_send() 238 cdc.cons.prod_flags = conn->local_tx_ctrl.prod_flags; in smcd_cdc_msg_send() 239 cdc.cons.conn_state_flags = conn->local_tx_ctrl.conn_state_flags; in smcd_cdc_msg_send() 240 rc = smcd_tx_ism_write(conn, &cdc, sizeof(cdc), 0, 1); in smcd_cdc_msg_send() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/class/ |
| H A D | Makefile | 7 obj-$(CONFIG_USB_ACM) += cdc-acm.o 9 obj-$(CONFIG_USB_WDM) += cdc-wdm.o
|
| H A D | Kconfig | 20 module will be called cdc-acm. 39 module will be called cdc-wdm.
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | cdc_mbim.rst | 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> [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/ |
| H A 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. 96 vdd-cdc-io-supply = <&pm8916_l5>; 97 vdd-cdc-tx-rx-cx-supply = <&pm8916_l5>;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_cdc.c | 530 dhd_prot_t *cdc; in dhd_prot_attach() local 532 if (!(cdc = (dhd_prot_t *)DHD_OS_PREALLOC(dhd, DHD_PREALLOC_PROT, sizeof(dhd_prot_t)))) { in dhd_prot_attach() 536 memset(cdc, 0, sizeof(dhd_prot_t)); in dhd_prot_attach() 539 if ((uintptr)(&cdc->msg + 1) != (uintptr)cdc->buf) { in dhd_prot_attach() 544 dhd->prot = cdc; in dhd_prot_attach() 552 if (cdc != NULL) in dhd_prot_attach() 553 DHD_OS_PREFREE(dhd, cdc, sizeof(dhd_prot_t)); in dhd_prot_attach()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_cdc.c | 530 dhd_prot_t *cdc; in dhd_prot_attach() local 532 if (!(cdc = (dhd_prot_t *)DHD_OS_PREALLOC(dhd, DHD_PREALLOC_PROT, sizeof(dhd_prot_t)))) { in dhd_prot_attach() 536 memset(cdc, 0, sizeof(dhd_prot_t)); in dhd_prot_attach() 539 if ((uintptr)(&cdc->msg + 1) != (uintptr)cdc->buf) { in dhd_prot_attach() 544 dhd->prot = cdc; in dhd_prot_attach() 552 if (cdc != NULL) in dhd_prot_attach() 553 DHD_OS_PREFREE(dhd, cdc, sizeof(dhd_prot_t)); in dhd_prot_attach()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_cdc.c | 530 dhd_prot_t *cdc; in dhd_prot_attach() local 532 if (!(cdc = (dhd_prot_t *)DHD_OS_PREALLOC(dhd, DHD_PREALLOC_PROT, sizeof(dhd_prot_t)))) { in dhd_prot_attach() 536 memset(cdc, 0, sizeof(dhd_prot_t)); in dhd_prot_attach() 539 if ((uintptr)(&cdc->msg + 1) != (uintptr)cdc->buf) { in dhd_prot_attach() 544 dhd->prot = cdc; in dhd_prot_attach() 552 if (cdc != NULL) in dhd_prot_attach() 553 DHD_OS_PREFREE(dhd, cdc, sizeof(dhd_prot_t)); in dhd_prot_attach()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/usb/ |
| H A D | ..install.cmd | 1 …x/usb g_printer.h functionfs.h ch9.h g_uvc.h audio.h tmc.h video.h cdc.h charger.h cdc-wdm.h gadge…
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/usb/ |
| H A D | ..install.cmd | 1 …x/usb g_printer.h functionfs.h ch9.h g_uvc.h audio.h tmc.h video.h cdc.h charger.h cdc-wdm.h gadge…
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_cdc.c | 567 dhd_prot_t *cdc; in dhd_prot_attach() local 569 if (!(cdc = (dhd_prot_t *)DHD_OS_PREALLOC(dhd, DHD_PREALLOC_PROT, sizeof(dhd_prot_t)))) { in dhd_prot_attach() 573 memset(cdc, 0, sizeof(dhd_prot_t)); in dhd_prot_attach() 576 if ((uintptr)(&cdc->msg + 1) != (uintptr)cdc->buf) { in dhd_prot_attach() 581 dhd->prot = cdc; in dhd_prot_attach() 589 if (cdc != NULL) in dhd_prot_attach() 590 DHD_OS_PREFREE(dhd, cdc, sizeof(dhd_prot_t)); in dhd_prot_attach()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_cdc.c | 606 dhd_prot_t *cdc; in dhd_prot_attach() local 608 if (!(cdc = (dhd_prot_t *)DHD_OS_PREALLOC(dhd, DHD_PREALLOC_PROT, sizeof(dhd_prot_t)))) { in dhd_prot_attach() 612 memset(cdc, 0, sizeof(dhd_prot_t)); in dhd_prot_attach() 615 if ((uintptr)(&cdc->msg + 1) != (uintptr)cdc->buf) { in dhd_prot_attach() 620 dhd->prot = cdc; in dhd_prot_attach() 628 if (cdc != NULL) in dhd_prot_attach() 629 DHD_OS_PREFREE(dhd, cdc, sizeof(dhd_prot_t)); in dhd_prot_attach()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | ether.c | 125 unsigned cdc:1; member 168 return dev->cdc; /* depends on what hardware we found */ in is_cdc() 2010 u8 cdc = 1, zlp = 1, rndis = 1; in eth_bind() local 2021 cdc = 0; in eth_bind() 2033 cdc = 0; in eth_bind() 2039 cdc = 0; in eth_bind() 2048 cdc = 0; in eth_bind() 2096 if (!cdc) { in eth_bind() 2137 if (cdc || rndis) { in eth_bind() 2145 } else if (cdc) { in eth_bind() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_cdc.c | 646 dhd_prot_t *cdc; in dhd_prot_attach() local 648 if (!(cdc = (dhd_prot_t *)DHD_OS_PREALLOC(dhd, DHD_PREALLOC_PROT, sizeof(dhd_prot_t)))) { in dhd_prot_attach() 652 memset(cdc, 0, sizeof(dhd_prot_t)); in dhd_prot_attach() 655 if ((uintptr)(&cdc->msg + 1) != (uintptr)cdc->buf) { in dhd_prot_attach() 660 dhd->prot = cdc; in dhd_prot_attach() 668 if (cdc != NULL) in dhd_prot_attach() 669 DHD_OS_PREFREE(dhd, cdc, sizeof(dhd_prot_t)); in dhd_prot_attach()
|
| /OK3568_Linux_fs/kernel/drivers/staging/iio/ |
| H A D | Makefile | 9 obj-y += cdc/
|
| H A D | Kconfig | 11 source "drivers/staging/iio/cdc/Kconfig"
|
| /OK3568_Linux_fs/kernel/Documentation/usb/ |
| H A D | text_files.rst | 4 .. include:: linux-cdc-acm.inf
|
| H A D | acm.rst | 34 The drivers/usb/class/cdc-acm.c drivers works with USB modems and USB ISDN terminal 63 cdc-acm.ko
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/qcom/ |
| H A D | pm8916.dtsi | 162 vdd-cdc-io-supply = <&pm8916_l5>; 163 vdd-cdc-tx-rx-cx-supply = <&pm8916_l5>;
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | bcm23550.dtsi | 259 cdc: cdc@1b0e000 { label 260 compatible = "brcm,bcm23550-cdc";
|
| /OK3568_Linux_fs/u-boot/doc/uImage.FIT/ |
| H A D | x86-fit-boot.txt | 108 15 .init.data 00040cdc 81634000 01634000 00635000 2**12 110 16 .x86_cpu_dev.init 0000001c 81674cdc 01674cdc 00675cdc 2**2
|
| /OK3568_Linux_fs/kernel/drivers/net/usb/ |
| H A D | Makefile | 32 obj-$(CONFIG_USB_CDC_PHONET) += cdc-phonet.o
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libcec/ |
| H A D | libcec_6.0.2.bb | 47 RRECOMMENDS:${PN} = "kernel-module-cdc-acm"
|
| /OK3568_Linux_fs/buildroot/package/mongodb/ |
| H A D | 0001-ssl_manager.cpp-fix-build-with-gcc-7-and-fpermissive.patch | 44 @@ -844,7 +844,7 @@ StatusWith<std::string> readDERString(ConstDataRangeCursor& cdc) {
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/ |
| H A D | 1296.patch | 45 @@ -889,7 +889,7 @@ StatusWith<DERInteger> readDERInt(ConstDataRangeCursor& cdc) {
|