Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/usb/
Dgadget_serial.txt58 The gadget serial driver talks over USB to either a CDC ACM driver
63 | Host-Side CDC ACM USB Host |
85 CDC ACM compliant class device or a simple vendor specific device
89 The host side driver can potentially be any ACM compliant driver
91 interface. Gadget serial has been tested with the Linux ACM driver,
92 the Windows usbser.sys ACM driver, and the Linux USB generic serial
95 With the gadget serial driver and the host side ACM or generic
115 ACM device (recommended for interoperability), do this:
145 If gadget serial is loaded as an ACM device you will want to use
146 either the Windows or Linux ACM driver on the host side. If gadget
[all …]
Dacm.txt1 Linux ACM driver v0.16
33 Abstract Control Model (USB CDC ACM) specification.
54 thus won't work with this drivers. Check for ACM compliance before buying.
98 is important, it means it's an ACM device. The Driver=acm means the acm
119 ttyACM0: USB ACM device
Dgadget_multi.txt10 with RNDIS[1] (that is Ethernet), USB CDC[2] ACM (that is serial) and
64 Things are harder with RDNIS and CDC ACM.
78 **** CDC ACM
80 Similarly, [[file:linux-cdc-acm.inf]] is provided for CDC ACM.
124 template[9], Microchip's CDC ACM INF file and David Brownell's
Dgadget-testing.txt4 1. ACM function
25 1. ACM function
34 The ACM function provides just one attribute in its function directory:
40 There can be at most 4 ACM/generic serial/OBEX ports in the system.
43 Testing the ACM function
426 There can be at most 4 ACM/generic serial/OBEX ports in the system.
552 There can be at most 4 ACM/generic serial/OBEX ports in the system.
Dlinux-cdc-acm.inf1 ; Windows USB CDC ACM Setup File
/linux-4.1.27/Documentation/networking/
Ddctcp.txt28 Proc. ACM SIGCOMM, New Delhi, 2010.
34 Proc. ACM SIGMETRICS, San Jose, 2011.
Ddecnet.txt231 Steve Whitehouse <SteveW@ACM.org>
/linux-4.1.27/net/decnet/
DREADME8 Steve Whitehouse <SteveW@ACM.org>
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Drtl819x_Qos.h238 u8 ACM:1; member
374 }ACM, *PACM; typedef
515 ACM acm[4];
/linux-4.1.27/drivers/usb/gadget/legacy/
DKconfig261 tristate "Serial Gadget (with CDC ACM and CDC OBEX support)"
270 This driver supports a CDC-ACM module option, which can be used
283 make MS-Windows work with CDC ACM.
321 tristate "CDC Composite Device (Ethernet and ACM)"
330 a CDC Ethernet (ECM) link, and a CDC ACM (serial port) link.
357 tristate "CDC Composite Device (ACM and mass storage)"
365 a mass storage, and a CDC ACM (serial port) link.
381 and/or CDC Ethernet), mass storage and ACM serial link
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_wlan_util.c506 u8 ACI, ACM, AIFS, ECWMin, ECWMax, aSifsTime; in WMMOnAssocRsp23a() local
530 ACM = (pmlmeinfo->WMM_param.ac_param[i].ACI_AIFSN >> 4) & 0x01; in WMMOnAssocRsp23a()
545 acm_mask |= (ACM? BIT(1):0); in WMMOnAssocRsp23a()
555 acm_mask |= (ACM? BIT(2):0); in WMMOnAssocRsp23a()
560 acm_mask |= (ACM? BIT(3):0); in WMMOnAssocRsp23a()
565 DBG_8723A("WMM(%x): %x, %x\n", ACI, ACM, acParm); in WMMOnAssocRsp23a()
/linux-4.1.27/drivers/usb/class/
DKconfig7 tristate "USB Modem (CDC ACM) support"
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_wlan_util.c538 u8 ACI, ACM, AIFS, ECWMin, ECWMax, aSifsTime; in WMMOnAssocRsp() local
562 ACM = (pmlmeinfo->WMM_param.ac_param[i].ACI_AIFSN >> 4) & 0x01; in WMMOnAssocRsp()
576 acm_mask |= (ACM ? BIT(1) : 0); in WMMOnAssocRsp()
585 acm_mask |= (ACM ? BIT(2) : 0); in WMMOnAssocRsp()
590 acm_mask |= (ACM ? BIT(3) : 0); in WMMOnAssocRsp()
595 DBG_88E("WMM(%x): %x, %x\n", ACI, ACM, acParm); in WMMOnAssocRsp()
/linux-4.1.27/Documentation/RCU/
DRTFP.txt226 ,journal="ACM Transactions on Database Systems"
280 ,journal="ACM Transactions on Database Systems"
336 ,journal = {Commun. ACM}
343 ,publisher = {ACM}
456 ,Booktitle = "15\textsuperscript{th} ACM Symposium on
707 ,booktitle="{Proceedings of the 14\textsuperscript{th} Annual ACM
778 ,booktitle="{Proceedings of the 21\textsuperscript{st} Annual ACM
1679 ,publisher = {ACM}
1697 ,publisher = {ACM}
1780 ,journal = {ACM Trans. Comput. Syst.}
[all …]
/linux-4.1.27/Documentation/
Dintel_txt.txt209 SINIT ACM for a system is documented in the SINIT-guide.txt file
210 that is on the tboot SourceForge site under the SINIT ACM downloads.
Dcrc32.txt111 "Computation of Cyclic Redundancy Checks via Table Look-Up", Comm. ACM
Ddevices.txt2450 166 char ACM USB modems
2451 0 = /dev/ttyACM0 First ACM modem
2452 1 = /dev/ttyACM1 Second ACM modem
2455 167 char ACM USB modems - alternate devices
/linux-4.1.27/drivers/usb/gadget/
DKconfig245 bool "Abstract Control Model (CDC ACM)"
251 ACM serial link. This function can be used to interoperate with
/linux-4.1.27/Documentation/arm/
Dvlocks.txt207 Problem", Communications of the ACM 17, 8 (August 1974), 453-455.
/linux-4.1.27/drivers/net/usb/
DKconfig570 command to the modem through its CDC ACM port, and most
/linux-4.1.27/Documentation/filesystems/
Df2fs.txt41 implementation of a log-structured file system", ACM Trans. Computer Systems
/linux-4.1.27/arch/blackfin/
DKconfig528 This sets the frequency of the system clock1 (including SPORT, SPI and ACM).
/linux-4.1.27/drivers/staging/rtl8192u/
Dr8192U_dm.c2293 if (pAciAifsn->f.ACM) { /* ACM bit is 1. */ in dm_check_edca_turbo()
/linux-4.1.27/
DCREDITS2781 D: USB (HID, ACM, Printer ...)
DMAINTAINERS10241 USB ACM DRIVER