Home
last modified time | relevance | path

Searched refs:acm (Results 1 – 25 of 70) sorted by relevance

123

/openbmc/linux/drivers/usb/class/
H A Dcdc-acm.c65 static struct acm *acm_get_by_minor(unsigned int minor) in acm_get_by_minor()
67 struct acm *acm; in acm_get_by_minor() local
70 acm = idr_find(&acm_minors, minor); in acm_get_by_minor()
71 if (acm) { in acm_get_by_minor()
72 mutex_lock(&acm->mutex); in acm_get_by_minor()
73 if (acm->disconnected) { in acm_get_by_minor()
74 mutex_unlock(&acm->mutex); in acm_get_by_minor()
75 acm = NULL; in acm_get_by_minor()
77 tty_port_get(&acm->port); in acm_get_by_minor()
78 mutex_unlock(&acm->mutex); in acm_get_by_minor()
[all …]
H A Dcdc-acm.h45 struct acm *instance;
54 struct acm *instance;
57 struct acm { struct
H A DKconfig13 Please read <file:Documentation/usb/acm.rst> for details.
20 module will be called cdc-acm.
H A DMakefile7 obj-$(CONFIG_USB_ACM) += cdc-acm.o
/openbmc/linux/drivers/usb/gadget/function/
H A Df_acm.c298 struct f_acm *acm = ep->driver_data; in acm_complete_set_line_coding() local
299 struct usb_composite_dev *cdev = acm->port.func.config->cdev; in acm_complete_set_line_coding()
303 acm->port_num, req->status); in acm_complete_set_line_coding()
308 if (req->actual != sizeof(acm->port_line_coding)) { in acm_complete_set_line_coding()
310 acm->port_num, req->actual); in acm_complete_set_line_coding()
322 acm->port_line_coding = *value; in acm_complete_set_line_coding()
330 struct f_acm *acm = func_to_acm(f); in acm_setup() local
352 || w_index != acm->ctrl_id) in acm_setup()
356 cdev->gadget->ep0->driver_data = acm; in acm_setup()
363 if (w_index != acm->ctrl_id) in acm_setup()
[all …]
/openbmc/linux/Documentation/usb/
H A Dacm.rst34 The drivers/usb/class/cdc-acm.c drivers works with USB modems and USB ISDN terminal
48 I know of one ISDN TA that does work with the acm driver:
63 cdc-acm.ko
90 I: If#= 0 Alt= 0 #EPs= 3 Cls=ff(vend.) Sub=ff Prot=ff Driver=acm
95 I: If#= 0 Alt= 0 #EPs= 1 Cls=02(comm.) Sub=02 Prot=01 Driver=acm
97 I: If#= 1 Alt= 0 #EPs= 2 Cls=0a(data ) Sub=00 Prot=00 Driver=acm
102 is important, it means it's an ACM device. The Driver=acm means the acm
107 I: If#= 0 Alt= 0 #EPs= 1 Cls=02(comm.) Sub=02 Prot=01 Driver=acm
108 I: If#= 1 Alt= 0 #EPs= 2 Cls=0a(data ) Sub=00 Prot=00 Driver=acm
121 acm.c: probing config 1
[all …]
H A Dtext_files.rst4 .. include:: linux-cdc-acm.inf
H A Dindex.rst8 acm
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.
206 I: If#= 0 Alt= 0 #EPs= 1 Cls=02(comm.) Sub=02 Prot=01 Driver=acm
208 I: If#= 1 Alt= 0 #EPs= 2 Cls=0a(data ) Sub=00 Prot=00 Driver=acm
214 "acm" module is loaded.
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-block-aoe4 Contact: Ed L. Cashin <ed.cashin@acm.org>
12 Contact: Ed L. Cashin <ed.cashin@acm.org>
21 Contact: Ed L. Cashin <ed.cashin@acm.org>
35 Contact: Ed L. Cashin <ed.cashin@acm.org>
42 Contact: Ed L. Cashin <ed.cashin@acm.org>
H A Dconfigfs-usb-gadget-acm1 What: /config/usb-gadget/gadget/functions/acm.name
8 associated with acm function's instance "name".
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbg/
H A Dlibusbg_git.bb17 ALTERNATIVE:${PN} = "gadget-acm-ecm show-gadgets"
18 ALTERNATIVE_LINK_NAME[gadget-acm-ecm] = "${bindir}/gadget-acm-ecm"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libsmi/
H A Dlibsmi_0.5.0.bb23 ALTERNATIVE:${PN}-yang = " ietf-interfaces ietf-netconf-acm ietf-netconf-with-defaults ietf-netconf"
25 ALTERNATIVE_LINK_NAME[ietf-netconf-acm] = "${datadir}/yang/ietf-netconf-acm.yang"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbgx/
H A Dlibusbgx_git.bb59 ALTERNATIVE:${PN}-examples = "${@bb.utils.contains('PACKAGECONFIG', 'examples', 'gadget-acm-ecm sho…
60 ALTERNATIVE_LINK_NAME[gadget-acm-ecm] = "${bindir}/gadget-acm-ecm"
/openbmc/linux/drivers/clk/imx/
H A DMakefile35 obj-$(CONFIG_MXC_CLK_SCU) += clk-imx-scu.o clk-imx-lpcg-scu.o clk-imx-acm.o
40 clk-imx-acm-$(CONFIG_CLK_IMX8QXP) = clk-imx8-acm.o
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbg/libusbg/
H A D0001-Fix-out-of-tree-builds.patch21 bin_PROGRAMS = show-gadgets gadget-acm-ecm
22 gadget_acm_ecm_SOURCES = gadget-acm-ecm.c
/openbmc/linux/drivers/staging/rtl8192e/
H A Drtl819x_Qos.h100 struct acm { struct
161 u8 acm:1; member
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/frr/
H A Dfrr_10.1.1.bb
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_Qos.h12 u8 acm:1; member
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6dl-b1x5v2.dtsi13 reg_3v3_acm: regulator-3v3-acm {
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libcec/
H A Dlibcec_6.0.2.bb47 RRECOMMENDS:${PN} = "kernel-module-cdc-acm"
/openbmc/linux/tools/memory-model/Documentation/
H A Dreferences.txt24 (July, 2010), 89-97. http://doi.acm.org/10.1145/1785414.1785443
114 256–290. http://doi.acm.org/10.1145/505145.505149
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/
H A D0001-Android-Fix-the-build.patch2 From: Bart Van Assche <bvanassche@acm.org>
/openbmc/linux/drivers/net/wireless/microchip/wilc1000/
H A Dwlan.c396 wl->txq[AC_BK_Q].fw.acm = FIELD_GET(BK_AC_ACM_STAT_FIELD, reg); in ac_update_fw_ac_pkt_info()
397 wl->txq[AC_BE_Q].fw.acm = FIELD_GET(BE_AC_ACM_STAT_FIELD, reg); in ac_update_fw_ac_pkt_info()
398 wl->txq[AC_VI_Q].fw.acm = FIELD_GET(VI_AC_ACM_STAT_FIELD, reg); in ac_update_fw_ac_pkt_info()
399 wl->txq[AC_VO_Q].fw.acm = FIELD_GET(VO_AC_ACM_STAT_FIELD, reg); in ac_update_fw_ac_pkt_info()
405 if (wilc->txq[*ac].fw.acm == 0) in ac_change()
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dkref.rst19 :作者: Corey Minyard <minyard@acm.org>

123