Home
last modified time | relevance | path

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

/linux-4.4.14/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.
550 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.4.14/Documentation/networking/
Ddctcp.txt29 Proc. ACM SIGCOMM, New Delhi, 2010.
35 Proc. ACM SIGMETRICS, San Jose, 2011.
Ddecnet.txt231 Steve Whitehouse <SteveW@ACM.org>
/linux-4.4.14/net/decnet/
DREADME8 Steve Whitehouse <SteveW@ACM.org>
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
Drtl819x_Qos.h205 u8 ACM:1; member
341 }ACM, *PACM; typedef
482 ACM acm[4];
/linux-4.4.14/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.
359 tristate "CDC Composite Device (ACM and mass storage)"
367 a mass storage, and a CDC ACM (serial port) link.
383 and/or CDC Ethernet), mass storage and ACM serial link
/linux-4.4.14/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.4.14/drivers/staging/rtl8188eu/core/
Drtw_wlan_util.c540 u8 ACI, ACM, AIFS, ECWMin, ECWMax, aSifsTime; in WMMOnAssocRsp() local
564 ACM = (pmlmeinfo->WMM_param.ac_param[i].ACI_AIFSN >> 4) & 0x01; in WMMOnAssocRsp()
578 acm_mask |= (ACM ? BIT(1) : 0); in WMMOnAssocRsp()
587 acm_mask |= (ACM ? BIT(2) : 0); in WMMOnAssocRsp()
592 acm_mask |= (ACM ? BIT(3) : 0); in WMMOnAssocRsp()
597 DBG_88E("WMM(%x): %x, %x\n", ACI, ACM, acParm); in WMMOnAssocRsp()
/linux-4.4.14/drivers/usb/class/
DKconfig7 tristate "USB Modem (CDC ACM) support"
/linux-4.4.14/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.4.14/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.4.14/drivers/usb/gadget/
DKconfig245 bool "Abstract Control Model (CDC ACM)"
251 ACM serial link. This function can be used to interoperate with
/linux-4.4.14/Documentation/arm/
Dvlocks.txt207 Problem", Communications of the ACM 17, 8 (August 1974), 453-455.
/linux-4.4.14/drivers/net/usb/
DKconfig583 command to the modem through its CDC ACM port, and most
/linux-4.4.14/Documentation/filesystems/
Df2fs.txt41 implementation of a log-structured file system", ACM Trans. Computer Systems
/linux-4.4.14/Documentation/scheduler/
Dsched-deadline.txt321 Multiprocessor Systems. ACM Computing Surveys, vol. 43, no. 4, 2011.
/linux-4.4.14/arch/blackfin/
DKconfig528 This sets the frequency of the system clock1 (including SPORT, SPI and ACM).
/linux-4.4.14/drivers/staging/rtl8192u/
Dr8192U_dm.c2298 if (pAciAifsn->f.ACM) { /* ACM bit is 1. */ in dm_check_edca_turbo()
/linux-4.4.14/
DCREDITS2789 D: USB (HID, ACM, Printer ...)
DMAINTAINERS11048 USB ACM DRIVER