Searched refs:epd (Results 1 - 9 of 9) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/u2ec/
H A Dtestusb.c107 struct usb_endpoint_descriptor *epd, *epwrite, *epread; local
125 epd = &dev->config[i].interface[j].altsetting[k].endpoint[l];
127 if ((epd->bmAttributes&USB_ENDPOINT_TYPE_MASK) != USB_ENDPOINT_TYPE_BULK)
130 if (!(epd->bEndpointAddress & USB_ENDPOINT_DIR_MASK))
133 epwrite = epd;
139 epread = epd;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/host/
H A Dhc_simple.h24 typedef struct epd { struct
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/au1000/common/
H A Dusbdev.c1325 struct usb_endpoint_descriptor* epd = &ep_desc[i]; local
1328 if ((epd->bEndpointAddress & 0x80) == USB_DIR_IN) {
1355 epd->bEndpointAddress &= ~0x0f;
1356 epd->bEndpointAddress |= (u8)ep->address;
1357 ep->direction = epd->bEndpointAddress & 0x80;
1358 ep->type = epd->bmAttributes & 0x03;
1359 ep->max_pkt_size = epd->wMaxPacketSize;
1361 ep->desc = epd;
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dlcp.c2019 struct epdisc epd; local
2021 GETCHAR(epd.class, p);
2022 epd.length = olen - CILEN_CHAR;
2023 if (epd.length > MAX_ENDP_LEN)
2024 epd.length = MAX_ENDP_LEN;
2025 if (epd.length > 0) {
2026 BCOPY(p, epd.value, epd.length);
2027 p += epd.length;
2029 printer(arg, "endpoint [%s]", epdisc_to_str(&epd));
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dlcp.c2144 struct epdisc epd; local
2146 GETCHAR(epd.class, p);
2147 epd.length = olen - CILEN_CHAR;
2148 if (epd.length > MAX_ENDP_LEN)
2149 epd.length = MAX_ENDP_LEN;
2150 if (epd.length > 0) {
2151 BCOPY(p, epd.value, epd.length);
2152 p += epd.length;
2154 printer(arg, "endpoint [%s]", epdisc_to_str(&epd));
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dlcp.c2144 struct epdisc epd; local
2146 GETCHAR(epd.class, p);
2147 epd.length = olen - CILEN_CHAR;
2148 if (epd.length > MAX_ENDP_LEN)
2149 epd.length = MAX_ENDP_LEN;
2150 if (epd.length > 0) {
2151 BCOPY(p, epd.value, epd.length);
2152 p += epd.length;
2154 printer(arg, "endpoint [%s]", epdisc_to_str(&epd));
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dprinter.c1429 struct usb_endpoint_descriptor *epd, *epwrite, *epread; local
1451 epd = &ifd->endpoint[e];
1453 if ((epd->bmAttributes&USB_ENDPOINT_XFERTYPE_MASK)!=
1457 if (!(epd->bEndpointAddress & USB_ENDPOINT_DIR_MASK)) {
1458 if (!epwrite) epwrite=epd;
1461 if (!epread) epread=epd;
/asus-wl-520gu-7.0.1.45/src/router/LPRng/
H A Dprinter.c1257 struct usb_endpoint_descriptor *epd, *epwrite, *epread; local
1279 epd = &ifd->endpoint[e];
1281 if ((epd->bmAttributes&USB_ENDPOINT_XFERTYPE_MASK)!=
1285 if (!(epd->bEndpointAddress & USB_ENDPOINT_DIR_MASK)) {
1286 if (!epwrite) epwrite=epd;
1289 if (!epread) epread=epd;
/asus-wl-520gu-7.0.1.45/src/router/LPRng/working_binaries/
H A Dprinter.c1319 struct usb_endpoint_descriptor *epd, *epwrite, *epread; local
1341 epd = &ifd->endpoint[e];
1343 if ((epd->bmAttributes&USB_ENDPOINT_XFERTYPE_MASK)!=
1347 if (!(epd->bEndpointAddress & USB_ENDPOINT_DIR_MASK)) {
1348 if (!epwrite) epwrite=epd;
1351 if (!epread) epread=epd;

Completed in 206 milliseconds