Home
last modified time | relevance | path

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

/linux/net/smc/
H A Dsmc_cdc.c241 struct smcd_cdc_msg cdc; in smcd_cdc_msg_send() local
244 memset(&cdc, 0, sizeof(cdc)); in smcd_cdc_msg_send()
245 cdc.common.type = SMC_CDC_MSG_TYPE; in smcd_cdc_msg_send()
247 cdc.prod.wrap = curs.wrap; in smcd_cdc_msg_send()
248 cdc.prod.count = curs.count; in smcd_cdc_msg_send()
250 cdc.cons.wrap = curs.wrap; in smcd_cdc_msg_send()
251 cdc.cons.count = curs.count; in smcd_cdc_msg_send()
252 cdc.cons.prod_flags = conn->local_tx_ctrl.prod_flags; in smcd_cdc_msg_send()
253 cdc.cons.conn_state_flags = conn->local_tx_ctrl.conn_state_flags; in smcd_cdc_msg_send()
254 rc = smcd_tx_ism_write(conn, &cdc, sizeof(cdc), 0, 1); in smcd_cdc_msg_send()
[all …]
/linux/sound/hda/codecs/side-codecs/
H A Dhda_component.c33 int hda_component_manager_bind_acpi_notifications(struct hda_codec *cdc, in hda_component_manager_bind_acpi_notifications() argument
57 codec_warn(cdc, "Failed to install notify handler: %d\n", ret); in hda_component_manager_bind_acpi_notifications()
61 codec_dbg(cdc, "Notify handler installed\n"); in hda_component_manager_bind_acpi_notifications()
68 void hda_component_manager_unbind_acpi_notifications(struct hda_codec *cdc, in hda_component_manager_unbind_acpi_notifications() argument
81 codec_warn(cdc, "Failed to uninstall notify handler: %d\n", ret); in hda_component_manager_unbind_acpi_notifications()
136 int hda_component_manager_bind(struct hda_codec *cdc, in hda_component_manager_bind() argument
143 return component_bind_all(hda_codec_dev(cdc), parent); in hda_component_manager_bind()
147 int hda_component_manager_init(struct hda_codec *cdc, in hda_component_manager_init() argument
153 struct device *dev = hda_codec_dev(cdc); in hda_component_manager_init()
159 codec_err(cdc, "Component binding already created (SSID: %x)\n", in hda_component_manager_init()
[all …]
/linux/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.
/linux/arch/arm/boot/dts/broadcom/
H A Dbcm23550.dtsi54 cdc: cdc@1b0e000 { label
55 compatible = "brcm,bcm23550-cdc";
/linux/sound/soc/qcom/
H A DMakefile4 snd-soc-lpass-cdc-dma-y := lpass-cdc-dma.o
13 obj-$(CONFIG_SND_SOC_LPASS_CDC_DMA) += snd-soc-lpass-cdc-dma.o
/linux/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 …]
/linux/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
H A 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.
H A Dgadget_multi.rst90 Similarly, [[file:linux-cdc-acm.inf]] is provided for CDC ACM.
/linux/sound/hda/codecs/realtek/
H A Dalc269.c3212 struct hda_codec *cdc = data; in comp_generic_fixup()
3213 struct alc_spec *spec = cdc->spec; in comp_generic_fixup()
3215 codec_info(cdc, "ACPI Notification %d\n", event); in comp_generic_fixup()
3222 struct hda_codec *cdc = dev_to_hda_codec(dev);
3223 struct alc_spec *spec = cdc->spec; in find_cirrus_companion_amps() argument
3226 ret = hda_component_manager_bind(cdc, &spec->comps); in find_cirrus_companion_amps()
3230 return hda_component_manager_bind_acpi_notifications(cdc, in find_cirrus_companion_amps()
3232 comp_acpi_device_notify, cdc); in find_cirrus_companion_amps()
3237 struct hda_codec *cdc = dev_to_hda_codec(dev); in find_cirrus_companion_amps()
3238 struct alc_spec *spec = cdc in find_cirrus_companion_amps()
3157 struct hda_codec *cdc = data; comp_acpi_device_notify() local
3167 struct hda_codec *cdc = dev_to_hda_codec(dev); comp_bind() local
3182 struct hda_codec *cdc = dev_to_hda_codec(dev); comp_unbind() local
3194 comp_generic_playback_hook(struct hda_pcm_stream * hinfo,struct hda_codec * cdc,struct snd_pcm_substream * sub,int action) comp_generic_playback_hook() argument
3202 comp_generic_fixup(struct hda_codec * cdc,int action,const char * bus,const char * hid,const char * match_str,int count) comp_generic_fixup() argument
3287 aw88399_fixup_i2c_two(struct hda_codec * cdc,const struct hda_fixup * fix,int action) aw88399_fixup_i2c_two() argument
3317 cs35l41_fixup_i2c_two(struct hda_codec * cdc,const struct hda_fixup * fix,int action) cs35l41_fixup_i2c_two() argument
3322 cs35l41_fixup_i2c_four(struct hda_codec * cdc,const struct hda_fixup * fix,int action) cs35l41_fixup_i2c_four() argument
3342 alc287_fixup_legion_16achg6_speakers(struct hda_codec * cdc,const struct hda_fixup * fix,int action) alc287_fixup_legion_16achg6_speakers() argument
3348 alc287_fixup_legion_16ithg6_speakers(struct hda_codec * cdc,const struct hda_fixup * fix,int action) alc287_fixup_legion_16ithg6_speakers() argument
3354 alc285_fixup_asus_ga403u(struct hda_codec * cdc,const struct hda_fixup * fix,int action) alc285_fixup_asus_ga403u() argument
3364 tas2781_fixup_tias_i2c(struct hda_codec * cdc,const struct hda_fixup * fix,int action) tas2781_fixup_tias_i2c() argument
3370 tas2781_fixup_spi(struct hda_codec * cdc,const struct hda_fixup * fix,int action) tas2781_fixup_spi() argument
3375 tas2781_fixup_txnw_i2c(struct hda_codec * cdc,const struct hda_fixup * fix,int action) tas2781_fixup_txnw_i2c() argument
3381 yoga7_14arb7_fixup_i2c(struct hda_codec * cdc,const struct hda_fixup * fix,int action) yoga7_14arb7_fixup_i2c() argument
[all...]
/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8916-pm8916.dtsi32 vdd-cdc-io-supply = <&pm8916_l5>;
33 vdd-cdc-tx-rx-cx-supply = <&pm8916_l5>;
H A Dmsm8929-pm8916.dtsi37 vdd-cdc-io-supply = <&pm8916_l5>;
38 vdd-cdc-tx-rx-cx-supply = <&pm8916_l5>;
/linux/drivers/net/usb/
H A DMakefile32 obj-$(CONFIG_USB_CDC_PHONET) += cdc-phonet.o
/linux/arch/arm/boot/dts/nvidia/
H A Dtegra124-xiaomi-mocha.dts627 cdc-mclk1 {
635 cdc-din {
645 cdc-dout {
767 cdc-rst {
775 cdc-det-irq {
/linux/Documentation/scsi/
H A Dadvansys.rst224 Nathan Hartwell <mage@cdc3.cdc.net> provided the directions and
/linux/Documentation/ABI/stable/
H A Dsysfs-nvme30 "none", "ddc", "cdc", "reserved".
/linux/drivers/usb/gadget/
H A DKconfig257 MS-Windows hosts or with the Linux-USB "cdc-acm" driver.
/linux/drivers/usb/gadget/legacy/
H A DKconfig303 "cdc-acm" driver.
/linux/arch/arm64/boot/dts/nvidia/
H A Dtegra210-p2894.dtsi1766 vdd_cdc_1v2_aud: regulator-vdd-cdc-1v2-aud {
/linux/arch/m68k/ifpsp060/
H A Dfplsp.sa371 dc.l $00005cdc,$600661ff,$00003b5e,$4cee0303
/linux/
H A DMAINTAINERS28155 F: drivers/usb/class/cdc-acm.*
28180 F: include/uapi/linux/usb/cdc.h