Home
last modified time | relevance | path

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

/drivers/staging/rtl8192u/ieee80211/
Drtl819x_Qos.h205 u8 ACM:1; member
341 }ACM, *PACM; typedef
482 ACM acm[4];
/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
/drivers/staging/rtl8188eu/core/
Drtw_wlan_util.c532 u8 ACI, ACM, AIFS, ECWMin, ECWMax, aSifsTime; in WMMOnAssocRsp() local
556 ACM = (pmlmeinfo->WMM_param.ac_param[i].ACI_AIFSN >> 4) & 0x01; in WMMOnAssocRsp()
570 acm_mask |= (ACM ? BIT(1) : 0); in WMMOnAssocRsp()
579 acm_mask |= (ACM ? BIT(2) : 0); in WMMOnAssocRsp()
584 acm_mask |= (ACM ? BIT(3) : 0); in WMMOnAssocRsp()
589 DBG_88E("WMM(%x): %x, %x\n", ACI, ACM, acParm); in WMMOnAssocRsp()
/drivers/usb/class/
DKconfig7 tristate "USB Modem (CDC ACM) support"
/drivers/usb/gadget/
DKconfig248 bool "Abstract Control Model (CDC ACM)"
254 ACM serial link. This function can be used to interoperate with
/drivers/net/usb/
DKconfig593 command to the modem through its CDC ACM port, and most
/drivers/staging/rtl8192u/
Dr8192U_dm.c2326 if (pAciAifsn->f.ACM) { /* ACM bit is 1. */ in dm_check_edca_turbo()