• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/host/

Lines Matching refs:u132_endp

142 struct u132_endp {
175 struct u132_endp *curr_endp;
203 struct u132_endp *endp[MAX_U132_ENDPS];
243 #define kref_to_u132_endp(d) container_of(d, struct u132_endp, kref)
333 struct u132_endp *endp = kref_to_u132_endp(kref);
349 struct u132_endp *next_endp = list_entry(head->next,
350 struct u132_endp, endp_ring);
370 static inline void u132_endp_put_kref(struct u132 *u132, struct u132_endp *endp)
375 static inline void u132_endp_get_kref(struct u132 *u132, struct u132_endp *endp)
381 struct u132_endp *endp)
387 static void u132_endp_queue_work(struct u132 *u132, struct u132_endp *endp,
394 static void u132_endp_cancel_work(struct u132 *u132, struct u132_endp *endp)
509 static void u132_hcd_giveback_urb(struct u132 *u132, struct u132_endp *endp,
544 static void u132_hcd_forget_urb(struct u132 *u132, struct u132_endp *endp,
550 static void u132_hcd_abandon_urb(struct u132 *u132, struct u132_endp *endp,
577 struct u132_endp *endp, struct urb *urb, u8 address, u8 toggle_bits,
587 struct u132_endp *endp, struct urb *urb, u8 address, u8 toggle_bits,
597 struct u132_endp *endp, struct urb *urb, u8 address, u8 toggle_bits,
607 struct u132_endp *endp, struct urb *urb, u8 address, u8 toggle_bits,
625 struct u132_endp *endp = data;
725 struct u132_endp *endp = data;
776 struct u132_endp *endp = data;
879 struct u132_endp *endp = data;
916 struct u132_endp *endp = data;
988 struct u132_endp *endp = data;
1025 struct u132_endp *endp = data;
1083 struct u132_endp *endp = data;
1124 struct u132_endp *endp = data;
1167 struct u132_endp *endp = data;
1204 struct u132_endp *endp = data;
1256 struct u132_endp *endp = data;
1311 struct u132_endp *last_endp = ring->curr_endp;
1316 struct u132_endp *endp = list_entry(scan,
1317 struct u132_endp, endp_ring);
1365 struct u132_endp *endp =
1366 container_of(work, struct u132_endp, scheduler.work);
1869 struct u132_endp *endp = kmalloc(sizeof(struct u132_endp), mem_flags);
1936 struct usb_device *usb_dev, struct u132_endp *endp, u8 usb_addr,
1968 struct u132_endp *endp = kmalloc(sizeof(struct u132_endp), mem_flags);
2035 struct usb_device *usb_dev, struct u132_endp *endp, u8 usb_addr,
2064 struct u132_endp *endp = kmalloc(sizeof(struct u132_endp), mem_flags);
2146 struct usb_device *usb_dev, struct u132_endp *endp, u8 usb_addr,
2270 struct u132_endp *endp = urb->ep->hcpriv;
2312 struct u132_endp *endp = urb->ep->hcpriv;
2345 struct u132_endp *endp = urb->ep->hcpriv;
2397 struct u132_endp *endp, struct urb *urb)
2423 static int u132_endp_urb_dequeue(struct u132 *u132, struct u132_endp *endp,
2533 struct u132_endp *endp = u132->endp[endp_number - 1];
2537 struct u132_endp *endp = u132->endp[endp_number - 1];
2552 struct u132_endp *endp = hep->hcpriv;
3012 struct u132_endp *endp = u132->endp[endps];