Home
last modified time | relevance | path

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

12

/linux-6.12.1/net/smc/
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-6.12.1/sound/pci/hda/
Dhda_component.c34 int hda_component_manager_bind_acpi_notifications(struct hda_codec *cdc, in hda_component_manager_bind_acpi_notifications() argument
58 codec_warn(cdc, "Failed to install notify handler: %d\n", ret); in hda_component_manager_bind_acpi_notifications()
62 codec_dbg(cdc, "Notify handler installed\n"); in hda_component_manager_bind_acpi_notifications()
69 void hda_component_manager_unbind_acpi_notifications(struct hda_codec *cdc, in hda_component_manager_unbind_acpi_notifications() argument
82 codec_warn(cdc, "Failed to uninstall notify handler: %d\n", ret); in hda_component_manager_unbind_acpi_notifications()
138 int hda_component_manager_bind(struct hda_codec *cdc, in hda_component_manager_bind() argument
147 ret = component_bind_all(hda_codec_dev(cdc), parent); in hda_component_manager_bind()
154 int hda_component_manager_init(struct hda_codec *cdc, in hda_component_manager_init() argument
160 struct device *dev = hda_codec_dev(cdc); in hda_component_manager_init()
166 codec_err(cdc, "Component binding already created (SSID: %x)\n", in hda_component_manager_init()
[all …]
Dhda_component.h40 int hda_component_manager_bind_acpi_notifications(struct hda_codec *cdc,
43 void hda_component_manager_unbind_acpi_notifications(struct hda_codec *cdc,
54 static inline int hda_component_manager_bind_acpi_notifications(struct hda_codec *cdc, in hda_component_manager_bind_acpi_notifications() argument
63 static inline void hda_component_manager_unbind_acpi_notifications(struct hda_codec *cdc, in hda_component_manager_unbind_acpi_notifications() argument
72 int hda_component_manager_init(struct hda_codec *cdc,
81 int hda_component_manager_bind(struct hda_codec *cdc, struct hda_component_parent *parent);
95 static inline void hda_component_manager_unbind(struct hda_codec *cdc, in hda_component_manager_unbind() argument
99 component_unbind_all(hda_codec_dev(cdc), parent); in hda_component_manager_unbind()
Dpatch_realtek.c6954 struct hda_codec *cdc = data; in comp_acpi_device_notify() local
6955 struct alc_spec *spec = cdc->spec; in comp_acpi_device_notify()
6957 codec_info(cdc, "ACPI Notification %d\n", event); in comp_acpi_device_notify()
6964 struct hda_codec *cdc = dev_to_hda_codec(dev); in comp_bind() local
6965 struct alc_spec *spec = cdc->spec; in comp_bind()
6968 ret = hda_component_manager_bind(cdc, &spec->comps); in comp_bind()
6972 return hda_component_manager_bind_acpi_notifications(cdc, in comp_bind()
6974 comp_acpi_device_notify, cdc); in comp_bind()
6979 struct hda_codec *cdc = dev_to_hda_codec(dev); in comp_unbind() local
6980 struct alc_spec *spec = cdc->spec; in comp_unbind()
[all …]
/linux-6.12.1/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-6.12.1/arch/arm/boot/dts/broadcom/
Dbcm23550.dtsi54 cdc: cdc@1b0e000 { label
55 compatible = "brcm,bcm23550-cdc";
/linux-6.12.1/sound/soc/qcom/
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-6.12.1/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-6.12.1/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-6.12.1/arch/arm64/boot/dts/qcom/
Dmsm8939-pm8916.dtsi37 vdd-cdc-io-supply = <&pm8916_l5>;
38 vdd-cdc-tx-rx-cx-supply = <&pm8916_l5>;
Dmsm8916-pm8916.dtsi32 vdd-cdc-io-supply = <&pm8916_l5>;
33 vdd-cdc-tx-rx-cx-supply = <&pm8916_l5>;
Dmsm8929-pm8916.dtsi37 vdd-cdc-io-supply = <&pm8916_l5>;
38 vdd-cdc-tx-rx-cx-supply = <&pm8916_l5>;
Dmsm8939.dtsi980 cdc_dmic_default: cdc-dmic-default-state {
994 cdc_dmic_sleep: cdc-dmic-sleep-state {
1010 cdc_pdm_default: cdc-pdm-default-state {
1018 cdc_pdm_sleep: cdc-pdm-sleep-state {
Dmsm8916.dtsi1312 cdc_dmic_default: cdc-dmic-default-state {
1325 cdc_dmic_sleep: cdc-dmic-sleep-state {
1340 cdc_pdm_default: cdc-pdm-default-state {
1348 cdc_pdm_sleep: cdc-pdm-sleep-state {
Dmsm8998-xiaomi-sagit.dts517 cdc_reset_n_state: cdc-reset-n-state {
/linux-6.12.1/drivers/iio/
DMakefile25 obj-y += cdc/
DKconfig89 source "drivers/iio/cdc/Kconfig"
/linux-6.12.1/drivers/net/usb/
DMakefile32 obj-$(CONFIG_USB_CDC_PHONET) += cdc-phonet.o
DKconfig308 through the associated /dev/cdc-wdmx character device.
548 * cdc-wdm: Qualcomm MSM Interface (QMI) protocol on /dev/cdc-wdmx
/linux-6.12.1/Documentation/scsi/
Dadvansys.rst224 Nathan Hartwell <mage@cdc3.cdc.net> provided the directions and
/linux-6.12.1/drivers/usb/gadget/
DKconfig255 MS-Windows hosts or with the Linux-USB "cdc-acm" driver.

12