Lines Matching refs:u132_endp
141 struct u132_endp { struct
174 struct u132_endp *curr_endp; argument
201 struct u132_endp *endp[MAX_U132_ENDPS];
241 #define kref_to_u132_endp(d) container_of(d, struct u132_endp, kref)
328 struct u132_endp *endp = kref_to_u132_endp(kref); in u132_endp_delete()
344 struct u132_endp *next_endp = list_entry(head->next, in u132_endp_delete()
345 struct u132_endp, endp_ring); in u132_endp_delete()
365 static inline void u132_endp_put_kref(struct u132 *u132, struct u132_endp *endp) in u132_endp_put_kref()
370 static inline void u132_endp_get_kref(struct u132 *u132, struct u132_endp *endp) in u132_endp_get_kref()
376 struct u132_endp *endp) in u132_endp_init_kref()
382 static void u132_endp_queue_work(struct u132 *u132, struct u132_endp *endp, in u132_endp_queue_work()
389 static void u132_endp_cancel_work(struct u132 *u132, struct u132_endp *endp) in u132_endp_cancel_work()
504 static void u132_hcd_giveback_urb(struct u132 *u132, struct u132_endp *endp, in u132_hcd_giveback_urb()
538 static void u132_hcd_forget_urb(struct u132 *u132, struct u132_endp *endp, in u132_hcd_forget_urb()
544 static void u132_hcd_abandon_urb(struct u132 *u132, struct u132_endp *endp, in u132_hcd_abandon_urb()
571 struct u132_endp *endp, struct urb *urb, u8 address, u8 toggle_bits, in edset_input()
581 struct u132_endp *endp, struct urb *urb, u8 address, u8 toggle_bits, in edset_setup()
591 struct u132_endp *endp, struct urb *urb, u8 address, u8 toggle_bits, in edset_single()
601 struct u132_endp *endp, struct urb *urb, u8 address, u8 toggle_bits, in edset_output()
619 struct u132_endp *endp = data; in u132_hcd_interrupt_recv()
719 struct u132_endp *endp = data; in u132_hcd_bulk_output_sent()
770 struct u132_endp *endp = data; in u132_hcd_bulk_input_recv()
873 struct u132_endp *endp = data; in u132_hcd_configure_empty_sent()
910 struct u132_endp *endp = data; in u132_hcd_configure_input_recv()
982 struct u132_endp *endp = data; in u132_hcd_configure_empty_recv()
1019 struct u132_endp *endp = data; in u132_hcd_configure_setup_sent()
1077 struct u132_endp *endp = data; in u132_hcd_enumeration_empty_recv()
1118 struct u132_endp *endp = data; in u132_hcd_enumeration_address_sent()
1161 struct u132_endp *endp = data; in u132_hcd_initial_empty_sent()
1198 struct u132_endp *endp = data; in u132_hcd_initial_input_recv()
1250 struct u132_endp *endp = data; in u132_hcd_initial_setup_sent()
1305 struct u132_endp *endp, *last_endp = ring->curr_endp; in u132_hcd_ring_work_scheduler()
1355 struct u132_endp *endp = in u132_hcd_endp_work_scheduler()
1356 container_of(work, struct u132_endp, scheduler.work); in u132_hcd_endp_work_scheduler()
1856 struct u132_endp *endp = kmalloc(sizeof(struct u132_endp), mem_flags); in create_endpoint_and_queue_int()
1923 struct usb_device *usb_dev, struct u132_endp *endp, u8 usb_addr, in queue_int_on_old_endpoint()
1955 struct u132_endp *endp = kmalloc(sizeof(struct u132_endp), mem_flags); in create_endpoint_and_queue_bulk()
2022 struct usb_device *usb_dev, struct u132_endp *endp, u8 usb_addr, in queue_bulk_on_old_endpoint()
2051 struct u132_endp *endp = kmalloc(sizeof(struct u132_endp), mem_flags); in create_endpoint_and_queue_control()
2133 struct usb_device *usb_dev, struct u132_endp *endp, u8 usb_addr, in queue_control_on_old_endpoint()
2256 struct u132_endp *endp = urb->ep->hcpriv; in u132_urb_enqueue()
2298 struct u132_endp *endp = urb->ep->hcpriv; in u132_urb_enqueue()
2331 struct u132_endp *endp = urb->ep->hcpriv; in u132_urb_enqueue()
2383 struct u132_endp *endp, struct urb *urb) in dequeue_from_overflow_chain()
2406 static int u132_endp_urb_dequeue(struct u132 *u132, struct u132_endp *endp, in u132_endp_urb_dequeue()
2516 struct u132_endp *endp = u132->endp[endp_number - 1]; in u132_urb_dequeue()
2520 struct u132_endp *endp = u132->endp[endp_number - 1]; in u132_urb_dequeue()
2535 struct u132_endp *endp = hep->hcpriv; in u132_endpoint_disable()
2982 struct u132_endp *endp = u132->endp[endps]; in u132_remove()