Home
last modified time | relevance | path

Searched refs:isoc (Results 1 – 14 of 14) sorted by relevance

/drivers/media/usb/dvb-usb-v2/
Dusb_urb.c173 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 …]
Ddvb_usb.h81 .isoc = { \
160 } isoc; member
Dmxl111sf.c29 module_param_named(isoc, dvb_usb_mxl111sf_isoc, int, 0644);
30 MODULE_PARM_DESC(isoc, "enable usb isoc xfer (0=bulk, 1=isoc).");
1051 stream->u.isoc.framesperurb = framesperurb; in mxl111sf_stream_config_isoc()
1052 stream->u.isoc.framesize = framesize; in mxl111sf_stream_config_isoc()
1053 stream->u.isoc.interval = 1; in mxl111sf_stream_config_isoc()
/drivers/media/usb/dvb-usb/
Dusb-urb.c173 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()
Dttusb2.c670 .isoc = {
725 .isoc = {
786 .isoc = {
805 .isoc = {
Ddvb-usb.h119 } isoc; member
Dpctv452e.c991 .isoc = {
1044 .isoc = {
Dtechnisat-usb2.c726 .isoc = {
Dm920x.c1185 .isoc = {
/drivers/bluetooth/
Dbtusb.c619 struct usb_interface *isoc; member
1710 struct usb_interface *intf = data->isoc; in __set_isoc_interface()
1714 if (!data->isoc) in __set_isoc_interface()
1793 struct usb_interface *intf = data->isoc; in btusb_find_altsetting()
1818 err = usb_autopm_get_interface(data->isoc ? data->isoc : data->intf); in btusb_work()
1864 usb_autopm_put_interface(data->isoc ? data->isoc : data->intf); in btusb_work()
3985 data->isoc = NULL; in btusb_probe()
3988 data->isoc = usb_ifnum_to_if(data->udev, ifnum_base + 1); in btusb_probe()
4012 data->isoc = NULL; in btusb_probe()
4061 if (data->isoc) { in btusb_probe()
[all …]
/drivers/usb/core/
Dhcd.c1098 long usb_calc_bus_time (int speed, int is_input, int isoc, int bytecount) in usb_calc_bus_time() argument
1112 if (isoc) { in usb_calc_bus_time()
1121 if (isoc) in usb_calc_bus_time()
/drivers/usb/host/
Disp1362-hcd.c877 list_for_each_entry_safe(ep, tmp, &isp1362_hcd->isoc, schedule) { in start_iso_transfers()
1354 list_add_tail(&ep->schedule, &isp1362_hcd->isoc); in isp1362_urb_enqueue()
2147 list_for_each_entry(ep, &isp1362_hcd->isoc, schedule) { in isp1362_show()
2675 INIT_LIST_HEAD(&isp1362_hcd->isoc); in isp1362_probe()
Disp1362.h463 struct list_head isoc; member
/drivers/usb/gadget/function/
Df_fs.c197 unsigned char isoc; /* P: ffs->eps_lock */ member
977 if (halt && epfile->isoc) in ffs_epfile_io()
2017 epfile->isoc = usb_endpoint_xfer_isoc(ep->ep->desc); in ffs_func_eps_enable()