Searched defs:ctrl_urb (Results 1 - 5 of 5) sorted by relevance

/drivers/isdn/hisax/
H A Dhfc_usb.c191 struct urb *ctrl_urb; /* transfer structure for control channel */ member in struct:hfcusb_data
226 hfc->ctrl_urb->pipe = hfc->ctrl_out_pipe;
227 hfc->ctrl_urb->setup_packet = (u_char *)&hfc->ctrl_write;
228 hfc->ctrl_urb->transfer_buffer = NULL;
229 hfc->ctrl_urb->transfer_buffer_length = 0;
235 usb_submit_urb(hfc->ctrl_urb, GFP_ATOMIC); /* start transfer */
1185 usb_fill_control_urb(hfc->ctrl_urb,
1490 context->ctrl_urb = usb_alloc_urb(0, GFP_KERNEL);
1492 if (!context->ctrl_urb) {
1510 usb_kill_urb(context->ctrl_urb);
[all...]
/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.h289 struct urb *ctrl_urb; member in struct:hfcsusb
/drivers/net/usb/
H A Dcatc.c193 struct urb *tx_urb, *rx_urb, *irq_urb, *ctrl_urb; member in struct:catc
485 struct urb *urb = catc->ctrl_urb;
504 if ((status = usb_submit_urb(catc->ctrl_urb, GFP_ATOMIC)))
505 dev_err(&catc->usbdev->dev, "submit(ctrl_urb) status %d\n",
752 usb_kill_urb(catc->ctrl_urb);
808 catc->ctrl_urb = usb_alloc_urb(0, GFP_KERNEL);
812 if ((!catc->ctrl_urb) || (!catc->tx_urb) ||
815 usb_free_urb(catc->ctrl_urb);
835 usb_fill_control_urb(catc->ctrl_urb, usbdev, usb_sndctrlpipe(usbdev, 0),
919 usb_free_urb(catc->ctrl_urb);
[all...]
H A Dhso.c1759 struct urb *ctrl_urb,
1767 if (!serial || !ctrl_urb || !ctrl_req) {
1798 ctrl_urb->transfer_flags = 0;
1799 usb_fill_control_urb(ctrl_urb,
1805 result = usb_submit_urb(ctrl_urb, GFP_ATOMIC);
1807 dev_err(&ctrl_urb->dev->dev,
1808 "%s failed submit ctrl_urb %d type %d\n", __func__,
1758 mux_device_request(struct hso_serial *serial, u8 type, u16 port, struct urb *ctrl_urb, struct usb_ctrlrequest *ctrl_req, u8 *ctrl_urb_data, u32 size) argument
/drivers/media/usb/usbvision/
H A Dusbvision.h367 struct urb *ctrl_urb; member in struct:usb_usbvision

Completed in 100 milliseconds