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.c174 stream->props.u.isoc.framesperurb, GFP_ATOMIC); in usb_urb_alloc_isoc_urbs()
190 urb->interval = stream->props.u.isoc.interval; in usb_urb_alloc_isoc_urbs()
191 urb->number_of_packets = stream->props.u.isoc.framesperurb; in usb_urb_alloc_isoc_urbs()
192 urb->transfer_buffer_length = stream->props.u.isoc.framesize * in usb_urb_alloc_isoc_urbs()
193 stream->props.u.isoc.framesperurb; in usb_urb_alloc_isoc_urbs()
197 for (j = 0; j < stream->props.u.isoc.framesperurb; j++) { in usb_urb_alloc_isoc_urbs()
200 stream->props.u.isoc.framesize; in usb_urb_alloc_isoc_urbs()
201 frame_offset += stream->props.u.isoc.framesize; in usb_urb_alloc_isoc_urbs()
271 buf_size = props->u.isoc.framesize * props->u.isoc.framesperurb; in usb_urb_reconfig()
294 props->u.isoc.framesperurb == in usb_urb_reconfig()
[all …]
Ddvb_usb.h94 .isoc = { \
169 } isoc; member
Dmxl111sf.c33 module_param_named(isoc, dvb_usb_mxl111sf_isoc, int, 0644);
34 MODULE_PARM_DESC(isoc, "enable usb isoc xfer (0=bulk, 1=isoc).");
1052 stream->u.isoc.framesperurb = framesperurb; in mxl111sf_stream_config_isoc()
1053 stream->u.isoc.framesize = framesize; in mxl111sf_stream_config_isoc()
1054 stream->u.isoc.interval = 1; in mxl111sf_stream_config_isoc()
/drivers/media/usb/dvb-usb/
Dusb-urb.c172 stream->props.u.isoc.framesize*stream->props.u.isoc.framesperurb)) < 0) in usb_isoc_urb_init()
180 stream->urb_list[i] = usb_alloc_urb(stream->props.u.isoc.framesperurb, GFP_ATOMIC); in usb_isoc_urb_init()
195 urb->interval = stream->props.u.isoc.interval; in usb_isoc_urb_init()
196 urb->number_of_packets = stream->props.u.isoc.framesperurb; in usb_isoc_urb_init()
201 for (j = 0; j < stream->props.u.isoc.framesperurb; j++) { in usb_isoc_urb_init()
203 urb->iso_frame_desc[j].length = stream->props.u.isoc.framesize; in usb_isoc_urb_init()
204 frame_offset += stream->props.u.isoc.framesize; in usb_isoc_urb_init()
Dttusb2.c672 .isoc = {
727 .isoc = {
788 .isoc = {
807 .isoc = {
Ddvb-usb.h117 } isoc; member
Dpctv452e.c979 .isoc = {
1032 .isoc = {
Dtechnisat-usb2.c732 .isoc = {
Dm920x.c1184 .isoc = {
/drivers/bluetooth/
Dbtusb.c380 struct usb_interface *isoc; member
1327 struct usb_interface *intf = data->isoc; in __set_isoc_interface()
1331 if (!data->isoc) in __set_isoc_interface()
1376 err = usb_autopm_get_interface(data->isoc ? data->isoc : data->intf); in btusb_work()
1430 usb_autopm_put_interface(data->isoc ? data->isoc : data->intf); in btusb_work()
2951 data->isoc = NULL; in btusb_probe()
2954 data->isoc = usb_ifnum_to_if(data->udev, ifnum_base + 1); in btusb_probe()
2966 data->isoc = NULL; in btusb_probe()
3008 if (data->isoc) { in btusb_probe()
3010 data->isoc, data); in btusb_probe()
[all …]
/drivers/usb/core/
Dhcd.c1191 long usb_calc_bus_time (int speed, int is_input, int isoc, int bytecount) in usb_calc_bus_time() argument
1205 if (isoc) { in usb_calc_bus_time()
1214 if (isoc) in usb_calc_bus_time()
/drivers/usb/host/
Disp1362-hcd.c875 list_for_each_entry_safe(ep, tmp, &isp1362_hcd->isoc, schedule) { in start_iso_transfers()
1352 list_add_tail(&ep->schedule, &isp1362_hcd->isoc); in isp1362_urb_enqueue()
2144 list_for_each_entry(ep, &isp1362_hcd->isoc, schedule) { in isp1362_show()
2691 INIT_LIST_HEAD(&isp1362_hcd->isoc); in isp1362_probe()
Disp1362.h509 struct list_head isoc; member
/drivers/usb/gadget/function/
Df_fs.c197 unsigned char isoc; /* P: ffs->eps_lock */ member
899 if (halt && epfile->isoc) in ffs_epfile_io()
1871 epfile->isoc = usb_endpoint_xfer_isoc(ds); in ffs_func_eps_enable()