Searched refs:cdc (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/class/
H A DMakefile6 obj-$(CONFIG_USB_ACM) += cdc-acm.o
H A Dcdc-acm.c2 * cdc-acm.c
65 #include <linux/usb/cdc.h>
70 #include "cdc-acm.h"
102 * the cdc acm descriptor tells whether they do...
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dether.c49 #include <linux/usb/cdc.h>
121 struct usb_request *stat_req; /* for cdc & rndis status */
137 unsigned cdc:1; member in struct:eth_dev
288 /* For CDC-incapable hardware, choose the simple cdc subset.
311 return 1; /* only cdc possible */
315 return dev->cdc; /* depends on what hardware we found */
432 #define DEV_CONFIG_VALUE 1 /* cdc or subset */
619 * some drivers (like Linux 2.4 cdc-ether!) "need" it to exist even
621 * can provide. more advanced cdc configurations might want to support
746 /* "cdc" mod
2238 u8 cdc = 1, zlp = 1, rndis = 1; local
[all...]
H A Dserial.c45 #include <linux/usb/cdc.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/usb/
H A Dzaurus.c31 #include <linux/usb/cdc.h>
242 dev_dbg(&intf->dev, "missing cdc mdlm %s%sdescriptor\n",
284 /* PXA-2xx based models are also lying-about-cdc. If you add any
H A Dcdc_ether.c33 #include <linux/usb/cdc.h>
64 * all pure cdc, except for certain firmware workarounds, and knowing
111 * of cdc-acm, it'll fail RNDIS requests cleanly.
246 dev_dbg(&intf->dev, "missing cdc %s%s%sdescriptor\n",
H A Drndis_host.c31 #include <linux/usb/cdc.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Didt77252.c2725 u32 cdc, vpec, icc; local
2727 cdc = readl(SAR_REG_CDC);
2734 if (cdc & 0x7f0000) {
2738 if (cdc & (1 << 22)) {
2742 if (cdc & (1 << 21)) {
2746 if (cdc & (1 << 20)) {
2750 if (cdc & (1 << 19)) {
2754 if (cdc & (1 << 18)) {
2758 if (cdc & (1 << 17)) {
2762 if (cdc
[all...]

Completed in 116 milliseconds