/openbmc/qemu/hw/s390x/ |
H A D | s390-ccw.c | 25 S390CCWDeviceClass *cdc = S390_CCW_DEVICE_GET_CLASS(sch->driver_data); in s390_ccw_cmd_request() local 27 if (!cdc->handle_request) { in s390_ccw_cmd_request() 30 return cdc->handle_request(sch); in s390_ccw_cmd_request() 35 S390CCWDeviceClass *cdc = S390_CCW_DEVICE_GET_CLASS(sch->driver_data); in s390_ccw_halt() local 37 if (!cdc->handle_halt) { in s390_ccw_halt() 40 return cdc->handle_halt(sch); in s390_ccw_halt() 45 S390CCWDeviceClass *cdc = S390_CCW_DEVICE_GET_CLASS(sch->driver_data); in s390_ccw_clear() local 47 if (!cdc->handle_clear) { in s390_ccw_clear() 50 return cdc->handle_clear(sch); in s390_ccw_clear() 55 S390CCWDeviceClass *cdc = NULL; in s390_ccw_store() local [all …]
|
/openbmc/linux/net/smc/ |
H A D | smc_cdc.c | 240 struct smcd_cdc_msg cdc; in smcd_cdc_msg_send() local 243 memset(&cdc, 0, sizeof(cdc)); in smcd_cdc_msg_send() 244 cdc.common.type = SMC_CDC_MSG_TYPE; in smcd_cdc_msg_send() 246 cdc.prod.wrap = curs.wrap; in smcd_cdc_msg_send() 247 cdc.prod.count = curs.count; in smcd_cdc_msg_send() 249 cdc.cons.wrap = curs.wrap; in smcd_cdc_msg_send() 250 cdc.cons.count = curs.count; in smcd_cdc_msg_send() 251 cdc.cons.prod_flags = conn->local_tx_ctrl.prod_flags; in smcd_cdc_msg_send() 252 cdc.cons.conn_state_flags = conn->local_tx_ctrl.conn_state_flags; in smcd_cdc_msg_send() 253 rc = smcd_tx_ism_write(conn, &cdc, sizeof(cdc), 0, 1); in smcd_cdc_msg_send() [all …]
|
/openbmc/qemu/hw/vfio/ |
H A D | ccw.c | 579 S390CCWDeviceClass *cdc = S390_CCW_DEVICE_GET_CLASS(cdev); in vfio_ccw_realize() local 584 if (cdc->realize) { in vfio_ccw_realize() 585 if (!cdc->realize(cdev, vcdev->vdev.sysfsdev, errp)) { in vfio_ccw_realize() 635 if (cdc->unrealize) { in vfio_ccw_realize() 636 cdc->unrealize(cdev); in vfio_ccw_realize() 644 S390CCWDeviceClass *cdc = S390_CCW_DEVICE_GET_CLASS(cdev); in vfio_ccw_unrealize() local 653 if (cdc->unrealize) { in vfio_ccw_unrealize() 654 cdc->unrealize(cdev); in vfio_ccw_unrealize() 704 S390CCWDeviceClass *cdc = S390_CCW_DEVICE_CLASS(klass); in vfio_ccw_class_init() local 717 cdc->handle_request = vfio_ccw_handle_request; in vfio_ccw_class_init() [all …]
|
/openbmc/linux/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.
|
/openbmc/linux/sound/soc/qcom/ |
H A D | Makefile | 4 snd-soc-lpass-cdc-dma-objs := lpass-cdc-dma.o 13 obj-$(CONFIG_SND_SOC_LPASS_CDC_DMA) += snd-soc-lpass-cdc-dma.o
|
/openbmc/linux/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 …]
|
/openbmc/qemu/hw/audio/ |
H A D | intel-hda.c | 64 HDACodecDeviceClass *cdc = HDA_CODEC_DEVICE_GET_CLASS(dev); in hda_codec_dev_realize() local 74 cdc->init(dev, errp); in hda_codec_dev_realize() 80 HDACodecDeviceClass *cdc = HDA_CODEC_DEVICE_GET_CLASS(dev); in hda_codec_dev_unrealize() local 82 if (cdc->exit) { in hda_codec_dev_unrealize() 83 cdc->exit(dev); in hda_codec_dev_unrealize() 286 HDACodecDeviceClass *cdc; in intel_hda_send_command() local 302 cdc = HDA_CODEC_DEVICE_GET_CLASS(codec); in intel_hda_send_command() 303 cdc->command(codec, nid, data); in intel_hda_send_command() 500 HDACodecDeviceClass *cdc; in intel_hda_notify_codecs() local 503 cdc = HDA_CODEC_DEVICE_GET_CLASS(cdev); in intel_hda_notify_codecs() [all …]
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | ether.c | 120 unsigned cdc:1; member 163 return dev->cdc; /* depends on what hardware we found */ in is_cdc() 2005 u8 cdc = 1, zlp = 1, rndis = 1; in eth_bind() local 2016 cdc = 0; in eth_bind() 2028 cdc = 0; in eth_bind() 2034 cdc = 0; in eth_bind() 2043 cdc = 0; in eth_bind() 2091 if (!cdc) { in eth_bind() 2132 if (cdc || rndis) { in eth_bind() 2140 } else if (cdc) { in eth_bind() [all …]
|
/openbmc/linux/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
|
H A D | gadget_serial.rst | 157 To use the Windows ACM driver you must have the "linux-cdc-acm.inf" 164 driver in the folder that contains the "linux-cdc-acm.inf" file. 170 path or browse to the folder containing the "linux-cdc-acm.inf" file.
|
H A D | gadget_multi.rst | 90 Similarly, [[file:linux-cdc-acm.inf]] is provided for CDC ACM.
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | msm8916-pm8916.dtsi | 32 vdd-cdc-io-supply = <&pm8916_l5>; 33 vdd-cdc-tx-rx-cx-supply = <&pm8916_l5>;
|
H A D | msm8939-pm8916.dtsi | 37 vdd-cdc-io-supply = <&pm8916_l5>; 38 vdd-cdc-tx-rx-cx-supply = <&pm8916_l5>;
|
/openbmc/linux/drivers/iio/ |
H A D | Makefile | 24 obj-y += cdc/
|
H A D | Kconfig | 88 source "drivers/iio/cdc/Kconfig"
|
/openbmc/linux/drivers/net/usb/ |
H A D | Makefile | 32 obj-$(CONFIG_USB_CDC_PHONET) += cdc-phonet.o
|
H A D | Kconfig | 307 through the associated /dev/cdc-wdmx character device. 547 * cdc-wdm: Qualcomm MSM Interface (QMI) protocol on /dev/cdc-wdmx
|
/openbmc/linux/arch/arm/boot/dts/broadcom/ |
H A D | bcm23550.dtsi | 257 cdc: cdc@1b0e000 { label 258 compatible = "brcm,bcm23550-cdc";
|
/openbmc/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
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libcec/ |
H A D | libcec_6.0.2.bb | 47 RRECOMMENDS:${PN} = "kernel-module-cdc-acm"
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/ |
H A D | 1296.patch | 46 @@ -889,7 +889,7 @@ StatusWith<DERInteger> readDERInt(ConstDataRangeCursor& cdc) {
|
/openbmc/linux/sound/pci/hda/ |
H A D | patch_realtek.c | 6795 struct hda_codec *cdc = dev_to_hda_codec(dev); in comp_bind() local 6796 struct alc_spec *spec = cdc->spec; in comp_bind() 6803 struct hda_codec *cdc = dev_to_hda_codec(dev); in comp_unbind() local 6804 struct alc_spec *spec = cdc->spec; in comp_unbind() 6814 static void comp_generic_playback_hook(struct hda_pcm_stream *hinfo, struct hda_codec *cdc, in comp_generic_playback_hook() argument 6817 struct alc_spec *spec = cdc->spec; in comp_generic_playback_hook() 6879 static void cs35l41_generic_fixup(struct hda_codec *cdc, int action, const char *bus, in cs35l41_generic_fixup() argument 6882 struct device *dev = hda_codec_dev(cdc); in cs35l41_generic_fixup() 6883 struct alc_spec *spec = cdc->spec; in cs35l41_generic_fixup() 6896 spec->comps[i].codec = cdc; in cs35l41_generic_fixup() 6912 tas2781_generic_fixup(struct hda_codec * cdc,int action,const char * bus,const char * hid) tas2781_generic_fixup() argument 6947 cs35l41_fixup_i2c_two(struct hda_codec * cdc,const struct hda_fixup * fix,int action) cs35l41_fixup_i2c_two() argument 6962 alc287_fixup_legion_16achg6_speakers(struct hda_codec * cdc,const struct hda_fixup * fix,int action) alc287_fixup_legion_16achg6_speakers() argument 6968 alc287_fixup_legion_16ithg6_speakers(struct hda_codec * cdc,const struct hda_fixup * fix,int action) alc287_fixup_legion_16ithg6_speakers() argument 6974 tas2781_fixup_i2c(struct hda_codec * cdc,const struct hda_fixup * fix,int action) tas2781_fixup_i2c() argument [all...] |
/openbmc/openbmc/poky/meta/recipes-core/packagegroups/ |
H A D | packagegroup-base.bb | 293 kernel-module-cdc-acm \ 294 kernel-module-cdc-wdm"
|