Home
last modified time | relevance | path

Searched refs:cdc (Results 1 – 25 of 46) sorted by relevance

12

/OK3568_Linux_fs/kernel/net/smc/
H A Dsmc_cdc.c227 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 DMakefile7 obj-$(CONFIG_USB_ACM) += cdc-acm.o
9 obj-$(CONFIG_USB_WDM) += cdc-wdm.o
H A DKconfig20 module will be called cdc-acm.
39 module will be called cdc-wdm.
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dcdc_mbim.rst71 /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 Dqcom,msm8916-wcd-analog.txt30 - 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 Ddhd_cdc.c530 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 Ddhd_cdc.c530 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 Ddhd_cdc.c530 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.cmd1 …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.cmd1 …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 Ddhd_cdc.c567 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 Ddhd_cdc.c606 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 Dether.c125 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 Ddhd_cdc.c646 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 DMakefile9 obj-y += cdc/
H A DKconfig11 source "drivers/staging/iio/cdc/Kconfig"
/OK3568_Linux_fs/kernel/Documentation/usb/
H A Dtext_files.rst4 .. include:: linux-cdc-acm.inf
H A Dacm.rst34 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 Dpm8916.dtsi162 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 Dbcm23550.dtsi259 cdc: cdc@1b0e000 { label
260 compatible = "brcm,bcm23550-cdc";
/OK3568_Linux_fs/u-boot/doc/uImage.FIT/
H A Dx86-fit-boot.txt108 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 DMakefile32 obj-$(CONFIG_USB_CDC_PHONET) += cdc-phonet.o
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libcec/
H A Dlibcec_6.0.2.bb47 RRECOMMENDS:${PN} = "kernel-module-cdc-acm"
/OK3568_Linux_fs/buildroot/package/mongodb/
H A D0001-ssl_manager.cpp-fix-build-with-gcc-7-and-fpermissive.patch44 @@ -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 D1296.patch45 @@ -889,7 +889,7 @@ StatusWith<DERInteger> readDERInt(ConstDataRangeCursor& cdc) {

12