• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/gadget/

Lines Matching refs:bEndpointAddress

185 static void pio_irq_enable(int bEndpointAddress)
187 bEndpointAddress &= 0xf;
188 if (bEndpointAddress < 8)
189 UICR0 &= ~(1 << bEndpointAddress);
191 bEndpointAddress -= 8;
192 UICR1 &= ~(1 << bEndpointAddress);
196 static void pio_irq_disable(int bEndpointAddress)
198 bEndpointAddress &= 0xf;
199 if (bEndpointAddress < 8)
200 UICR0 |= 1 << bEndpointAddress;
202 bEndpointAddress -= 8;
203 UICR1 |= 1 << bEndpointAddress;
253 || ep->bEndpointAddress != desc->bEndpointAddress
522 pio_irq_disable (ep->bEndpointAddress);
671 pio_irq_disable (ep->bEndpointAddress);
772 int is_in = ep->bEndpointAddress & USB_DIR_IN;
779 pio_irq_enable(ep->bEndpointAddress);
814 if (ep->bEndpointAddress & USB_DIR_IN)
846 if (ep->bEndpointAddress & USB_DIR_IN)
865 if (completed && (ep->bEndpointAddress & USB_DIR_IN)) {
937 ((ep->bEndpointAddress & USB_DIR_IN) != 0)
998 } else if ((ep->bEndpointAddress & USB_DIR_IN) != 0) {
1008 pio_irq_enable(ep->bEndpointAddress);
1039 pio_irq_disable (ep->bEndpointAddress);
1110 if ((ep->bEndpointAddress & USB_DIR_IN) != 0
1151 if ((ep->bEndpointAddress & USB_DIR_IN) != 0)
1173 if ((ep->bEndpointAddress & USB_DIR_IN) == 0) {
1994 int is_in = ep->bEndpointAddress & USB_DIR_IN;
2044 pio_irq_disable (ep->bEndpointAddress);
2203 .bEndpointAddress = USB_DIR_IN | 1,
2217 .bEndpointAddress = 2,
2233 .bEndpointAddress = USB_DIR_IN | 3,
2247 .bEndpointAddress = 4,
2262 .bEndpointAddress = USB_DIR_IN | 5,
2277 .bEndpointAddress = USB_DIR_IN | 6,
2291 .bEndpointAddress = 7,
2306 .bEndpointAddress = USB_DIR_IN | 8,
2320 .bEndpointAddress = 9,
2335 .bEndpointAddress = USB_DIR_IN | 10,
2350 .bEndpointAddress = USB_DIR_IN | 11,
2364 .bEndpointAddress = 12,
2379 .bEndpointAddress = USB_DIR_IN | 13,
2393 .bEndpointAddress = 14,
2408 .bEndpointAddress = USB_DIR_IN | 15,