Searched refs:urb (Results 51 - 75 of 125) sorted by relevance

12345

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dpowermate.c59 struct urb irq, config;
76 static void powermate_config_complete(struct urb *urb); /* forward declararation of callback */
79 static void powermate_irq(struct urb *urb) argument
81 struct powermate_device *pm = urb->context;
83 if(urb->status)
162 static void powermate_config_complete(struct urb *urb) argument
164 struct powermate_device *pm = urb
[all...]
H A Dauerbuf.h3 * auerbuf.h -- Auerswald PBX/System Telephone urb list storage.
39 unsigned int retries; /* for urb retries */
41 struct urb *urbp; /* USB urb */
H A Dstv680.h73 /* raw camera data <- sbuf (urb transfer buf) */
121 struct urb *urb[STV680_NUMSBUF]; /* # of queued bulk transfers */ member in struct:usb_stv
H A Dmdc800.c48 * Fixed: Setting urb->dev before submitting urb.
143 struct urb * irq_urb;
152 struct urb * write_urb;
158 struct urb * download_urb;
245 static void mdc800_usb_irq (struct urb *urb) argument
248 unsigned char* b=urb->transfer_buffer;
249 struct mdc800_data* mdc800=urb->context;
251 if (urb
348 mdc800_usb_write_notify(struct urb *urb) argument
368 mdc800_usb_download_notify(struct urb *urb) argument
[all...]
H A Dusbkbd.c73 struct urb irq, led;
80 static void usb_kbd_irq(struct urb *urb) argument
82 struct usb_kbd *kbd = urb->context;
85 if (urb->status) return;
135 static void usb_kbd_led(struct urb *urb) argument
137 struct usb_kbd *kbd = urb->context;
139 if (urb->status)
140 warn("led urb statu
[all...]
H A Ddevio.c56 struct urb urb; member in struct:async
178 as->urb.number_of_packets = numisoframes;
179 spin_lock_init(&as->urb.lock);
185 if (as->urb.transfer_buffer)
186 kfree(as->urb.transfer_buffer);
187 if (as->urb.setup_packet)
188 kfree(as->urb.setup_packet);
242 static void async_completed(struct urb *urb) argument
[all...]
H A Dwacom.c98 void (*irq)(struct urb *urb);
110 struct urb irq;
117 static void wacom_pl_irq(struct urb *urb) argument
119 struct wacom *wacom = urb->context;
124 if (urb->status) return;
149 static void wacom_penpartner_irq(struct urb *urb) argument
151 struct wacom *wacom = urb
176 wacom_graphire_irq(struct urb *urb) argument
231 wacom_intuos_irq(struct urb *urb) argument
[all...]
H A Dpwc-if.c586 static void pwc_isoc_handler(struct urb *urb) argument
595 pdev = (struct pwc_device *)urb->context;
606 if (urb->status == -ENOENT || urb->status == -ECONNRESET) {
607 Trace(TRACE_OPEN, "pwc_isoc_handler(): URB (%p) unlinked %ssynchronuously.\n", urb, urb->status == -ENOENT ? "" : "a");
610 if (urb->status != -EINPROGRESS && urb->status != 0) {
614 switch(urb
784 struct urb *urb; local
889 struct urb *urb; local
[all...]
H A Dusbnet.c297 struct urb *urb; member in struct:skb_data
478 static void ax8817x_async_cmd_callback(struct urb *urb)
480 struct usb_ctrlrequest *req = (struct usb_ctrlrequest *)urb->context;
482 if (urb->status < 0)
484 urb->status);
487 usb_free_urb(urb);
495 struct urb *urb;
476 ax8817x_async_cmd_callback(struct urb *urb) argument
493 struct urb *urb; local
836 gl_interrupt_complete(struct urb *urb) argument
1793 rx_submit(struct usbnet *dev, struct urb *urb, int flags) argument
1900 rx_complete(struct urb *urb) argument
1983 struct urb *urb; local
2185 struct urb *urb = 0; local
2205 tx_complete(struct urb *urb) argument
2237 struct urb *urb = 0; local
2389 struct urb *urb; local
[all...]
H A Dspeedtch.c43 * udsl_usb_send_data_context->urb to a pointer and adding code
55 * 1.3: - Added multiple send urb support
179 struct urb *urb; member in struct:udsl_receiver
206 struct urb *urb; member in struct:udsl_sender
521 static void udsl_complete_receive (struct urb *urb) argument
528 if (!urb || !(rcv = urb
614 udsl_complete_send(struct urb *urb) argument
[all...]
H A Dse401.c430 static void se401_button_irq(struct urb *urb) argument
432 struct usb_se401 *se401 = urb->context;
439 if (urb->actual_length >=2 && !urb->status) {
445 static void se401_video_irq(struct urb *urb) argument
447 struct usb_se401 *se401 = urb->context;
448 int length = urb->actual_length;
462 if (length && !urb
555 struct urb *urb; local
[all...]
H A Dhub.h126 struct urb *urb; /* Interrupt polling pipe */ member in struct:usb_hub
H A DCDCEther.c62 static void read_bulk_callback( struct urb *urb )
64 ether_dev_t *ether_dev = urb->context;
66 int count = urb->actual_length, res;
69 switch ( urb->status ) {
75 dbg("rx status %d", urb->status);
100 switch ( urb->status ) {
108 dbg( "%s: RX status %d", net->name, urb->status );
159 static void write_bulk_callback( struct urb *urb )
[all...]
H A Dusbvideo.c951 usb_free_urb(uvd->sbuf[i].urb);
1057 uvd->sbuf[i].urb = usb_alloc_urb(FRAMES_PER_DESC);
1058 if (uvd->sbuf[i].urb == NULL) {
1767 static int usbvideo_CompressIsochronous(struct uvd *uvd, struct urb *urb) argument
1772 for (i = 0; i < urb->number_of_packets; i++) {
1773 int n = urb->iso_frame_desc[i].actual_length;
1774 int st = urb->iso_frame_desc[i].status;
1776 cdata = urb->transfer_buffer + urb
1797 usbvideo_IsocIrq(struct urb *urb) argument
1881 struct urb *urb = uvd->sbuf[i].urb; local
[all...]
H A Drtl8150.c94 struct urb *rx_urb, *tx_urb, *intr_urb, *ctrl_urb;
142 static void ctrl_callback(struct urb *urb) argument
146 switch (urb->status) {
154 warn("ctrl urb status %d", urb->status);
156 dev = urb->context;
335 static void read_bulk_callback(struct urb *urb) argument
343 dev = urb
386 write_bulk_callback(struct urb *urb) argument
401 intr_callback(struct urb *urb) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/serial/
H A Dpl2303.c126 static void pl2303_read_int_callback (struct urb *urb);
127 static void pl2303_read_bulk_callback (struct urb *urb);
128 static void pl2303_write_bulk_callback (struct urb *urb);
220 err("%s - failed submitting write urb, error %d", __FUNCTION__, result);
436 dbg("%s - submitting read urb", __FUNCTION__);
440 err("%s - failed submitting read urb, error %d", __FUNCTION__, result);
445 dbg("%s - submitting interrupt urb", __FUNCTION_
674 pl2303_read_int_callback(struct urb *urb) argument
720 pl2303_read_bulk_callback(struct urb *urb) argument
810 pl2303_write_bulk_callback(struct urb *urb) argument
[all...]
H A Dipaq.c91 static void ipaq_read_bulk_callback (struct urb *urb);
92 static void ipaq_write_bulk_callback(struct urb *urb);
247 err("%s - failed submitting read urb, error %d", __FUNCTION__, result);
267 err("%s - failed doing control urb, error %d", __FUNCTION__, result);
309 static void ipaq_read_bulk_callback(struct urb *urb) argument
311 struct usb_serial_port *port = (struct usb_serial_port *)urb->context;
314 unsigned char *data = urb
442 struct urb *urb = port->write_urb; local
478 ipaq_write_bulk_callback(struct urb *urb) argument
[all...]
H A Ddigi_acceleport.c32 * urb status is not sufficient.
35 * -- Fixed bug with urb->dev not being set properly, now that the usb
269 /* so we can be sure to send the full buffer in one urb */
273 /* so we can be sure to hold at least one full buffer from one urb */
465 static void digi_write_bulk_callback( struct urb *urb );
473 static void digi_read_bulk_callback( struct urb *urb );
474 static int digi_read_inb_callback( struct urb *urb );
[all...]
H A Dmct_u232.c122 static void mct_u232_write_bulk_callback (struct urb *urb);
124 static void mct_u232_read_int_callback (struct urb *urb);
182 #define WDR_TIMEOUT (HZ * 5 ) /* default urb timeout */
481 /* set up our urb */
494 err("%s - failed submitting write urb, error %d", __FUNCTION__, result);
511 static void mct_u232_write_bulk_callback (struct urb *urb) argument
513 struct usb_serial_port *port = (struct usb_serial_port *)urb
547 mct_u232_read_int_callback(struct urb *urb) argument
[all...]
H A Dftdi_sio.c68 * Free existing write urb and transfer buffer in startup function.
69 * Only use urbs in write urb pool that were successfully allocated.
118 * Added write urb buffer pool on a per device basis
155 * Fixed bug in read_bulk_callback where incorrect urb buffer was used.
199 * Fixed bug with urb->dev not being set properly, now that the usb
535 /* constants which set the number of write urb buffers */
540 /* Constants for read urb */
559 struct urb *write_urb_pool[NUM_URBS];
586 static void ftdi_write_bulk_callback (struct urb *urb);
1027 struct urb *urb; local
1383 struct urb *urb; /* pointer to urb from urb pool */ local
1497 ftdi_write_bulk_callback(struct urb *urb) argument
1570 ftdi_read_bulk_callback(struct urb *urb) argument
[all...]
H A Dio_edgeport.c39 * - fixed potential double free of memory when command urb submitting
63 * - Fixed problem with dev field of urb for kernels >= 2.4.0-test9
71 * Tried to fix the UHCI multiple urb submission, but failed miserably.
80 * Added transmit queue and now allocate urb for command writes.
343 struct urb *write_urb; /* write URB for this port */
381 struct urb * interrupt_read_urb; /* our interrupt urb */
385 struct urb * read_urb; /* our bulk read urb */
442 static void edge_interrupt_callback (struct urb *ur
754 edge_interrupt_callback(struct urb *urb) argument
835 edge_bulk_in_callback(struct urb *urb) argument
886 edge_bulk_out_data_callback(struct urb *urb) argument
926 edge_bulk_out_cmd_callback(struct urb *urb) argument
1389 struct urb *urb; local
2482 struct urb *urb; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/host/
H A Dusb-ohci.h114 struct urb * urb; member in struct:td
233 void * urb; member in struct:virt_root_hub
332 /* urb */
391 struct urb *complete_head, *complete_tail;
433 static void td_fill(ohci_t * ohci, unsigned int info, dma_addr_t data, int len, struct urb * urb, int index);
434 static void td_submit_urb(struct urb * urb);
436 static int rh_submit_urb(struct urb * ur
[all...]
H A Dsl811.h110 void *urb; /* interrupt URB of root hub */ member in struct:virt_root_hub
137 struct urb *urb; /* the urb this td belongs to */ member in struct:sl811_td
138 struct list_head td_list; /* link to a list of the urb */
142 struct urb *urb; /* the urb this priv beloings to */ member in struct:sl811_urb_priv
143 struct list_head td_list; /* list of all the td of this urb */
145 struct sl811_td *first_td; /* the first td of this urb */
[all...]
H A Dehci.h78 struct pci_pool *qh_pool; /* qh per active urb */
80 struct pci_pool *itd_pool; /* itd per iso urb */
81 struct pci_pool *sitd_pool; /* sitd per split iso urb */
100 /* NOTE: urb->transfer_flags expected to not use this bit !!! */
101 #define EHCI_STATE_UNLINK 0x8000 /* urb being unlinked */
292 struct urb *urb; /* qtd's urb */ member in struct:ehci_qtd
428 * trusting urb->interval == (1 << (epdesc->bInterval - 1)),
472 struct urb *ur member in struct:ehci_itd
506 struct urb *urb; member in struct:ehci_sitd
[all...]
H A Duhci.h162 struct urb *urb; member in struct:uhci_td
164 struct list_head list; /* P: urb->lock */
272 struct urb *urb; member in struct:virt_root_hub
335 struct urb *urb; member in struct:urb_priv
342 struct list_head td_list; /* P: urb->lock */
366 * we call urb->complete. I've tried to make it simple enough so I don't
373 * #2 urb
[all...]

Completed in 208 milliseconds

12345