Searched refs:isoc (Results 1 - 17 of 17) sorted by relevance

/linux-master/drivers/media/usb/dvb-usb-v2/
H A Dusb_urb.c28 __func__, ptype == PIPE_ISOCHRONOUS ? "isoc" : "bulk",
173 stream->props.u.isoc.framesperurb, GFP_ATOMIC);
189 urb->interval = stream->props.u.isoc.interval;
190 urb->number_of_packets = stream->props.u.isoc.framesperurb;
191 urb->transfer_buffer_length = stream->props.u.isoc.framesize *
192 stream->props.u.isoc.framesperurb;
195 for (j = 0; j < stream->props.u.isoc.framesperurb; j++) {
198 stream->props.u.isoc.framesize;
199 frame_offset += stream->props.u.isoc.framesize;
262 buf_size = props->u.isoc
[all...]
H A Ddvb_usb.h81 .isoc = { \
143 * @u: union for @bulk and @isoc
160 } isoc; member in union:usb_data_stream_properties::__anon825
H A 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;
1052 stream->u.isoc.framesize = framesize;
1053 stream->u.isoc.interval = 1;
1060 * isoc EP4/ISOC/5/96/564
1110 * isoc EP6/ISOC/5/24/3072
1152 * isoc EP
[all...]
/linux-master/drivers/media/usb/dvb-usb/
H A Dusb-urb.c23 ptype == PIPE_ISOCHRONOUS ? "isoc" : "bulk",
173 stream->props.u.isoc.framesize*stream->props.u.isoc.framesperurb)) < 0)
181 stream->urb_list[i] = usb_alloc_urb(stream->props.u.isoc.framesperurb, GFP_KERNEL);
196 urb->interval = stream->props.u.isoc.interval;
197 urb->number_of_packets = stream->props.u.isoc.framesperurb;
202 for (j = 0; j < stream->props.u.isoc.framesperurb; j++) {
204 urb->iso_frame_desc[j].length = stream->props.u.isoc.framesize;
205 frame_offset += stream->props.u.isoc.framesize;
H A Dttusb2.c676 .isoc = {
731 .isoc = {
792 .isoc = {
811 .isoc = {
H A Ddvb-usb.h119 } isoc; member in union:usb_data_stream_properties::__anon377
H A Dpctv452e.c999 .isoc = {
1052 .isoc = {
H A Dtechnisat-usb2.c731 .isoc = {
H A Dm920x.c1194 .isoc = {
/linux-master/include/xen/interface/io/
H A Dusbif.h349 } isoc; member in union:xenusb_urb_request::__anon458
/linux-master/drivers/usb/host/
H A Dxen-hcd.c686 req->u.isoc.interval = urb->interval;
687 req->u.isoc.start_frame = urb->start_frame;
688 req->u.isoc.number_of_packets = urb->number_of_packets;
689 req->u.isoc.nr_frame_desc_segs = nr_isodesc_pages;
731 nr_segs += shadow->req.u.isoc.nr_frame_desc_segs;
739 shadow->req.u.isoc.nr_frame_desc_segs = 0;
H A Disp1362.h463 struct list_head isoc; member in struct:isp1362_hcd
H A Disp1362-hcd.c877 list_for_each_entry_safe(ep, tmp, &isp1362_hcd->isoc, schedule) {
1353 DBG(1, "%s: Adding ep %p to isoc schedule\n", __func__, ep);
1354 list_add_tail(&ep->schedule, &isp1362_hcd->isoc);
2147 list_for_each_entry(ep, &isp1362_hcd->isoc, schedule) {
2672 INIT_LIST_HEAD(&isp1362_hcd->isoc);
/linux-master/drivers/bluetooth/
H A Dbtusb.c812 struct usb_interface *isoc;
2124 struct usb_interface *intf = data->isoc;
2128 if (!data->isoc)
2207 struct usb_interface *intf = data->isoc;
2232 err = usb_autopm_get_interface(data->isoc ? data->isoc : data->intf);
2279 usb_autopm_put_interface(data->isoc ? data->isoc : data->intf);
4478 data->isoc = NULL;
4481 data->isoc
810 struct usb_interface *isoc; member in struct:btusb_data
[all...]
/linux-master/include/linux/usb/
H A Dhcd.h673 int isoc, int bytecount);
/linux-master/drivers/usb/core/
H A Dhcd.c1062 * @isoc: true for isochronous transactions, false for interrupt ones
1071 long usb_calc_bus_time (int speed, int is_input, int isoc, int bytecount) argument
1085 if (isoc) {
1094 if (isoc)
1443 /* We don't support sg for isoc transfers ! */
/linux-master/drivers/usb/gadget/function/
H A Df_fs.c223 unsigned char isoc; /* P: ffs->eps_lock */ member in struct:ffs_epfile
1008 if (halt && epfile->isoc)
2429 epfile->isoc = usb_endpoint_xfer_isoc(ep->ep->desc);

Completed in 289 milliseconds