/Linux-v4.19/drivers/media/usb/dvb-usb-v2/ |
D | usb_urb.c | 174 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() 196 for (j = 0; j < stream->props.u.isoc.framesperurb; j++) { in usb_urb_alloc_isoc_urbs() 199 stream->props.u.isoc.framesize; in usb_urb_alloc_isoc_urbs() 200 frame_offset += stream->props.u.isoc.framesize; in usb_urb_alloc_isoc_urbs() 263 buf_size = props->u.isoc.framesize * props->u.isoc.framesperurb; in usb_urb_reconfig() 286 props->u.isoc.framesperurb == in usb_urb_reconfig() [all …]
|
D | dvb_usb.h | 94 .isoc = { \ 169 } isoc; member
|
D | mxl111sf.c | 32 module_param_named(isoc, dvb_usb_mxl111sf_isoc, int, 0644); 33 MODULE_PARM_DESC(isoc, "enable usb isoc xfer (0=bulk, 1=isoc)."); 1054 stream->u.isoc.framesperurb = framesperurb; in mxl111sf_stream_config_isoc() 1055 stream->u.isoc.framesize = framesize; in mxl111sf_stream_config_isoc() 1056 stream->u.isoc.interval = 1; in mxl111sf_stream_config_isoc()
|
/Linux-v4.19/drivers/media/usb/dvb-usb/ |
D | usb-urb.c | 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()
|
D | ttusb2.c | 672 .isoc = { 727 .isoc = { 788 .isoc = { 807 .isoc = {
|
D | dvb-usb.h | 118 } isoc; member
|
D | pctv452e.c | 987 .isoc = { 1040 .isoc = {
|
D | technisat-usb2.c | 727 .isoc = {
|
D | m920x.c | 1177 .isoc = {
|
/Linux-v4.19/Documentation/devicetree/bindings/usb/ |
D | atmel-usb.txt | 103 - atmel,can-isoc: Boolean to specify if the endpoint support ISOC. 127 atmel,can-isoc; 135 atmel,can-isoc; 157 atmel,can-isoc; 165 atmel,can-isoc;
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | sama5d2.dtsi | 166 atmel,can-isoc; 174 atmel,can-isoc; 182 atmel,can-isoc; 190 atmel,can-isoc; 198 atmel,can-isoc; 206 atmel,can-isoc; 214 atmel,can-isoc; 221 atmel,can-isoc; 228 atmel,can-isoc; 235 atmel,can-isoc; [all …]
|
D | sama5d4.dtsi | 155 atmel,can-isoc; 163 atmel,can-isoc; 171 atmel,can-isoc; 179 atmel,can-isoc; 187 atmel,can-isoc; 195 atmel,can-isoc; 203 atmel,can-isoc; 210 atmel,can-isoc; 217 atmel,can-isoc; 224 atmel,can-isoc; [all …]
|
D | at91sam9rl.dtsi | 322 atmel,can-isoc; 330 atmel,can-isoc; 352 atmel,can-isoc; 360 atmel,can-isoc;
|
D | at91sam9x5.dtsi | 1167 atmel,can-isoc; 1175 atmel,can-isoc; 1197 atmel,can-isoc; 1205 atmel,can-isoc;
|
D | at91sam9g45.dtsi | 1218 atmel,can-isoc; 1226 atmel,can-isoc; 1248 atmel,can-isoc; 1256 atmel,can-isoc;
|
D | sama5d3.dtsi | 1435 atmel,can-isoc; 1443 atmel,can-isoc;
|
/Linux-v4.19/drivers/bluetooth/ |
D | btusb.c | 445 struct usb_interface *isoc; member 1408 struct usb_interface *intf = data->isoc; in __set_isoc_interface() 1412 if (!data->isoc) in __set_isoc_interface() 1457 err = usb_autopm_get_interface(data->isoc ? data->isoc : data->intf); in btusb_work() 1511 usb_autopm_put_interface(data->isoc ? data->isoc : data->intf); in btusb_work() 3143 data->isoc = NULL; in btusb_probe() 3146 data->isoc = usb_ifnum_to_if(data->udev, ifnum_base + 1); in btusb_probe() 3159 data->isoc = NULL; in btusb_probe() 3200 if (data->isoc) { in btusb_probe() 3202 data->isoc, data); in btusb_probe() [all …]
|
/Linux-v4.19/include/linux/usb/ |
D | hcd.h | 637 int isoc, int bytecount);
|
/Linux-v4.19/drivers/usb/core/ |
D | hcd.c | 1182 long usb_calc_bus_time (int speed, int is_input, int isoc, int bytecount) in usb_calc_bus_time() argument 1196 if (isoc) { in usb_calc_bus_time() 1205 if (isoc) in usb_calc_bus_time()
|
/Linux-v4.19/drivers/usb/host/ |
D | isp1362-hcd.c | 877 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() 2693 INIT_LIST_HEAD(&isp1362_hcd->isoc); in isp1362_probe()
|
D | isp1362.h | 464 struct list_head isoc; member
|
/Linux-v4.19/Documentation/media/dvb-drivers/ |
D | dvb-usb.rst | 22 (bulk and isoc are supported)
|
/Linux-v4.19/drivers/usb/gadget/function/ |
D | f_fs.c | 194 unsigned char isoc; /* P: ffs->eps_lock */ member 905 if (halt && epfile->isoc) in ffs_epfile_io() 1895 epfile->isoc = usb_endpoint_xfer_isoc(ep->ep->desc); in ffs_func_eps_enable()
|