| /OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb-v2/ |
| H A D | usb_urb.c | 173 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 …]
|
| H A D | dvb_usb.h | 81 .isoc = { \ 158 } isoc; member
|
| H A D | mxl111sf.c | 29 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()
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb/ |
| H A 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()
|
| H A D | ttusb2.c | 670 .isoc = { 725 .isoc = { 786 .isoc = { 805 .isoc = {
|
| H A D | dvb-usb.h | 118 } isoc; member
|
| H A D | pctv452e.c | 991 .isoc = { 1044 .isoc = {
|
| H A D | technisat-usb2.c | 726 .isoc = {
|
| H A D | m920x.c | 1184 .isoc = {
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-at91/include/mach/ |
| H A D | atmel_usba_udc.h | 13 #define EP(nam, idx, maxpkt, maxbk, dma, isoc) \ argument 20 .can_isoc = isoc, \
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/ |
| H A D | rtk_bt.c | 1103 struct usb_interface *intf = data->isoc; 1107 if (!data->isoc) 1156 usb_autopm_get_interface(data->isoc ? data-> 1157 isoc : data->intf); 1202 usb_autopm_put_interface(data->isoc ? data-> 1203 isoc : data->intf); 1553 data->isoc = usb_ifnum_to_if(data->udev, 1); 1555 if (data->isoc) { 1557 data->isoc, data); 1621 if (data->isoc) [all …]
|
| H A D | rtk_bt.h | 105 struct usb_interface *isoc; member
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | sama5d4.dtsi | 150 atmel,can-isoc; 158 atmel,can-isoc; 166 atmel,can-isoc; 174 atmel,can-isoc; 182 atmel,can-isoc; 190 atmel,can-isoc; 198 atmel,can-isoc; 205 atmel,can-isoc; 212 atmel,can-isoc; 219 atmel,can-isoc; [all …]
|
| H A D | at91sam9rl.dtsi | 314 atmel,can-isoc; 322 atmel,can-isoc; 344 atmel,can-isoc; 352 atmel,can-isoc;
|
| H A D | at91sam9x5.dtsi | 1146 atmel,can-isoc; 1154 atmel,can-isoc; 1176 atmel,can-isoc; 1184 atmel,can-isoc;
|
| H A D | at91sam9g45.dtsi | 1191 atmel,can-isoc; 1199 atmel,can-isoc; 1221 atmel,can-isoc; 1229 atmel,can-isoc;
|
| H A D | sama5d3.dtsi | 1394 atmel,can-isoc; 1402 atmel,can-isoc;
|
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | btusb.c | 527 struct usb_interface *isoc; member 1624 struct usb_interface *intf = data->isoc; in __set_isoc_interface() 1628 if (!data->isoc) in __set_isoc_interface() 1707 struct usb_interface *intf = data->isoc; in btusb_find_altsetting() 1732 err = usb_autopm_get_interface(data->isoc ? data->isoc : data->intf); in btusb_work() 1778 usb_autopm_put_interface(data->isoc ? data->isoc : data->intf); in btusb_work() 4223 data->isoc = NULL; in btusb_probe() 4226 data->isoc = usb_ifnum_to_if(data->udev, ifnum_base + 1); in btusb_probe() 4253 data->isoc = NULL; in btusb_probe() 4302 if (data->isoc) { in btusb_probe() [all …]
|
| H A D | rtk_btusb.c | 127 struct usb_interface *isoc; member 3478 struct usb_interface *intf = data->isoc; in set_isoc_interface() 3482 if (!data->isoc) in set_isoc_interface() 3540 err = usb_autopm_get_interface(data->isoc ? data->isoc : data->intf); in btusb_work() 3604 usb_autopm_put_interface(data->isoc ? data->isoc : data->intf); in btusb_work() 4220 data->isoc = usb_ifnum_to_if(data->udev, 1); in btusb_probe() 4221 if (data->isoc) { in btusb_probe() 4223 data->isoc, data); in btusb_probe() 4331 if (data->isoc) in btusb_disconnect() 4332 usb_set_intfdata(data->isoc, NULL); in btusb_disconnect() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/ |
| H A D | atmel-usb.txt | 106 - atmel,can-isoc: Boolean to specify if the endpoint support ISOC.
|
| /OK3568_Linux_fs/kernel/drivers/usb/core/ |
| H A D | hcd.c | 1093 long usb_calc_bus_time (int speed, int is_input, int isoc, int bytecount) in usb_calc_bus_time() argument 1107 if (isoc) { in usb_calc_bus_time() 1116 if (isoc) in usb_calc_bus_time()
|
| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A D | hcd.h | 669 int isoc, int bytecount);
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A 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() 2677 INIT_LIST_HEAD(&isp1362_hcd->isoc); in isp1362_probe()
|
| H A D | isp1362.h | 464 struct list_head isoc; member
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/media/drivers/ |
| H A D | dvb-usb.rst | 24 (bulk and isoc are supported)
|