Lines Matching defs:u132

118 	struct u132 *u132;  member
153 struct u132 *u132; member
179 struct u132 *u132; member
183 struct u132 { struct
185 struct list_head u132_list; argument
188 struct u132_platform_data *board; argument
190 struct u132_ring ring[MAX_U132_RINGS]; argument
205 struct u132_addr addr[MAX_U132_ADDRS]; argument
206 struct u132_udev udev[MAX_U132_UDEVS]; argument
207 struct u132_port port[MAX_U132_PORTS]; argument
208 struct u132_endp *endp[MAX_U132_ENDPS]; argument
219 #define u132_read_pcimem(u132, member, data) \ argument
222 #define u132_write_pcimem(u132, member, data) \ argument
236 static inline struct usb_hcd *u132_to_hcd(struct u132 *u132) in u132_to_hcd()
241 static inline void u132_disable(struct u132 *u132) in u132_disable()
257 struct u132 *u132 = kref_to_u132(kref); in u132_hcd_delete() local
270 static inline void u132_u132_put_kref(struct u132 *u132) in u132_u132_put_kref()
275 static inline void u132_u132_init_kref(struct u132 *u132) in u132_u132_init_kref()
289 static inline void u132_udev_put_kref(struct u132 *u132, struct u132_udev *udev) in u132_udev_put_kref()
294 static inline void u132_udev_get_kref(struct u132 *u132, struct u132_udev *udev) in u132_udev_get_kref()
299 static inline void u132_udev_init_kref(struct u132 *u132, in u132_udev_init_kref()
305 static inline void u132_ring_put_kref(struct u132 *u132, struct u132_ring *ring) in u132_ring_put_kref()
310 static void u132_ring_requeue_work(struct u132 *u132, struct u132_ring *ring, in u132_ring_requeue_work()
321 static void u132_ring_queue_work(struct u132 *u132, struct u132_ring *ring, in u132_ring_queue_work()
328 static void u132_ring_cancel_work(struct u132 *u132, struct u132_ring *ring) in u132_ring_cancel_work()
337 struct u132 *u132 = endp->u132; in u132_endp_delete() local
373 static inline void u132_endp_put_kref(struct u132 *u132, struct u132_endp *endp) in u132_endp_put_kref()
378 static inline void u132_endp_get_kref(struct u132 *u132, struct u132_endp *endp) in u132_endp_get_kref()
383 static inline void u132_endp_init_kref(struct u132 *u132, in u132_endp_init_kref()
390 static void u132_endp_queue_work(struct u132 *u132, struct u132_endp *endp, in u132_endp_queue_work()
397 static void u132_endp_cancel_work(struct u132 *u132, struct u132_endp *endp) in u132_endp_cancel_work()
403 static inline void u132_monitor_put_kref(struct u132 *u132) in u132_monitor_put_kref()
408 static void u132_monitor_queue_work(struct u132 *u132, unsigned int delta) in u132_monitor_queue_work()
414 static void u132_monitor_requeue_work(struct u132 *u132, unsigned int delta) in u132_monitor_requeue_work()
420 static void u132_monitor_cancel_work(struct u132 *u132) in u132_monitor_cancel_work()
426 static int read_roothub_info(struct u132 *u132) in read_roothub_info()
481 struct u132 *u132 = container_of(work, struct u132, monitor.work); in u132_hcd_monitor_work() local
512 static void u132_hcd_giveback_urb(struct u132 *u132, struct u132_endp *endp, in u132_hcd_giveback_urb()
546 static void u132_hcd_forget_urb(struct u132 *u132, struct u132_endp *endp, in u132_hcd_forget_urb()
552 static void u132_hcd_abandon_urb(struct u132 *u132, struct u132_endp *endp, in u132_hcd_abandon_urb()
578 static inline int edset_input(struct u132 *u132, struct u132_ring *ring, in edset_input()
588 static inline int edset_setup(struct u132 *u132, struct u132_ring *ring, in edset_setup()
598 static inline int edset_single(struct u132 *u132, struct u132_ring *ring, in edset_single()
608 static inline int edset_output(struct u132 *u132, struct u132_ring *ring, in edset_output()
628 struct u132 *u132 = endp->u132; in u132_hcd_interrupt_recv() local
728 struct u132 *u132 = endp->u132; in u132_hcd_bulk_output_sent() local
779 struct u132 *u132 = endp->u132; in u132_hcd_bulk_input_recv() local
882 struct u132 *u132 = endp->u132; in u132_hcd_configure_empty_sent() local
919 struct u132 *u132 = endp->u132; in u132_hcd_configure_input_recv() local
991 struct u132 *u132 = endp->u132; in u132_hcd_configure_empty_recv() local
1028 struct u132 *u132 = endp->u132; in u132_hcd_configure_setup_sent() local
1086 struct u132 *u132 = endp->u132; in u132_hcd_enumeration_empty_recv() local
1127 struct u132 *u132 = endp->u132; in u132_hcd_enumeration_address_sent() local
1170 struct u132 *u132 = endp->u132; in u132_hcd_initial_empty_sent() local
1207 struct u132 *u132 = endp->u132; in u132_hcd_initial_input_recv() local
1259 struct u132 *u132 = endp->u132; in u132_hcd_initial_setup_sent() local
1306 struct u132 *u132 = ring->u132; in u132_hcd_ring_work_scheduler() local
1369 struct u132 *u132 = endp->u132; in u132_hcd_endp_work_scheduler() local
1511 static void port_power(struct u132 *u132, int pn, int is_on) in port_power()
1518 static void u132_power(struct u132 *u132, int is_on) in u132_power()
1532 static int u132_periodic_reinit(struct u132 *u132) in u132_periodic_reinit()
1568 static int u132_init(struct u132 *u132) in u132_init()
1601 static int u132_run(struct u132 *u132) in u132_run()
1783 struct u132 *u132 = hcd_to_u132(hcd); in u132_hcd_stop() local
1800 struct u132 *u132 = hcd_to_u132(hcd); in u132_hcd_start() local
1841 struct u132 *u132 = hcd_to_u132(hcd); in u132_hcd_reset() local
1862 static int create_endpoint_and_queue_int(struct u132 *u132, in create_endpoint_and_queue_int()
1936 static int queue_int_on_old_endpoint(struct u132 *u132, in queue_int_on_old_endpoint()
1960 static int create_endpoint_and_queue_bulk(struct u132 *u132, in create_endpoint_and_queue_bulk()
2035 static int queue_bulk_on_old_endpoint(struct u132 *u132, struct u132_udev *udev, in queue_bulk_on_old_endpoint()
2057 static int create_endpoint_and_queue_control(struct u132 *u132, in create_endpoint_and_queue_control()
2146 static int queue_control_on_old_endpoint(struct u132 *u132, in queue_control_on_old_endpoint()
2249 struct u132 *u132 = hcd_to_u132(hcd); in u132_urb_enqueue() local
2398 static int dequeue_from_overflow_chain(struct u132 *u132, in dequeue_from_overflow_chain()
2425 static int u132_endp_urb_dequeue(struct u132 *u132, struct u132_endp *endp, in u132_endp_urb_dequeue()
2523 struct u132 *u132 = hcd_to_u132(hcd); in u132_urb_dequeue() local
2548 struct u132 *u132 = hcd_to_u132(hcd); in u132_endpoint_disable() local
2562 struct u132 *u132 = hcd_to_u132(hcd); in u132_get_frame() local
2578 static int u132_roothub_descriptor(struct u132 *u132, in u132_roothub_descriptor()
2618 static int u132_roothub_status(struct u132 *u132, __le32 *desc) in u132_roothub_status()
2626 static int u132_roothub_portstatus(struct u132 *u132, __le32 *desc, u16 wIndex) in u132_roothub_portstatus()
2650 static int u132_roothub_portreset(struct u132 *u132, int port_index) in u132_roothub_portreset()
2699 static int u132_roothub_setportfeature(struct u132 *u132, u16 wValue, in u132_roothub_setportfeature()
2733 static int u132_roothub_clearportfeature(struct u132 *u132, u16 wValue, in u132_roothub_clearportfeature()
2789 struct u132 *u132 = hcd_to_u132(hcd); in u132_hub_status_data() local
2841 struct u132 *u132 = hcd_to_u132(hcd); in u132_hub_control() local
2923 struct u132 *u132 = hcd_to_u132(hcd); in u132_start_port_reset() local
2939 struct u132 *u132 = hcd_to_u132(hcd); in u132_bus_suspend() local
2953 struct u132 *u132 = hcd_to_u132(hcd); in u132_bus_resume() local
2998 struct u132 *u132 = hcd_to_u132(hcd); in u132_remove() local
3031 static void u132_initialise(struct u132 *u132, struct platform_device *pdev) in u132_initialise()
3120 struct u132 *u132 = hcd_to_u132(hcd); in u132_probe() local
3152 struct u132 *u132 = hcd_to_u132(hcd); in u132_suspend() local
3182 struct u132 *u132 = hcd_to_u132(hcd); in u132_resume() local
3243 struct u132 *u132; in u132_hcd_exit() local