Lines Matching defs:u132

113 	struct u132 *u132;  member
148 struct u132 *u132; member
174 struct u132 *u132; member
178 struct u132 { struct
180 struct list_head u132_list; argument
183 struct u132_platform_data *board; argument
185 struct u132_ring ring[MAX_U132_RINGS]; argument
200 struct u132_addr addr[MAX_U132_ADDRS]; argument
201 struct u132_udev udev[MAX_U132_UDEVS]; argument
202 struct u132_port port[MAX_U132_PORTS]; argument
203 struct u132_endp *endp[MAX_U132_ENDPS]; argument
214 #define u132_read_pcimem(u132, member, data) \ argument
217 #define u132_write_pcimem(u132, member, data) \ argument
231 static inline struct usb_hcd *u132_to_hcd(struct u132 *u132) in u132_to_hcd()
236 static inline void u132_disable(struct u132 *u132) in u132_disable()
252 struct u132 *u132 = kref_to_u132(kref); in u132_hcd_delete() local
265 static inline void u132_u132_put_kref(struct u132 *u132) in u132_u132_put_kref()
270 static inline void u132_u132_init_kref(struct u132 *u132) in u132_u132_init_kref()
284 static inline void u132_udev_put_kref(struct u132 *u132, struct u132_udev *udev) in u132_udev_put_kref()
289 static inline void u132_udev_get_kref(struct u132 *u132, struct u132_udev *udev) in u132_udev_get_kref()
294 static inline void u132_udev_init_kref(struct u132 *u132, in u132_udev_init_kref()
300 static inline void u132_ring_put_kref(struct u132 *u132, struct u132_ring *ring) in u132_ring_put_kref()
305 static void u132_ring_requeue_work(struct u132 *u132, struct u132_ring *ring, in u132_ring_requeue_work()
316 static void u132_ring_queue_work(struct u132 *u132, struct u132_ring *ring, in u132_ring_queue_work()
323 static void u132_ring_cancel_work(struct u132 *u132, struct u132_ring *ring) in u132_ring_cancel_work()
332 struct u132 *u132 = endp->u132; in u132_endp_delete() local
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()
378 static inline void u132_endp_init_kref(struct u132 *u132, 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()
398 static inline void u132_monitor_put_kref(struct u132 *u132) in u132_monitor_put_kref()
403 static void u132_monitor_queue_work(struct u132 *u132, unsigned int delta) in u132_monitor_queue_work()
409 static void u132_monitor_requeue_work(struct u132 *u132, unsigned int delta) in u132_monitor_requeue_work()
415 static void u132_monitor_cancel_work(struct u132 *u132) in u132_monitor_cancel_work()
421 static int read_roothub_info(struct u132 *u132) in read_roothub_info()
476 struct u132 *u132 = container_of(work, struct u132, monitor.work); in u132_hcd_monitor_work() local
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()
573 static inline int edset_input(struct u132 *u132, struct u132_ring *ring, in edset_input()
583 static inline int edset_setup(struct u132 *u132, struct u132_ring *ring, in edset_setup()
593 static inline int edset_single(struct u132 *u132, struct u132_ring *ring, in edset_single()
603 static inline int edset_output(struct u132 *u132, struct u132_ring *ring, in edset_output()
623 struct u132 *u132 = endp->u132; in u132_hcd_interrupt_recv() local
723 struct u132 *u132 = endp->u132; in u132_hcd_bulk_output_sent() local
774 struct u132 *u132 = endp->u132; in u132_hcd_bulk_input_recv() local
877 struct u132 *u132 = endp->u132; in u132_hcd_configure_empty_sent() local
914 struct u132 *u132 = endp->u132; in u132_hcd_configure_input_recv() local
986 struct u132 *u132 = endp->u132; in u132_hcd_configure_empty_recv() local
1023 struct u132 *u132 = endp->u132; in u132_hcd_configure_setup_sent() local
1081 struct u132 *u132 = endp->u132; in u132_hcd_enumeration_empty_recv() local
1122 struct u132 *u132 = endp->u132; in u132_hcd_enumeration_address_sent() local
1165 struct u132 *u132 = endp->u132; in u132_hcd_initial_empty_sent() local
1202 struct u132 *u132 = endp->u132; in u132_hcd_initial_input_recv() local
1254 struct u132 *u132 = endp->u132; in u132_hcd_initial_setup_sent() local
1301 struct u132 *u132 = ring->u132; in u132_hcd_ring_work_scheduler() local
1360 struct u132 *u132 = endp->u132; in u132_hcd_endp_work_scheduler() local
1502 static void port_power(struct u132 *u132, int pn, int is_on) in port_power()
1509 static void u132_power(struct u132 *u132, int is_on) in u132_power()
1523 static int u132_periodic_reinit(struct u132 *u132) in u132_periodic_reinit()
1556 static int u132_init(struct u132 *u132) in u132_init()
1589 static int u132_run(struct u132 *u132) in u132_run()
1771 struct u132 *u132 = hcd_to_u132(hcd); in u132_hcd_stop() local
1788 struct u132 *u132 = hcd_to_u132(hcd); in u132_hcd_start() local
1829 struct u132 *u132 = hcd_to_u132(hcd); in u132_hcd_reset() local
1850 static int create_endpoint_and_queue_int(struct u132 *u132, in create_endpoint_and_queue_int()
1924 static int queue_int_on_old_endpoint(struct u132 *u132, in queue_int_on_old_endpoint()
1948 static int create_endpoint_and_queue_bulk(struct u132 *u132, in create_endpoint_and_queue_bulk()
2023 static int queue_bulk_on_old_endpoint(struct u132 *u132, struct u132_udev *udev, in queue_bulk_on_old_endpoint()
2045 static int create_endpoint_and_queue_control(struct u132 *u132, in create_endpoint_and_queue_control()
2134 static int queue_control_on_old_endpoint(struct u132 *u132, in queue_control_on_old_endpoint()
2237 struct u132 *u132 = hcd_to_u132(hcd); in u132_urb_enqueue() local
2385 static int dequeue_from_overflow_chain(struct u132 *u132, in dequeue_from_overflow_chain()
2410 static int u132_endp_urb_dequeue(struct u132 *u132, struct u132_endp *endp, in u132_endp_urb_dequeue()
2509 struct u132 *u132 = hcd_to_u132(hcd); in u132_urb_dequeue() local
2534 struct u132 *u132 = hcd_to_u132(hcd); in u132_endpoint_disable() local
2548 struct u132 *u132 = hcd_to_u132(hcd); in u132_get_frame() local
2563 static int u132_roothub_descriptor(struct u132 *u132, in u132_roothub_descriptor()
2603 static int u132_roothub_status(struct u132 *u132, __le32 *desc) in u132_roothub_status()
2611 static int u132_roothub_portstatus(struct u132 *u132, __le32 *desc, u16 wIndex) in u132_roothub_portstatus()
2635 static int u132_roothub_portreset(struct u132 *u132, int port_index) in u132_roothub_portreset()
2684 static int u132_roothub_setportfeature(struct u132 *u132, u16 wValue, in u132_roothub_setportfeature()
2708 static int u132_roothub_clearportfeature(struct u132 *u132, u16 wValue, in u132_roothub_clearportfeature()
2760 struct u132 *u132 = hcd_to_u132(hcd); in u132_hub_status_data() local
2812 struct u132 *u132 = hcd_to_u132(hcd); in u132_hub_control() local
2894 struct u132 *u132 = hcd_to_u132(hcd); in u132_start_port_reset() local
2910 struct u132 *u132 = hcd_to_u132(hcd); in u132_bus_suspend() local
2924 struct u132 *u132 = hcd_to_u132(hcd); in u132_bus_resume() local
2969 struct u132 *u132 = hcd_to_u132(hcd); in u132_remove() local
3003 static void u132_initialise(struct u132 *u132, struct platform_device *pdev) in u132_initialise()
3088 struct u132 *u132 = hcd_to_u132(hcd); in u132_probe() local
3121 struct u132 *u132 = hcd_to_u132(hcd); in u132_suspend() local
3151 struct u132 *u132 = hcd_to_u132(hcd); in u132_resume() local
3216 struct u132 *u132; in u132_hcd_exit() local