Lines Matching defs:u132
117 struct u132 *u132; member
152 struct u132 *u132; member
178 struct u132 *u132; member
182 struct u132 { struct
184 struct list_head u132_list; argument
187 struct u132_platform_data *board; argument
189 struct u132_ring ring[MAX_U132_RINGS]; argument
204 struct u132_addr addr[MAX_U132_ADDRS]; argument
205 struct u132_udev udev[MAX_U132_UDEVS]; argument
206 struct u132_port port[MAX_U132_PORTS]; argument
207 struct u132_endp *endp[MAX_U132_ENDPS]; argument
218 #define u132_read_pcimem(u132, member, data) \ argument
221 #define u132_write_pcimem(u132, member, data) \ argument
235 static inline struct usb_hcd *u132_to_hcd(struct u132 *u132) in u132_to_hcd()
240 static inline void u132_disable(struct u132 *u132) in u132_disable()
256 struct u132 *u132 = kref_to_u132(kref); in u132_hcd_delete() local
269 static inline void u132_u132_put_kref(struct u132 *u132) in u132_u132_put_kref()
274 static inline void u132_u132_init_kref(struct u132 *u132) in u132_u132_init_kref()
288 static inline void u132_udev_put_kref(struct u132 *u132, struct u132_udev *udev) in u132_udev_put_kref()
293 static inline void u132_udev_get_kref(struct u132 *u132, struct u132_udev *udev) in u132_udev_get_kref()
298 static inline void u132_udev_init_kref(struct u132 *u132, in u132_udev_init_kref()
304 static inline void u132_ring_put_kref(struct u132 *u132, struct u132_ring *ring) in u132_ring_put_kref()
309 static void u132_ring_requeue_work(struct u132 *u132, struct u132_ring *ring, in u132_ring_requeue_work()
320 static void u132_ring_queue_work(struct u132 *u132, struct u132_ring *ring, in u132_ring_queue_work()
327 static void u132_ring_cancel_work(struct u132 *u132, struct u132_ring *ring) in u132_ring_cancel_work()
336 struct u132 *u132 = endp->u132; in u132_endp_delete() local
372 static inline void u132_endp_put_kref(struct u132 *u132, struct u132_endp *endp) in u132_endp_put_kref()
377 static inline void u132_endp_get_kref(struct u132 *u132, struct u132_endp *endp) in u132_endp_get_kref()
382 static inline void u132_endp_init_kref(struct u132 *u132, in u132_endp_init_kref()
389 static void u132_endp_queue_work(struct u132 *u132, struct u132_endp *endp, in u132_endp_queue_work()
396 static void u132_endp_cancel_work(struct u132 *u132, struct u132_endp *endp) in u132_endp_cancel_work()
402 static inline void u132_monitor_put_kref(struct u132 *u132) in u132_monitor_put_kref()
407 static void u132_monitor_queue_work(struct u132 *u132, unsigned int delta) in u132_monitor_queue_work()
413 static void u132_monitor_requeue_work(struct u132 *u132, unsigned int delta) in u132_monitor_requeue_work()
419 static void u132_monitor_cancel_work(struct u132 *u132) in u132_monitor_cancel_work()
425 static int read_roothub_info(struct u132 *u132) in read_roothub_info()
480 struct u132 *u132 = container_of(work, struct u132, monitor.work); in u132_hcd_monitor_work() local
511 static void u132_hcd_giveback_urb(struct u132 *u132, struct u132_endp *endp, in u132_hcd_giveback_urb()
545 static void u132_hcd_forget_urb(struct u132 *u132, struct u132_endp *endp, in u132_hcd_forget_urb()
551 static void u132_hcd_abandon_urb(struct u132 *u132, struct u132_endp *endp, in u132_hcd_abandon_urb()
577 static inline int edset_input(struct u132 *u132, struct u132_ring *ring, in edset_input()
587 static inline int edset_setup(struct u132 *u132, struct u132_ring *ring, in edset_setup()
597 static inline int edset_single(struct u132 *u132, struct u132_ring *ring, in edset_single()
607 static inline int edset_output(struct u132 *u132, struct u132_ring *ring, in edset_output()
627 struct u132 *u132 = endp->u132; in u132_hcd_interrupt_recv() local
727 struct u132 *u132 = endp->u132; in u132_hcd_bulk_output_sent() local
778 struct u132 *u132 = endp->u132; in u132_hcd_bulk_input_recv() local
881 struct u132 *u132 = endp->u132; in u132_hcd_configure_empty_sent() local
918 struct u132 *u132 = endp->u132; in u132_hcd_configure_input_recv() local
990 struct u132 *u132 = endp->u132; in u132_hcd_configure_empty_recv() local
1027 struct u132 *u132 = endp->u132; in u132_hcd_configure_setup_sent() local
1085 struct u132 *u132 = endp->u132; in u132_hcd_enumeration_empty_recv() local
1126 struct u132 *u132 = endp->u132; in u132_hcd_enumeration_address_sent() local
1169 struct u132 *u132 = endp->u132; in u132_hcd_initial_empty_sent() local
1206 struct u132 *u132 = endp->u132; in u132_hcd_initial_input_recv() local
1258 struct u132 *u132 = endp->u132; in u132_hcd_initial_setup_sent() local
1305 struct u132 *u132 = ring->u132; in u132_hcd_ring_work_scheduler() local
1368 struct u132 *u132 = endp->u132; in u132_hcd_endp_work_scheduler() local
1510 static void port_power(struct u132 *u132, int pn, int is_on) in port_power()
1517 static void u132_power(struct u132 *u132, int is_on) in u132_power()
1531 static int u132_periodic_reinit(struct u132 *u132) in u132_periodic_reinit()
1564 static int u132_init(struct u132 *u132) in u132_init()
1597 static int u132_run(struct u132 *u132) in u132_run()
1779 struct u132 *u132 = hcd_to_u132(hcd); in u132_hcd_stop() local
1796 struct u132 *u132 = hcd_to_u132(hcd); in u132_hcd_start() local
1837 struct u132 *u132 = hcd_to_u132(hcd); in u132_hcd_reset() local
1858 static int create_endpoint_and_queue_int(struct u132 *u132, in create_endpoint_and_queue_int()
1932 static int queue_int_on_old_endpoint(struct u132 *u132, in queue_int_on_old_endpoint()
1956 static int create_endpoint_and_queue_bulk(struct u132 *u132, in create_endpoint_and_queue_bulk()
2031 static int queue_bulk_on_old_endpoint(struct u132 *u132, struct u132_udev *udev, in queue_bulk_on_old_endpoint()
2053 static int create_endpoint_and_queue_control(struct u132 *u132, in create_endpoint_and_queue_control()
2142 static int queue_control_on_old_endpoint(struct u132 *u132, in queue_control_on_old_endpoint()
2245 struct u132 *u132 = hcd_to_u132(hcd); in u132_urb_enqueue() local
2393 static int dequeue_from_overflow_chain(struct u132 *u132, in dequeue_from_overflow_chain()
2420 static int u132_endp_urb_dequeue(struct u132 *u132, struct u132_endp *endp, in u132_endp_urb_dequeue()
2518 struct u132 *u132 = hcd_to_u132(hcd); in u132_urb_dequeue() local
2543 struct u132 *u132 = hcd_to_u132(hcd); in u132_endpoint_disable() local
2557 struct u132 *u132 = hcd_to_u132(hcd); in u132_get_frame() local
2573 static int u132_roothub_descriptor(struct u132 *u132, in u132_roothub_descriptor()
2613 static int u132_roothub_status(struct u132 *u132, __le32 *desc) in u132_roothub_status()
2621 static int u132_roothub_portstatus(struct u132 *u132, __le32 *desc, u16 wIndex) in u132_roothub_portstatus()
2645 static int u132_roothub_portreset(struct u132 *u132, int port_index) in u132_roothub_portreset()
2694 static int u132_roothub_setportfeature(struct u132 *u132, u16 wValue, in u132_roothub_setportfeature()
2718 static int u132_roothub_clearportfeature(struct u132 *u132, u16 wValue, in u132_roothub_clearportfeature()
2770 struct u132 *u132 = hcd_to_u132(hcd); in u132_hub_status_data() local
2822 struct u132 *u132 = hcd_to_u132(hcd); in u132_hub_control() local
2904 struct u132 *u132 = hcd_to_u132(hcd); in u132_start_port_reset() local
2920 struct u132 *u132 = hcd_to_u132(hcd); in u132_bus_suspend() local
2934 struct u132 *u132 = hcd_to_u132(hcd); in u132_bus_resume() local
2979 struct u132 *u132 = hcd_to_u132(hcd); in u132_remove() local
3012 static void u132_initialise(struct u132 *u132, struct platform_device *pdev) in u132_initialise()
3101 struct u132 *u132 = hcd_to_u132(hcd); in u132_probe() local
3134 struct u132 *u132 = hcd_to_u132(hcd); in u132_suspend() local
3164 struct u132 *u132 = hcd_to_u132(hcd); in u132_resume() local
3224 struct u132 *u132; in u132_hcd_exit() local