Lines Matching defs:u132
112 struct u132 *u132; member
147 struct u132 *u132; member
173 struct u132 *u132; member
177 struct u132 { struct
181 struct u132_platform_data *board; argument
183 struct u132_ring ring[MAX_U132_RINGS]; argument
198 struct u132_addr addr[MAX_U132_ADDRS]; argument
199 struct u132_udev udev[MAX_U132_UDEVS]; argument
200 struct u132_port port[MAX_U132_PORTS]; argument
201 struct u132_endp *endp[MAX_U132_ENDPS]; argument
212 #define u132_read_pcimem(u132, member, data) \ argument
215 #define u132_write_pcimem(u132, member, data) \ argument
229 static inline struct usb_hcd *u132_to_hcd(struct u132 *u132) in u132_to_hcd()
234 static inline void u132_disable(struct u132 *u132) in u132_disable()
250 struct u132 *u132 = kref_to_u132(kref); in u132_hcd_delete() local
262 static inline void u132_u132_put_kref(struct u132 *u132) in u132_u132_put_kref()
267 static inline void u132_u132_init_kref(struct u132 *u132) in u132_u132_init_kref()
281 static inline void u132_udev_put_kref(struct u132 *u132, struct u132_udev *udev) in u132_udev_put_kref()
286 static inline void u132_udev_get_kref(struct u132 *u132, struct u132_udev *udev) in u132_udev_get_kref()
291 static inline void u132_udev_init_kref(struct u132 *u132, in u132_udev_init_kref()
297 static inline void u132_ring_put_kref(struct u132 *u132, struct u132_ring *ring) in u132_ring_put_kref()
302 static void u132_ring_requeue_work(struct u132 *u132, struct u132_ring *ring, in u132_ring_requeue_work()
313 static void u132_ring_queue_work(struct u132 *u132, struct u132_ring *ring, in u132_ring_queue_work()
320 static void u132_ring_cancel_work(struct u132 *u132, struct u132_ring *ring) in u132_ring_cancel_work()
329 struct u132 *u132 = endp->u132; in u132_endp_delete() local
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()
375 static inline void u132_endp_init_kref(struct u132 *u132, 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()
395 static inline void u132_monitor_put_kref(struct u132 *u132) in u132_monitor_put_kref()
400 static void u132_monitor_queue_work(struct u132 *u132, unsigned int delta) in u132_monitor_queue_work()
406 static void u132_monitor_requeue_work(struct u132 *u132, unsigned int delta) in u132_monitor_requeue_work()
412 static void u132_monitor_cancel_work(struct u132 *u132) in u132_monitor_cancel_work()
418 static int read_roothub_info(struct u132 *u132) in read_roothub_info()
473 struct u132 *u132 = container_of(work, struct u132, monitor.work); in u132_hcd_monitor_work() local
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()
570 static inline int edset_input(struct u132 *u132, struct u132_ring *ring, in edset_input()
580 static inline int edset_setup(struct u132 *u132, struct u132_ring *ring, in edset_setup()
590 static inline int edset_single(struct u132 *u132, struct u132_ring *ring, in edset_single()
600 static inline int edset_output(struct u132 *u132, struct u132_ring *ring, in edset_output()
620 struct u132 *u132 = endp->u132; in u132_hcd_interrupt_recv() local
720 struct u132 *u132 = endp->u132; in u132_hcd_bulk_output_sent() local
771 struct u132 *u132 = endp->u132; in u132_hcd_bulk_input_recv() local
874 struct u132 *u132 = endp->u132; in u132_hcd_configure_empty_sent() local
911 struct u132 *u132 = endp->u132; in u132_hcd_configure_input_recv() local
983 struct u132 *u132 = endp->u132; in u132_hcd_configure_empty_recv() local
1020 struct u132 *u132 = endp->u132; in u132_hcd_configure_setup_sent() local
1078 struct u132 *u132 = endp->u132; in u132_hcd_enumeration_empty_recv() local
1119 struct u132 *u132 = endp->u132; in u132_hcd_enumeration_address_sent() local
1162 struct u132 *u132 = endp->u132; in u132_hcd_initial_empty_sent() local
1199 struct u132 *u132 = endp->u132; in u132_hcd_initial_input_recv() local
1251 struct u132 *u132 = endp->u132; in u132_hcd_initial_setup_sent() local
1298 struct u132 *u132 = ring->u132; in u132_hcd_ring_work_scheduler() local
1357 struct u132 *u132 = endp->u132; in u132_hcd_endp_work_scheduler() local
1499 static void port_power(struct u132 *u132, int pn, int is_on) in port_power()
1506 static void u132_power(struct u132 *u132, int is_on) in u132_power()
1520 static int u132_periodic_reinit(struct u132 *u132) in u132_periodic_reinit()
1553 static int u132_init(struct u132 *u132) in u132_init()
1586 static int u132_run(struct u132 *u132) in u132_run()
1768 struct u132 *u132 = hcd_to_u132(hcd); in u132_hcd_stop() local
1785 struct u132 *u132 = hcd_to_u132(hcd); in u132_hcd_start() local
1826 struct u132 *u132 = hcd_to_u132(hcd); in u132_hcd_reset() local
1847 static int create_endpoint_and_queue_int(struct u132 *u132, in create_endpoint_and_queue_int()
1921 static int queue_int_on_old_endpoint(struct u132 *u132, in queue_int_on_old_endpoint()
1945 static int create_endpoint_and_queue_bulk(struct u132 *u132, in create_endpoint_and_queue_bulk()
2020 static int queue_bulk_on_old_endpoint(struct u132 *u132, struct u132_udev *udev, in queue_bulk_on_old_endpoint()
2042 static int create_endpoint_and_queue_control(struct u132 *u132, in create_endpoint_and_queue_control()
2131 static int queue_control_on_old_endpoint(struct u132 *u132, in queue_control_on_old_endpoint()
2234 struct u132 *u132 = hcd_to_u132(hcd); in u132_urb_enqueue() local
2382 static int dequeue_from_overflow_chain(struct u132 *u132, in dequeue_from_overflow_chain()
2406 static int u132_endp_urb_dequeue(struct u132 *u132, struct u132_endp *endp, in u132_endp_urb_dequeue()
2504 struct u132 *u132 = hcd_to_u132(hcd); in u132_urb_dequeue() local
2529 struct u132 *u132 = hcd_to_u132(hcd); in u132_endpoint_disable() local
2543 struct u132 *u132 = hcd_to_u132(hcd); in u132_get_frame() local
2558 static int u132_roothub_descriptor(struct u132 *u132, in u132_roothub_descriptor()
2598 static int u132_roothub_status(struct u132 *u132, __le32 *desc) in u132_roothub_status()
2606 static int u132_roothub_portstatus(struct u132 *u132, __le32 *desc, u16 wIndex) in u132_roothub_portstatus()
2630 static int u132_roothub_portreset(struct u132 *u132, int port_index) in u132_roothub_portreset()
2679 static int u132_roothub_setportfeature(struct u132 *u132, u16 wValue, in u132_roothub_setportfeature()
2703 static int u132_roothub_clearportfeature(struct u132 *u132, u16 wValue, in u132_roothub_clearportfeature()
2755 struct u132 *u132 = hcd_to_u132(hcd); in u132_hub_status_data() local
2807 struct u132 *u132 = hcd_to_u132(hcd); in u132_hub_control() local
2889 struct u132 *u132 = hcd_to_u132(hcd); in u132_start_port_reset() local
2905 struct u132 *u132 = hcd_to_u132(hcd); in u132_bus_suspend() local
2919 struct u132 *u132 = hcd_to_u132(hcd); in u132_bus_resume() local
2964 struct u132 *u132 = hcd_to_u132(hcd); in u132_remove() local
2998 static void u132_initialise(struct u132 *u132, struct platform_device *pdev) in u132_initialise()
3083 struct u132 *u132 = hcd_to_u132(hcd); in u132_probe() local
3115 struct u132 *u132 = hcd_to_u132(hcd); in u132_suspend() local
3145 struct u132 *u132 = hcd_to_u132(hcd); in u132_resume() local