/linux-6.1.9/drivers/usb/class/ |
D | cdc-acm.c | 64 static struct acm *acm_get_by_minor(unsigned int minor) in acm_get_by_minor() 66 struct acm *acm; in acm_get_by_minor() local 69 acm = idr_find(&acm_minors, minor); in acm_get_by_minor() 70 if (acm) { in acm_get_by_minor() 71 mutex_lock(&acm->mutex); in acm_get_by_minor() 72 if (acm->disconnected) { in acm_get_by_minor() 73 mutex_unlock(&acm->mutex); in acm_get_by_minor() 74 acm = NULL; in acm_get_by_minor() 76 tty_port_get(&acm->port); in acm_get_by_minor() 77 mutex_unlock(&acm->mutex); in acm_get_by_minor() [all …]
|
D | cdc-acm.h | 45 struct acm *instance; 54 struct acm *instance; 57 struct acm { struct
|
D | Kconfig | 13 Please read <file:Documentation/usb/acm.rst> for details. 20 module will be called cdc-acm.
|
D | Makefile | 7 obj-$(CONFIG_USB_ACM) += cdc-acm.o
|
/linux-6.1.9/drivers/usb/gadget/function/ |
D | f_acm.c | 298 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 …]
|
/linux-6.1.9/Documentation/usb/ |
D | acm.rst | 34 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 …]
|
D | text_files.rst | 4 .. include:: linux-cdc-acm.inf
|
D | index.rst | 8 acm
|
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. 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.
|
D | gadget_multi.rst | 90 Similarly, [[file:linux-cdc-acm.inf]] is provided for CDC ACM.
|
/linux-6.1.9/Documentation/ABI/testing/ |
D | sysfs-block-aoe | 4 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>
|
D | configfs-usb-gadget-acm | 1 What: /config/usb-gadget/gadget/functions/acm.name 8 associated with acm function's instance "name".
|
/linux-6.1.9/drivers/staging/rtl8192e/ |
D | rtl819x_Qos.h | 107 struct acm { struct 169 u8 acm:1; member
|
D | rtllib_rx.c | 1612 u8 acm; in rtllib_qos_convert_ac_to_parameters() local 1619 acm = (ac_params->aci_aifsn & 0x10) >> 4; in rtllib_qos_convert_ac_to_parameters() 1626 if (acm) in rtllib_qos_convert_ac_to_parameters() 1631 if (acm) in rtllib_qos_convert_ac_to_parameters() 1636 if (acm) in rtllib_qos_convert_ac_to_parameters() 1642 if (acm) in rtllib_qos_convert_ac_to_parameters()
|
/linux-6.1.9/drivers/staging/rtl8192u/ieee80211/ |
D | rtl819x_Qos.h | 12 u8 acm:1; member
|
/linux-6.1.9/arch/arm/boot/dts/ |
D | imx6dl-b1x5v2.dtsi | 13 reg_3v3_acm: regulator-3v3-acm {
|
/linux-6.1.9/tools/memory-model/Documentation/ |
D | references.txt | 24 (July, 2010), 89-97. http://doi.acm.org/10.1145/1785414.1785443 114 256–290. http://doi.acm.org/10.1145/505145.505149
|
/linux-6.1.9/drivers/net/wireless/microchip/wilc1000/ |
D | wlan.c | 396 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()
|
D | wlan.h | 338 u8 acm; member
|
/linux-6.1.9/Documentation/translations/zh_CN/core-api/ |
D | kref.rst | 19 :作者: Corey Minyard <minyard@acm.org>
|
/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | hw.c | 305 u8 acm = p_aci_aifsn->f.acm; in rtl92de_set_hw_reg() local 309 if (acm) { in rtl92de_set_hw_reg() 323 acm); in rtl92de_set_hw_reg()
|
/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
D | hw.c | 238 u8 acm = p_aci_aifsn->f.acm; in rtl92se_set_hw_reg() local 244 if (acm) { in rtl92se_set_hw_reg() 258 acm); in rtl92se_set_hw_reg()
|
/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | hw.c | 313 u8 acm = p_aci_aifsn->f.acm; in rtl8723e_set_hw_reg() local 319 if (acm) { in rtl8723e_set_hw_reg() 333 acm); in rtl8723e_set_hw_reg()
|
/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
D | hw.c | 311 u8 acm = p_aci_aifsn->f.acm; in rtl92ce_set_hw_reg() local 317 if (acm) { in rtl92ce_set_hw_reg() 331 acm); in rtl92ce_set_hw_reg()
|
/linux-6.1.9/Documentation/RCU/ |
D | RTFP.txt | 234 http://portal.acm.org/citation.cfm?id=320619&dl=GUIDE, 342 ,doi = {http://doi.acm.org/10.1145/42392.42399} 1678 ,doi = {http://doi.acm.org/10.1145/1215995.1216006} 1696 ,doi = {http://doi.acm.org/10.1145/1131322.1131333} 1786 ,doi = {http://doi.acm.org/10.1145/1275517.1275518} 2109 ,doi={http://doi.acm.org/10.1145/1400097.1400099} 2114 http://portal.acm.org/citation.cfm?doid=1400097.1400099 2397 ,doi = {http://doi.acm.org/10.1145/1669112.1669161} 2483 http://portal.acm.org/citation.cfm?id=1842733.1842750 2627 ,url = {http://dl.acm.org/citation.cfm?id=2075416.2075425}
|