Searched refs:urb (Results 1 - 25 of 125) sorted by relevance

12345

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/host/
H A Dhc_simple.c28 /* main lock for urb access */
39 * This function initializes the urb status and length before queueing the
40 * urb.
43 * urb = USB request block data structure
47 static inline int hcs_urb_queue (hci_t * hci, struct urb * urb) argument
52 if (usb_pipeisoc (urb->pipe)) {
54 for (i = 0; i < urb->number_of_packets; i++) {
55 urb->iso_frame_desc[i].actual_length = 0;
56 urb
91 hcs_return_urb(hci_t * hci, struct urb * urb, int resub_ok) argument
136 hci_submit_urb(struct urb * urb) argument
189 hci_unlink_urb(struct urb * urb) argument
388 struct urb *urb = (struct urb *) lurb; local
424 qu_seturbstate(struct urb * urb, int state) argument
440 qu_urbstate(struct urb * urb) argument
463 qu_queue_active_urb(hci_t * hci, struct urb * urb, epd_t * ed) argument
517 qu_queue_urb(hci_t * hci, struct urb * urb) argument
555 qu_next_urb(hci_t * hci, struct urb * urb, int resub_ok) argument
598 qu_return_urb(hci_t * hci, struct urb * urb, int resub_ok) argument
671 struct urb *urb; local
777 sh_add_packet(hci_t * hci, struct urb * urb) argument
922 struct urb *urb; local
[all...]
H A Dhc_simple.h25 struct urb *pipe_head;
45 void *urb; /* interrupt URB of root hub */ member in struct:virt_root_hub
109 struct urb *urb; member in struct:td
166 /* urb interface functions */
168 static int hci_unlink_urb (struct urb * urb);
170 static int qu_queue_urb (hci_t * hci, struct urb * urb);
173 static int rh_init_int_timer (struct urb * ur
195 urb_print(struct urb * urb, char *str, int small) argument
[all...]
H A Dsl811.c304 static void sl811_rh_init_int_timer(struct urb * urb) argument
306 struct sl811_hc *hc = urb->dev->bus->hcpriv;
307 hc->rh.interval = urb->interval;
311 hc->rh.rh_int_timer.data = (unsigned long)urb;
313 (HZ * (urb->interval < 30? 30: urb->interval)) / 1000;
324 struct urb *urb = (struct urb *)pt local
379 sl811_rh_submit_urb(struct urb *urb) argument
583 sl811_rh_unlink_urb(struct urb *urb) argument
651 sl811_alloc_urb_priv(struct urb *urb) argument
672 sl811_free_urb_priv(struct urb *urb) argument
761 sl811_alloc_td(struct urb *urb) argument
821 sl811_submit_isochronous(struct urb *urb) argument
892 sl811_reset_isochronous(struct urb *urb) argument
924 sl811_result_isochronous(struct urb *urb) argument
977 sl811_submit_interrupt(struct urb *urb) argument
1019 sl811_reset_interrupt(struct urb *urb) argument
1042 sl811_result_interrupt(struct urb *urb) argument
1095 sl811_submit_control(struct urb *urb) argument
1205 sl811_result_control(struct urb *urb) argument
1290 sl811_submit_bulk(struct urb *urb) argument
1381 sl811_reset_bulk(struct urb *urb) argument
1417 sl811_result_bulk(struct urb *urb) argument
1483 sl811_find_same_urb(struct list_head *head, struct urb *urb) argument
1506 sl811_find_same_devep(struct list_head *head, struct urb *urb) argument
1530 sl811_submit_urb(struct urb *urb) argument
1649 sl811_submit_urb_with_lock(struct urb *urb) argument
1729 sl811_reset_urb(struct urb *urb) argument
1752 sl811_result_urb(struct urb *urb) argument
1855 sl811_unlink_urb(struct urb *urb) argument
1990 sl811_unlink_urb(struct urb *urb) argument
2104 struct urb *urb = td->urb; local
2165 sl811_parse_cur_urb(struct urb *urb) argument
2230 sl811_schedule_next_td(struct urb *urb, struct sl811_td *cur_td) argument
2253 struct urb *urb; local
2277 struct urb *urb = NULL; local
2380 struct urb *urb; local
[all...]
H A Duhci.c90 static int rh_submit_urb(struct urb *urb);
91 static int rh_unlink_urb(struct urb *urb);
93 static int uhci_unlink_urb(struct urb *urb);
94 static void uhci_unlink_generic(struct uhci *uhci, struct urb *urb);
95 static void uhci_call_completion(struct urb *urb);
151 uhci_add_complete(struct urb *urb) argument
292 uhci_insert_tds_in_qh(struct uhci_qh *qh, struct urb *urb, int breadth) argument
380 _uhci_insert_qh(struct uhci *uhci, struct uhci_qh *skelqh, struct urb *urb) argument
420 uhci_insert_qh(struct uhci *uhci, struct uhci_qh *skelqh, struct urb *urb) argument
479 uhci_fixup_toggle(struct urb *urb, unsigned int toggle) argument
505 uhci_append_queued_urb(struct uhci *uhci, struct urb *eurb, struct urb *urb) argument
556 uhci_delete_queued_urb(struct uhci *uhci, struct urb *urb) argument
632 uhci_alloc_urb_priv(struct uhci *uhci, struct urb *urb) argument
680 uhci_add_td_to_urb(struct urb *urb, struct uhci_td *td) argument
705 uhci_destroy_urb_priv(struct urb *urb) argument
757 uhci_inc_fsbr(struct uhci *uhci, struct urb *urb) argument
773 uhci_dec_fsbr(struct uhci *uhci, struct urb *urb) argument
824 uhci_submit_control(struct urb *urb) argument
932 uhci_result_control(struct urb *urb) argument
1041 usb_control_retrigger_status(struct urb *urb) argument
1088 uhci_submit_interrupt(struct urb *urb) argument
1120 uhci_result_interrupt(struct urb *urb) argument
1184 uhci_reset_interrupt(struct urb *urb) argument
1213 uhci_submit_bulk(struct urb *urb, struct urb *eurb) argument
1321 isochronous_find_limits(struct urb *urb, unsigned int *start, unsigned int *end) argument
1353 isochronous_find_start(struct urb *urb) argument
1382 uhci_submit_isochronous(struct urb *urb) argument
1419 uhci_result_isochronous(struct urb *urb) argument
1460 uhci_find_urb_ep(struct uhci *uhci, struct urb *urb) argument
1483 uhci_submit_urb(struct urb *urb) argument
1608 uhci_transfer_result(struct uhci *uhci, struct urb *urb) argument
1686 uhci_unlink_generic(struct uhci *uhci, struct urb *urb) argument
1739 uhci_unlink_urb(struct urb *urb) argument
1828 uhci_fsbr_timeout(struct uhci *uhci, struct urb *urb) argument
1960 rh_send_irq(struct urb *urb) argument
1995 struct urb *urb = (struct urb *)ptr; local
2055 rh_init_int_timer(struct urb *urb) argument
2083 rh_submit_urb(struct urb *urb) argument
2269 rh_unlink_urb(struct urb *urb) argument
2302 uhci_call_completion(struct urb *urb) argument
2402 struct urb *urb = urbp->urb; local
2425 struct urb *urb = list_entry(tmp, struct urb, urb_list); local
2480 struct urb *urb = list_entry(tmp, struct urb, urb_list); local
[all...]
H A Dhc_sl811_rh.c186 * Input: ptr = ptr to the urb
193 struct urb *urb = (struct urb *) ptr; local
194 hci_t *hci = urb->dev->bus->hcpriv;
199 len = rh_send_irq (hci, urb->transfer_buffer,
200 urb->transfer_buffer_length);
202 urb->actual_length = len;
204 urb_print (urb, "RET-t(rh)",
205 usb_pipeout (urb
230 rh_init_int_timer(struct urb * urb) argument
258 rh_submit_urb(struct urb * urb) argument
480 rh_unlink_urb(struct urb * urb) argument
[all...]
H A Dehci-q.c103 struct urb *urb,
110 urb->actual_length += length - QTD_LENGTH (token);
113 if (unlikely (urb->status != -EINPROGRESS))
118 urb->status = -EREMOTEIO;
124 urb->status = -EOVERFLOW;
127 urb->status = -EPROTO;
129 urb->status = (QTD_PID (token) == 1) /* IN ? */
135 urb->status = -EPIPE;
138 urb
101 qtd_copy_status( struct ehci_hcd *ehci, struct urb *urb, size_t length, u32 token ) argument
179 ehci_urb_done(struct ehci_hcd *ehci, struct urb *urb, struct pt_regs *regs) argument
301 struct urb *urb; local
435 qtd_list_free( struct ehci_hcd *ehci, struct urb *urb, struct list_head *qtd_list ) argument
455 qh_urb_transaction( struct ehci_hcd *ehci, struct urb *urb, struct list_head *head, int flags ) argument
623 qh_make( struct ehci_hcd *ehci, struct urb *urb, int flags ) argument
806 qh_append_tds( struct ehci_hcd *ehci, struct urb *urb, struct list_head *qtd_list, int epnum, void **ptr ) argument
928 submit_async( struct ehci_hcd *ehci, struct urb *urb, struct list_head *qtd_list, int mem_flags ) argument
[all...]
H A Dusb-uhci.c122 _static int rh_submit_urb (struct urb *urb);
123 _static int rh_unlink_urb (struct urb *urb);
125 _static int process_transfer (uhci_t *s, struct urb *urb, int mode);
126 _static int process_interrupt (uhci_t *s, struct urb *urb);
127 _static int process_iso (uhci_t *s, struct urb *urb, in
215 enable_desc_loop(uhci_t *s, struct urb *urb) argument
230 disable_desc_loop(uhci_t *s, struct urb *urb) argument
251 queue_urb_unlocked(uhci_t *s, struct urb *urb) argument
271 queue_urb(uhci_t *s, struct urb *urb) argument
280 dequeue_urb(uhci_t *s, struct urb *urb) argument
745 uhci_submit_control_urb(struct urb *urb) argument
862 uhci_submit_bulk_urb(struct urb *urb, struct urb *bulk_urb) argument
1024 uhci_clean_transfer(uhci_t *s, struct urb *urb, uhci_desc_t *qh, int mode) argument
1116 uhci_release_bandwidth(struct urb *urb) argument
1132 uhci_urb_dma_sync(uhci_t *s, struct urb *urb, urb_priv_t *urb_priv) argument
1146 uhci_urb_dma_unmap(uhci_t *s, struct urb *urb, urb_priv_t *urb_priv) argument
1167 uhci_unlink_urb_async(uhci_t *s,struct urb *urb, int mode) argument
1212 uhci_unlink_urb_sync(uhci_t *s, struct urb *urb) argument
1276 struct urb *urb; local
1355 uhci_unlink_urb(struct urb *urb) argument
1388 find_iso_limits(struct urb *urb, unsigned int *start, unsigned int *end) argument
1422 iso_find_start(struct urb *urb) argument
1480 uhci_submit_int_urb(struct urb *urb) argument
1540 uhci_submit_iso_urb(struct urb *urb) argument
1633 search_dev_ep(uhci_t *s, struct urb *urb) argument
1657 uhci_submit_urb(struct urb *urb) argument
1817 struct urb *urb; local
1925 rh_send_irq(struct urb *urb) argument
1957 struct urb *urb = (struct urb*) ptr; local
1974 rh_init_int_timer(struct urb *urb) argument
2008 rh_submit_urb(struct urb *urb) argument
2209 rh_unlink_urb(struct urb *urb) argument
2267 struct urb *urb; local
2324 correct_data_toggles(struct urb *urb) argument
2354 process_transfer(uhci_t *s, struct urb *urb, int mode) argument
2473 process_interrupt(uhci_t *s, struct urb *urb) argument
2574 process_iso(uhci_t *s, struct urb *urb, int mode) argument
2643 struct urb *urb; local
[all...]
H A Dusb-ohci.c27 * 2000/09/26 fixed races in removing the private portion of the urb
32 * urb unlink probs, indentation fixes
134 static void ohci_complete_add(struct ohci *ohci, struct urb *urb) argument
137 if (urb->hcpriv != NULL) {
143 ohci->complete_head = urb;
144 ohci->complete_tail = urb;
146 ohci->complete_head->hcpriv = urb;
147 ohci->complete_tail = urb;
151 static inline struct urb *ohci_complete_ge
153 struct urb *urb; local
169 struct urb *urb; local
230 urb_rm_priv_locked(struct urb * urb) argument
275 urb_print(struct urb * urb, char * str, int small) argument
506 sohci_return_urb(struct ohci *hc, struct urb * urb) argument
587 sohci_submit_urb(struct urb * urb) argument
774 sohci_unlink_urb(struct urb * urb) argument
1354 td_fill(ohci_t * ohci, unsigned int info, dma_addr_t data, int len, struct urb * urb, int index) argument
1405 td_submit_urb(struct urb * urb) argument
1520 struct urb * urb = td->urb; local
1561 dl_del_urb(ohci_t *ohci, struct urb * urb) argument
1642 struct urb * urb = td->urb; local
1724 struct urb * urb; local
1894 struct urb * urb = (struct urb *) ptr; local
1923 rh_init_int_timer(struct urb * urb) argument
1948 rh_submit_urb(struct urb * urb) argument
2159 rh_unlink_urb(struct urb * urb) argument
2327 struct urb *urb; local
[all...]
H A Dehci-sched.c445 struct urb *urb,
458 epnum = usb_pipeendpoint (urb->pipe);
459 is_input = usb_pipein (urb->pipe);
464 dev = (struct hcd_dev *)urb->dev->hcpriv;
468 qh = qh_append_tds (ehci, urb, &empty, epnum, &dev->ep [epnum]);
478 /* then queue the urb's tds to the qh */
479 qh = qh_append_tds (ehci, urb, qtd_list, epnum, &dev->ep [epnum]);
488 qtd_list_free (ehci, urb, qtd_list);
610 iso_stream_find (struct ehci_hcd *ehci, struct urb *ur argument
443 intr_submit( struct ehci_hcd *ehci, struct urb *urb, struct list_head *qtd_list, int mem_flags ) argument
720 itd_urb_transaction( struct ehci_iso_stream *stream, struct ehci_hcd *ehci, struct urb *urb, int mem_flags ) argument
795 itd_stream_schedule( struct ehci_hcd *ehci, struct urb *urb, struct ehci_iso_stream *stream ) argument
985 itd_link_urb( struct ehci_hcd *ehci, struct urb *urb, unsigned mod, struct ehci_iso_stream *stream ) argument
1066 struct urb *urb = itd->urb; local
1148 itd_submit(struct ehci_hcd *ehci, struct urb *urb, int mem_flags) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dhcd.c321 static int rh_call_control (struct usb_hcd *hcd, struct urb *urb) argument
323 struct usb_ctrlrequest *cmd = (struct usb_ctrlrequest *) urb->setup_packet;
326 u8 *ubuf = urb->transfer_buffer;
334 if (wLength > urb->transfer_buffer_length)
338 urb->status = 0;
339 urb->actual_length = wLength;
379 urb->actual_length = rh_string (
393 // wValue == urb->dev->devaddr
416 urb
453 rh_status_urb(struct usb_hcd *hcd, struct urb *urb) argument
480 struct urb *urb; local
527 rh_urb_enqueue(struct usb_hcd *hcd, struct urb *urb) argument
546 rh_status_dequeue(struct usb_hcd *hcd, struct urb *urb) argument
948 struct urb *urb; local
979 urb_unlink(struct urb *urb) argument
1003 hcd_submit_urb(struct urb *urb) argument
1259 unlink_complete(struct urb *urb) argument
1280 hcd_unlink_urb(struct urb *urb) argument
1485 usb_hcd_giveback_urb(struct usb_hcd *hcd, struct urb *urb, struct pt_regs *regs) argument
[all...]
H A Dauerchain.h3 * auerchain.h -- Auerswald PBX/System Telephone chained urb support.
33 /* urb chain element */
37 struct urb *urbp; /* pointer to attached urb */
43 /* urb chain */
45 struct auerchainelement *active;/* element which is submitted to urb */
51 /* urb blocking completion helper struct */
59 int auerchain_submit_urb_list(struct auerchain *acp, struct urb *urb,
62 int auerchain_submit_urb(struct auerchain *acp, struct urb *ur
[all...]
H A Dauerchain.c3 * auerchain.c -- Auerswald PBX/System Telephone chained urb support.
29 static void auerchain_complete(struct urb *urb) argument
36 (struct auerchainelement *) urb->context;
39 /* restore original entries in urb */
40 urb->context = acep->context;
41 urb->complete = acep->complete;
49 urb->complete(urb);
72 /* submit the new urb */
96 auerchain_submit_urb_list(struct auerchain *acp, struct urb *urb, int early) argument
171 auerchain_submit_urb(struct auerchain *acp, struct urb *urb) argument
180 auerchain_unlink_urb(struct auerchain *acp, struct urb *urb) argument
348 auerchain_blocking_completion(struct urb *urb) argument
358 auerchain_start_wait_urb(struct auerchain *acp, struct urb *urb, int timeout, int *actual_length) argument
436 struct urb *urb; local
[all...]
H A Dhpusbscsi.h9 typedef void (*usb_urb_callback) (struct urb *);
37 struct urb dataurb;
38 struct urb controlurb;
59 static void simple_command_callback(struct urb *u);
60 static void scatter_gather_callback(struct urb *u);
61 static void simple_payload_callback (struct urb *u);
62 static void control_interrupt_callback (struct urb *u);
63 static void request_sense_callback (struct urb *u);
64 static void simple_done (struct urb *u);
H A Dmicrotek.h12 typedef void (*mts_usb_urb_callback) (struct urb *);
49 struct urb urb; member in struct:mts_desc
H A Dbluetooth.c18 * - Fixed problem with read urb status saying that we have shutdown,
19 * and that we shouldn't resubmit the urb. Patch from unknown.
38 * Fixed problem with not unlinking interrupt urb on device close
39 * and resubmitting the read urb on error with bluetooth struct.
48 * Fixed bug with urb->dev not being set properly, now that the usb
53 * Fixed problem of not resubmitting the bulk read urb if there is
59 * getting attached to the control urb properly.
66 * Made the write bulk use an urb pool to enable larger transfers with
73 * Made a control urb pool for the control messages.
178 struct urb * control_urb_poo
287 struct urb *urb = NULL; local
446 struct urb *urb = NULL; local
764 bluetooth_int_callback(struct urb *urb) argument
858 bluetooth_ctrl_callback(struct urb *urb) argument
876 bluetooth_read_bulk_callback(struct urb *urb) argument
993 bluetooth_write_bulk_callback(struct urb *urb) argument
1126 struct urb *urb = usb_alloc_urb(0); local
1158 struct urb *urb = usb_alloc_urb(0); local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/hisax/
H A Dst5481_usb.c26 static void usb_next_ctrl_msg(struct urb *urb, argument
40 urb->setup_packet =
44 ((struct ctrl_msg *)urb->setup_packet)->dr.bRequest,
45 ((struct ctrl_msg *)urb->setup_packet)->dr.wValue,
46 ((struct ctrl_msg *)urb->setup_packet)->dr.wIndex);
49 urb->dev = adapter->usb_dev;
51 SUBMIT_URB(urb);
80 usb_next_ctrl_msg(ctrl->urb, adapter);
126 static void usb_ctrl_complete(struct urb *ur argument
179 usb_int_complete(struct urb *urb) argument
238 struct urb *urb; local
384 fill_isoc_urb(struct urb *urb, struct usb_device *dev, unsigned int pipe, void *buf, int num_packets, int packet_size, usb_complete_t complete, void *context) argument
409 st5481_setup_isocpipes(struct urb* urb[2], struct usb_device *dev, unsigned int pipe, int num_packets, int packet_size, int buf_size, usb_complete_t complete, void *context) argument
446 st5481_release_isocpipes(struct urb* urb[2]) argument
465 usb_in_complete(struct urb *urb) argument
561 st5481_isoc_flatten(struct urb *urb) argument
[all...]
H A Dst5481.h330 struct urb *urb; member in struct:st5481_ctrl
335 struct urb *urb; member in struct:st5481_intr
340 struct urb *urb[2]; /* double buffering */ member in struct:st5481_d_out
348 struct urb *urb[2]; /* double buffering */ member in struct:st5481_b_out
356 struct urb *urb[ member in struct:st5481_in
424 get_buf_nr(struct urb *urbs[], struct urb *urb) argument
481 dump_iso_packet(const char *name,struct urb *urb) argument
[all...]
H A Dst5481_b.c33 struct urb *urb; local
40 DBG(4,"ep %d urb %d busy",(bcs->channel+1)*2,buf_nr);
43 urb = b_out->urb[buf_nr];
71 memcpy(urb->transfer_buffer+len, skb->data, bytes_sent);
77 urb->transfer_buffer+len, buf_size-len);
94 memset(urb->transfer_buffer+len, 0xff, buf_size-len);
100 urb->transfer_buffer+len, buf_size-len);
107 urb
160 usb_b_out_complete(struct urb *urb) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/bluetooth/
H A Dhci_usb.h58 struct urb *intr_urb;
70 struct urb *urb; member in struct:hci_usb_scb
H A Dhci_usb.c95 static void hci_usb_interrupt(struct urb *urb);
96 static void hci_usb_rx_complete(struct urb *urb);
97 static void hci_usb_tx_complete(struct urb *urb);
99 static struct urb *hci_usb_get_completed(struct hci_usb *husb)
102 struct urb *urb = NULL; local
106 urb
116 struct urb *urb; local
142 struct urb *urb = husb->intr_urb; local
159 hci_usb_rx_submit(struct hci_usb *husb, struct urb *urb) argument
243 struct urb *urb; local
283 struct urb *urb = hci_usb_get_completed(husb); local
324 struct urb *urb = hci_usb_get_completed(husb); local
433 hci_usb_interrupt(struct urb *urb) argument
511 hci_usb_tx_complete(struct urb *urb) argument
543 hci_usb_rx_complete(struct urb *urb) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/serial/
H A Dempeg.c103 static void empeg_write_bulk_callback (struct urb *urb);
104 static void empeg_read_bulk_callback (struct urb *urb);
139 static struct urb *write_urb_pool[NUM_URBS];
179 err("%s - failed submitting read urb, error %d", __FUNCTION__, result);
210 struct urb *urb; local
224 /* try to find a free urb in our list of them */
225 urb
348 empeg_write_bulk_callback(struct urb *urb) argument
370 empeg_read_bulk_callback(struct urb *urb) argument
556 struct urb *urb; local
[all...]
H A Dkeyspan.c143 struct urb *instat_urb;
147 struct urb *glocont_urb;
162 struct urb *in_urbs[2];
165 struct urb *out_urbs[2];
169 struct urb *inack_urb;
173 struct urb *outcont_urb;
344 struct urb *this_urb;
369 /* Check we have a valid urb/endpoint before we use it... */
372 dbg("%s - no output urb :(", __FUNCTION__);
418 static void usa26_indat_callback(struct urb *ur argument
476 usa2x_outdat_callback(struct urb *urb) argument
491 usa26_inack_callback(struct urb *urb) argument
497 usa26_outcont_callback(struct urb *urb) argument
511 usa26_instat_callback(struct urb *urb) argument
574 usa26_glocont_callback(struct urb *urb) argument
581 usa28_indat_callback(struct urb *urb) argument
629 usa28_inack_callback(struct urb *urb) argument
634 usa28_outcont_callback(struct urb *urb) argument
648 usa28_instat_callback(struct urb *urb) argument
710 usa28_glocont_callback(struct urb *urb) argument
716 usa49_glocont_callback(struct urb *urb) argument
740 usa49_instat_callback(struct urb *urb) argument
804 usa49_inack_callback(struct urb *urb) argument
809 usa49_indat_callback(struct urb *urb) argument
862 usa49_outcont_callback(struct urb *urb) argument
868 usa90_indat_callback(struct urb *urb) argument
942 usa90_instat_callback(struct urb *urb) argument
993 usa90_outcont_callback(struct urb *urb) argument
1052 struct urb *urb; local
1123 stop_urb(struct urb *urb) argument
1296 struct urb *urb; local
[all...]
H A Domninet.c23 * Fixed bug with urb->dev not being set properly, now that the usb
73 static void omninet_read_bulk_callback (struct urb *urb);
74 static void omninet_write_bulk_callback (struct urb *urb);
174 err("%s - failed submitting read urb, error %d", __FUNCTION__, result);
210 static void omninet_read_bulk_callback (struct urb *urb) argument
212 struct usb_serial_port *port = (struct usb_serial_port *)urb->context;
215 unsigned char *data = urb
332 omninet_write_bulk_callback(struct urb *urb) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/video/
H A Dcpia_usb.c49 struct urb *urb; member in struct:cpia_sbuf
109 static void cpia_usb_complete(struct urb *urb) argument
115 if (!urb || !urb->context)
118 ucpia = (struct usb_cpia *) urb->context;
128 for (i = 0; i < urb->number_of_packets; i++) {
129 int n = urb->iso_frame_desc[i].actual_length;
130 int st = urb
171 struct urb *urb; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/drivers/
H A Dusb-host.c196 static struct urb *URB_List[NBR_OF_EP_DESC];
201 static void dump_urb (struct urb *urb);
204 static int etrax_rh_unlink_urb (struct urb *urb);
205 static void etrax_rh_send_irq(struct urb *urb);
206 static void etrax_rh_init_int_timer(struct urb *urb);
217 static void etrax_usb_do_ctrl_hw_add(struct urb *ur
247 dump_urb(struct urb *urb) argument
428 etrax_usb_unlink_intr_urb(struct urb *urb) argument
514 etrax_usb_submit_intr_urb(struct urb *urb) argument
693 etrax_rh_unlink_urb(struct urb *urb) argument
710 etrax_rh_send_irq(struct urb *urb) argument
743 etrax_rh_init_int_timer(struct urb *urb) argument
762 struct urb *urb; local
909 etrax_usb_submit_bulk_urb(struct urb *urb) argument
968 etrax_usb_do_bulk_hw_add(struct urb *urb, int epid, char maxlen) argument
1159 etrax_usb_submit_ctrl_urb(struct urb *urb) argument
1218 etrax_usb_do_ctrl_hw_add(struct urb *urb, int epid, char maxlen) argument
1357 etrax_usb_submit_urb(struct urb *urb) argument
1404 etrax_usb_unlink_urb(struct urb *urb) argument
1550 struct urb *urb; local
1964 etrax_rh_submit_urb(struct urb *urb) argument
[all...]

Completed in 231 milliseconds

12345