/linux-4.4.14/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() 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 …]
|
D | dvb_usb.h | 94 .isoc = { \ 169 } isoc; member
|
D | mxl111sf.c | 35 module_param_named(isoc, dvb_usb_mxl111sf_isoc, int, 0644); 36 MODULE_PARM_DESC(isoc, "enable usb isoc xfer (0=bulk, 1=isoc)."); 1026 stream->u.isoc.framesperurb = framesperurb; in mxl111sf_stream_config_isoc() 1027 stream->u.isoc.framesize = framesize; in mxl111sf_stream_config_isoc() 1028 stream->u.isoc.interval = 1; in mxl111sf_stream_config_isoc()
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
D | usb-urb.c | 172 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()
|
D | ttusb2.c | 653 .isoc = { 708 .isoc = { 769 .isoc = { 788 .isoc = {
|
D | dvb-usb.h | 117 } isoc; member
|
D | pctv452e.c | 948 .isoc = { 1001 .isoc = {
|
D | technisat-usb2.c | 713 .isoc = {
|
D | m920x.c | 1184 .isoc = {
|
/linux-4.4.14/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-4.4.14/arch/arm/boot/dts/ |
D | sama5d2.dtsi | 132 atmel,can-isoc; 140 atmel,can-isoc; 148 atmel,can-isoc; 156 atmel,can-isoc; 164 atmel,can-isoc; 172 atmel,can-isoc; 180 atmel,can-isoc; 187 atmel,can-isoc; 194 atmel,can-isoc; 201 atmel,can-isoc; [all …]
|
D | sama5d4.dtsi | 149 atmel,can-isoc; 157 atmel,can-isoc; 165 atmel,can-isoc; 173 atmel,can-isoc; 181 atmel,can-isoc; 189 atmel,can-isoc; 197 atmel,can-isoc; 204 atmel,can-isoc; 211 atmel,can-isoc; 218 atmel,can-isoc; [all …]
|
D | at91sam9rl.dtsi | 315 atmel,can-isoc; 323 atmel,can-isoc; 345 atmel,can-isoc; 353 atmel,can-isoc;
|
D | at91sam9x5.dtsi | 1133 atmel,can-isoc; 1141 atmel,can-isoc; 1163 atmel,can-isoc; 1171 atmel,can-isoc;
|
D | at91sam9g45.dtsi | 1183 atmel,can-isoc; 1191 atmel,can-isoc; 1213 atmel,can-isoc; 1221 atmel,can-isoc;
|
D | sama5d3.dtsi | 1348 atmel,can-isoc; 1356 atmel,can-isoc;
|
/linux-4.4.14/drivers/bluetooth/ |
D | btusb.c | 368 struct usb_interface *isoc; member 1315 struct usb_interface *intf = data->isoc; in __set_isoc_interface() 1319 if (!data->isoc) in __set_isoc_interface() 1364 err = usb_autopm_get_interface(data->isoc ? data->isoc : data->intf); in btusb_work() 1418 usb_autopm_put_interface(data->isoc ? data->isoc : data->intf); in btusb_work() 2985 data->isoc = NULL; in btusb_probe() 2988 data->isoc = usb_ifnum_to_if(data->udev, ifnum_base + 1); in btusb_probe() 3000 data->isoc = NULL; in btusb_probe() 3042 if (data->isoc) { in btusb_probe() 3044 data->isoc, data); in btusb_probe() [all …]
|
/linux-4.4.14/include/linux/usb/ |
D | hcd.h | 622 int isoc, int bytecount);
|
/linux-4.4.14/drivers/usb/core/ |
D | hcd.c | 1166 long usb_calc_bus_time (int speed, int is_input, int isoc, int bytecount) in usb_calc_bus_time() argument 1180 if (isoc) { in usb_calc_bus_time() 1189 if (isoc) in usb_calc_bus_time()
|
/linux-4.4.14/drivers/usb/host/ |
D | isp1362-hcd.c | 875 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()
|
D | isp1362.h | 509 struct list_head isoc; member
|
/linux-4.4.14/Documentation/dvb/ |
D | README.dvb-usb | 16 (bulk and isoc are supported)
|
/linux-4.4.14/arch/avr32/mach-at32ap/ |
D | at32ap700x.c | 1725 #define EP(nam, idx, maxpkt, maxbk, dma, isoc) \ argument 1732 .can_isoc = isoc, \
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | f_fs.c | 136 unsigned char isoc; /* P: ffs->eps_lock */ member 714 if (halt && epfile->isoc) { in ffs_epfile_io() 1671 epfile->isoc = usb_endpoint_xfer_isoc(ds); in ffs_func_eps_enable()
|