Home
last modified time | relevance | path

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

12

/linux-5.19.10/net/smc/
Dsmc_cdc.c238 struct smcd_cdc_msg cdc; in smcd_cdc_msg_send() local
241 memset(&cdc, 0, sizeof(cdc)); in smcd_cdc_msg_send()
242 cdc.common.type = SMC_CDC_MSG_TYPE; in smcd_cdc_msg_send()
244 cdc.prod.wrap = curs.wrap; in smcd_cdc_msg_send()
245 cdc.prod.count = curs.count; in smcd_cdc_msg_send()
247 cdc.cons.wrap = curs.wrap; in smcd_cdc_msg_send()
248 cdc.cons.count = curs.count; in smcd_cdc_msg_send()
249 cdc.cons.prod_flags = conn->local_tx_ctrl.prod_flags; in smcd_cdc_msg_send()
250 cdc.cons.conn_state_flags = conn->local_tx_ctrl.conn_state_flags; in smcd_cdc_msg_send()
251 rc = smcd_tx_ism_write(conn, &cdc, sizeof(cdc), 0, 1); in smcd_cdc_msg_send()
[all …]
/linux-5.19.10/drivers/usb/class/
DMakefile7 obj-$(CONFIG_USB_ACM) += cdc-acm.o
9 obj-$(CONFIG_USB_WDM) += cdc-wdm.o
DKconfig20 module will be called cdc-acm.
39 module will be called cdc-wdm.
/linux-5.19.10/sound/soc/qcom/
DMakefile4 snd-soc-lpass-cdc-dma-objs := lpass-cdc-dma.o
13 obj-$(CONFIG_SND_SOC_LPASS_CDC_DMA) += snd-soc-lpass-cdc-dma.o
/linux-5.19.10/Documentation/devicetree/bindings/iio/cdc/
Dadi,ad7150.yaml4 $id: http://devicetree.org/schemas/iio/cdc/adi,ad7150.yaml#
62 cdc@48 {
Dadi,ad7746.yaml4 $id: http://devicetree.org/schemas/iio/cdc/adi,ad7746.yaml#
66 ad7746: cdc@48 {
/linux-5.19.10/Documentation/devicetree/bindings/sound/
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>;
Dqcom,lpass-cpu.yaml222 - const: lpass-rxtx-cdc-dma-lpm
225 - const: lpass-va-cdc-dma-lpm
/linux-5.19.10/Documentation/networking/
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 …]
/linux-5.19.10/drivers/staging/iio/
DMakefile9 obj-y += cdc/
DKconfig11 source "drivers/staging/iio/cdc/Kconfig"
/linux-5.19.10/Documentation/usb/
Dtext_files.rst4 .. include:: linux-cdc-acm.inf
Dacm.rst34 The drivers/usb/class/cdc-acm.c drivers works with USB modems and USB ISDN terminal
63 cdc-acm.ko
Dgadget_serial.rst157 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.
Dgadget_multi.rst90 Similarly, [[file:linux-cdc-acm.inf]] is provided for CDC ACM.
/linux-5.19.10/arch/arm64/boot/dts/qcom/
Dpm8916.dtsi169 vdd-cdc-io-supply = <&pm8916_l5>;
170 vdd-cdc-tx-rx-cx-supply = <&pm8916_l5>;
Dmsm8916-pins.dtsi394 cdc-pdm-lines {
482 cdc-dmic-lines {
/linux-5.19.10/drivers/iio/
DMakefile22 obj-y += cdc/
DKconfig76 source "drivers/iio/cdc/Kconfig"
/linux-5.19.10/drivers/net/usb/
DMakefile32 obj-$(CONFIG_USB_CDC_PHONET) += cdc-phonet.o
DKconfig307 through the associated /dev/cdc-wdmx character device.
547 * cdc-wdm: Qualcomm MSM Interface (QMI) protocol on /dev/cdc-wdmx
/linux-5.19.10/arch/arm/boot/dts/
Dbcm23550.dtsi259 cdc: cdc@1b0e000 { label
260 compatible = "brcm,bcm23550-cdc";
/linux-5.19.10/Documentation/devicetree/bindings/clock/
Dcirrus,lochnagar.yaml48 - ln-cdc-clkout # Output clock from CODEC card.
/linux-5.19.10/sound/pci/hda/
Dpatch_realtek.c6653 struct hda_codec *cdc = dev_to_hda_codec(dev); in comp_bind() local
6654 struct alc_spec *spec = cdc->spec; in comp_bind()
6661 struct hda_codec *cdc = dev_to_hda_codec(dev); in comp_unbind() local
6662 struct alc_spec *spec = cdc->spec; in comp_unbind()
6672 static void comp_generic_playback_hook(struct hda_pcm_stream *hinfo, struct hda_codec *cdc, in comp_generic_playback_hook() argument
6675 struct alc_spec *spec = cdc->spec; in comp_generic_playback_hook()
6684 static void cs35l41_generic_fixup(struct hda_codec *cdc, int action, const char *bus, in cs35l41_generic_fixup() argument
6687 struct device *dev = hda_codec_dev(cdc); in cs35l41_generic_fixup()
6688 struct alc_spec *spec = cdc->spec; in cs35l41_generic_fixup()
6703 codec_err(cdc, "Fail to register component aggregator %d\n", ret); in cs35l41_generic_fixup()
[all …]
/linux-5.19.10/Documentation/scsi/
Dadvansys.rst224 Nathan Hartwell <mage@cdc3.cdc.net> provided the directions and

12