Searched refs:tx_urb (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A Dkingsun-sir.c127 struct urb *tx_urb; member in struct:kingsun_cb
178 usb_fill_int_urb(kingsun->tx_urb, kingsun->usbdev,
183 if ((ret = usb_submit_urb(kingsun->tx_urb, GFP_ATOMIC))) {
184 err("kingsun_hard_xmit: failed tx_urb submit: %d", ret);
283 kingsun->tx_urb = usb_alloc_urb(0, GFP_KERNEL);
284 if (!kingsun->tx_urb)
326 if (kingsun->tx_urb) {
327 usb_free_urb(kingsun->tx_urb);
328 kingsun->tx_urb = NULL;
356 usb_kill_urb(kingsun->tx_urb);
[all...]
H A Dirda-usb.h150 struct urb *tx_urb; /* URB used to send data frames */ member in struct:irda_usb_cb
H A Dirda-usb.c388 struct urb *urb = self->tx_urb;
549 * Note : this function will be called only for tx_urb...
562 IRDA_ASSERT(urb == self->tx_urb, return;);
671 urb = self->tx_urb;
1275 usb_kill_urb(self->tx_urb);
1659 self->tx_urb = usb_alloc_urb(0, GFP_KERNEL);
1660 if (!self->tx_urb) {
1783 usb_free_urb(self->tx_urb);
1840 usb_kill_urb(self->tx_urb);
1855 usb_free_urb(self->tx_urb);
[all...]
H A Dmcs7780.h128 struct urb *tx_urb; member in struct:mcs_cb
H A Dmcs7780.c505 mcs->tx_urb = usb_alloc_urb(0, GFP_KERNEL);
506 if (!mcs->tx_urb)
684 usb_kill_urb(mcs->tx_urb);
685 usb_free_urb(mcs->tx_urb);
860 usb_fill_bulk_urb(mcs->tx_urb, mcs->usbdev,
864 if ((ret = usb_submit_urb(mcs->tx_urb, GFP_ATOMIC))) {
865 IRDA_ERROR("failed tx_urb: %d\n", ret);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/usb/
H A Dcatc.c196 struct urb *tx_urb, *rx_urb, *irq_urb, *ctrl_urb; member in struct:catc
365 catc->tx_urb->transfer_buffer_length = catc->tx_ptr;
366 catc->tx_urb->transfer_buffer = catc->tx_buf[catc->tx_idx];
367 catc->tx_urb->dev = catc->usbdev;
369 if ((status = usb_submit_urb(catc->tx_urb, GFP_ATOMIC)) < 0)
370 err("submit(tx_urb), status %d", status);
457 usb_unlink_urb(catc->tx_urb);
742 usb_kill_urb(catc->tx_urb);
793 catc->tx_urb = usb_alloc_urb(0, GFP_KERNEL);
796 if ((!catc->ctrl_urb) || (!catc->tx_urb) ||
[all...]
H A Drtl8150.c160 struct urb *rx_urb, *tx_urb, *intr_urb, *ctrl_urb; member in struct:rtl8150
367 dev->tx_urb = usb_alloc_urb(0, GFP_KERNEL);
368 if (!dev->tx_urb) {
375 usb_free_urb(dev->tx_urb);
381 usb_free_urb(dev->tx_urb);
392 usb_free_urb(dev->tx_urb);
400 usb_kill_urb(dev->tx_urb);
703 usb_unlink_urb(dev->tx_urb);
736 usb_fill_bulk_urb(dev->tx_urb, dev->udev, usb_sndbulkpipe(dev->udev, 2),
738 if ((res = usb_submit_urb(dev->tx_urb, GFP_ATOMI
[all...]
H A Dkaweth.c232 struct urb *tx_urb; member in struct:kaweth_device
708 usb_kill_urb(kaweth->tx_urb);
812 usb_fill_bulk_urb(kaweth->tx_urb,
821 if((res = usb_submit_urb(kaweth->tx_urb, GFP_ATOMIC)))
823 warn("kaweth failed tx_urb %d", res);
919 usb_unlink_urb(kaweth->tx_urb);
1112 kaweth->tx_urb = usb_alloc_urb(0, GFP_KERNEL);
1113 if (!kaweth->tx_urb)
1182 usb_free_urb(kaweth->tx_urb);
1210 usb_free_urb(kaweth->tx_urb);
[all...]
H A Dpegasus.c866 usb_unlink_urb(pegasus->tx_urb);
881 usb_fill_bulk_urb(pegasus->tx_urb, pegasus->usb,
885 if ((res = usb_submit_urb(pegasus->tx_urb, GFP_ATOMIC))) {
959 usb_free_urb(pegasus->tx_urb);
967 usb_kill_urb(pegasus->tx_urb);
983 pegasus->tx_urb = usb_alloc_urb(0, GFP_KERNEL);
984 if (!pegasus->tx_urb) {
991 usb_free_urb(pegasus->tx_urb);
H A Dpegasus.h99 struct urb *ctrl_urb, *rx_urb, *tx_urb, *intr_urb; member in struct:pegasus
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/libertas/
H A Dif_usb.h50 struct urb *rx_urb, *tx_urb; member in struct:usb_card_rec
H A Dif_usb.c100 usb_kill_urb(cardp->tx_urb);
103 usb_free_urb(cardp->tx_urb);
104 cardp->tx_urb = NULL;
179 if (!(cardp->tx_urb = usb_alloc_urb(0, GFP_KERNEL))) {
396 usb_fill_bulk_urb(cardp->tx_urb, cardp->udev,
401 cardp->tx_urb->transfer_flags |= URB_ZERO_PACKET;
403 if ((ret = usb_submit_urb(cardp->tx_urb, GFP_ATOMIC))) {
907 usb_kill_urb(cardp->tx_urb);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dzd1201.h36 struct urb *tx_urb; member in struct:zd1201
H A Dzd1201.c789 struct urb *urb = zd->tx_urb;
820 err = usb_submit_urb(zd->tx_urb, GFP_ATOMIC);
842 usb_unlink_urb(zd->tx_urb);
1755 zd->tx_urb = usb_alloc_urb(0, GFP_KERNEL);
1756 if (!zd->rx_urb || !zd->tx_urb)
1829 usb_free_urb(zd->tx_urb);
1855 if (zd->tx_urb) {
1856 usb_kill_urb(zd->tx_urb);
1857 usb_free_urb(zd->tx_urb);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/bluetooth/
H A Dbpa10x.c78 struct urb *tx_urb; member in struct:bpa10x_data
246 urb = data->tx_urb;
412 data->tx_urb = bpa10x_alloc_urb(udev, usb_sndbulkpipe(udev, BPA10X_TX_EP),
462 usb_kill_urb(data->tx_urb);
469 bpa10x_free_urb(data->tx_urb);

Completed in 103 milliseconds