Lines Matching refs:u132_endp
142 struct u132_endp { struct
175 struct u132_endp *curr_endp; argument
203 struct u132_endp *endp[MAX_U132_ENDPS];
243 #define kref_to_u132_endp(d) container_of(d, struct u132_endp, kref)
331 struct u132_endp *endp = kref_to_u132_endp(kref); in u132_endp_delete()
347 struct u132_endp *next_endp = list_entry(head->next, in u132_endp_delete()
348 struct u132_endp, endp_ring); in u132_endp_delete()
368 static inline void u132_endp_put_kref(struct u132 *u132, struct u132_endp *endp) in u132_endp_put_kref()
373 static inline void u132_endp_get_kref(struct u132 *u132, struct u132_endp *endp) in u132_endp_get_kref()
379 struct u132_endp *endp) in u132_endp_init_kref()
385 static void u132_endp_queue_work(struct u132 *u132, struct u132_endp *endp, in u132_endp_queue_work()
392 static void u132_endp_cancel_work(struct u132 *u132, struct u132_endp *endp) in u132_endp_cancel_work()
507 static void u132_hcd_giveback_urb(struct u132 *u132, struct u132_endp *endp, in u132_hcd_giveback_urb()
541 static void u132_hcd_forget_urb(struct u132 *u132, struct u132_endp *endp, in u132_hcd_forget_urb()
547 static void u132_hcd_abandon_urb(struct u132 *u132, struct u132_endp *endp, in u132_hcd_abandon_urb()
574 struct u132_endp *endp, struct urb *urb, u8 address, u8 toggle_bits, in edset_input()
584 struct u132_endp *endp, struct urb *urb, u8 address, u8 toggle_bits, in edset_setup()
594 struct u132_endp *endp, struct urb *urb, u8 address, u8 toggle_bits, in edset_single()
604 struct u132_endp *endp, struct urb *urb, u8 address, u8 toggle_bits, in edset_output()
622 struct u132_endp *endp = data; in u132_hcd_interrupt_recv()
722 struct u132_endp *endp = data; in u132_hcd_bulk_output_sent()
773 struct u132_endp *endp = data; in u132_hcd_bulk_input_recv()
876 struct u132_endp *endp = data; in u132_hcd_configure_empty_sent()
913 struct u132_endp *endp = data; in u132_hcd_configure_input_recv()
985 struct u132_endp *endp = data; in u132_hcd_configure_empty_recv()
1022 struct u132_endp *endp = data; in u132_hcd_configure_setup_sent()
1080 struct u132_endp *endp = data; in u132_hcd_enumeration_empty_recv()
1121 struct u132_endp *endp = data; in u132_hcd_enumeration_address_sent()
1164 struct u132_endp *endp = data; in u132_hcd_initial_empty_sent()
1201 struct u132_endp *endp = data; in u132_hcd_initial_input_recv()
1253 struct u132_endp *endp = data; in u132_hcd_initial_setup_sent()
1308 struct u132_endp *endp, *last_endp = ring->curr_endp; in u132_hcd_ring_work_scheduler()
1358 struct u132_endp *endp = in u132_hcd_endp_work_scheduler()
1359 container_of(work, struct u132_endp, scheduler.work); in u132_hcd_endp_work_scheduler()
1859 struct u132_endp *endp = kmalloc(sizeof(struct u132_endp), mem_flags); in create_endpoint_and_queue_int()
1926 struct usb_device *usb_dev, struct u132_endp *endp, u8 usb_addr, in queue_int_on_old_endpoint()
1958 struct u132_endp *endp = kmalloc(sizeof(struct u132_endp), mem_flags); in create_endpoint_and_queue_bulk()
2025 struct usb_device *usb_dev, struct u132_endp *endp, u8 usb_addr, in queue_bulk_on_old_endpoint()
2054 struct u132_endp *endp = kmalloc(sizeof(struct u132_endp), mem_flags); in create_endpoint_and_queue_control()
2136 struct usb_device *usb_dev, struct u132_endp *endp, u8 usb_addr, in queue_control_on_old_endpoint()
2259 struct u132_endp *endp = urb->ep->hcpriv; in u132_urb_enqueue()
2301 struct u132_endp *endp = urb->ep->hcpriv; in u132_urb_enqueue()
2334 struct u132_endp *endp = urb->ep->hcpriv; in u132_urb_enqueue()
2386 struct u132_endp *endp, struct urb *urb) in dequeue_from_overflow_chain()
2410 static int u132_endp_urb_dequeue(struct u132 *u132, struct u132_endp *endp, in u132_endp_urb_dequeue()
2520 struct u132_endp *endp = u132->endp[endp_number - 1]; in u132_urb_dequeue()
2524 struct u132_endp *endp = u132->endp[endp_number - 1]; in u132_urb_dequeue()
2539 struct u132_endp *endp = hep->hcpriv; in u132_endpoint_disable()
2986 struct u132_endp *endp = u132->endp[endps]; in u132_remove()