Searched refs:isoc (Results 1 – 10 of 10) sorted by relevance
173 stream->props.u.isoc.framesperurb, GFP_ATOMIC); in usb_urb_alloc_isoc_urbs()189 urb->interval = stream->props.u.isoc.interval; in usb_urb_alloc_isoc_urbs()190 urb->number_of_packets = stream->props.u.isoc.framesperurb; in usb_urb_alloc_isoc_urbs()191 urb->transfer_buffer_length = stream->props.u.isoc.framesize * in usb_urb_alloc_isoc_urbs()192 stream->props.u.isoc.framesperurb; in usb_urb_alloc_isoc_urbs()195 for (j = 0; j < stream->props.u.isoc.framesperurb; j++) { in usb_urb_alloc_isoc_urbs()198 stream->props.u.isoc.framesize; in usb_urb_alloc_isoc_urbs()199 frame_offset += stream->props.u.isoc.framesize; in usb_urb_alloc_isoc_urbs()262 buf_size = props->u.isoc.framesize * props->u.isoc.framesperurb; in usb_urb_reconfig()285 props->u.isoc.framesperurb == in usb_urb_reconfig()[all …]
173 stream->props.u.isoc.framesize*stream->props.u.isoc.framesperurb)) < 0) in usb_isoc_urb_init()181 stream->urb_list[i] = usb_alloc_urb(stream->props.u.isoc.framesperurb, GFP_KERNEL); in usb_isoc_urb_init()196 urb->interval = stream->props.u.isoc.interval; in usb_isoc_urb_init()197 urb->number_of_packets = stream->props.u.isoc.framesperurb; in usb_isoc_urb_init()202 for (j = 0; j < stream->props.u.isoc.framesperurb; j++) { in usb_isoc_urb_init()204 urb->iso_frame_desc[j].length = stream->props.u.isoc.framesize; in usb_isoc_urb_init()205 frame_offset += stream->props.u.isoc.framesize; in usb_isoc_urb_init()
918 struct usb_interface *isoc; member2258 struct usb_interface *intf = data->isoc; in __set_isoc_interface()2262 if (!data->isoc) in __set_isoc_interface()2341 struct usb_interface *intf = data->isoc; in btusb_find_altsetting()2366 err = usb_autopm_get_interface(data->isoc ? data->isoc : data->intf); in btusb_work()2413 usb_autopm_put_interface(data->isoc ? data->isoc : data->intf); in btusb_work()3967 if (!drvdata->isoc) in btusb_hci_drv_supported_altsettings()4296 data->isoc = NULL; in btusb_probe()4299 data->isoc = usb_ifnum_to_if(data->udev, ifnum_base + 1); in btusb_probe()4336 data->isoc = NULL; in btusb_probe()[all …]
686 req->u.isoc.interval = urb->interval; in xenhcd_map_urb_for_request()687 req->u.isoc.start_frame = urb->start_frame; in xenhcd_map_urb_for_request()688 req->u.isoc.number_of_packets = urb->number_of_packets; in xenhcd_map_urb_for_request()689 req->u.isoc.nr_frame_desc_segs = nr_isodesc_pages; in xenhcd_map_urb_for_request()731 nr_segs += shadow->req.u.isoc.nr_frame_desc_segs; in xenhcd_gnttab_done()739 shadow->req.u.isoc.nr_frame_desc_segs = 0; in xenhcd_gnttab_done()
349 } isoc; member
113 - atmel,can-isoc: Boolean to specify if the endpoint support ISOC.
673 int isoc, int bytecount);
1067 long usb_calc_bus_time (int speed, int is_input, int isoc, int bytecount) in usb_calc_bus_time() argument1081 if (isoc) { in usb_calc_bus_time()1090 if (isoc) in usb_calc_bus_time()
24 (bulk and isoc are supported)
223 unsigned char isoc; /* P: ffs->eps_lock */ member1019 if (halt && epfile->isoc) in ffs_epfile_io()2437 epfile->isoc = usb_endpoint_xfer_isoc(ep->ep->desc); in ffs_func_eps_enable()