/linux-4.1.27/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.1.27/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.1.27/Documentation/devicetree/bindings/usb/ |
D | atmel-usb.txt | 80 - atmel,can-isoc: Boolean to specify if the endpoint support ISOC. 102 atmel,can-isoc; 110 atmel,can-isoc; 132 atmel,can-isoc; 140 atmel,can-isoc;
|
/linux-4.1.27/drivers/staging/ozwpan/ |
D | ozeltbuf.h | 58 int oz_queue_elt_info(struct oz_elt_buf *buf, u8 isoc, u8 id, 60 int oz_select_elts_for_tx(struct oz_elt_buf *buf, u8 isoc, unsigned *len,
|
D | ozeltbuf.c | 148 int oz_queue_elt_info(struct oz_elt_buf *buf, u8 isoc, u8 id, in oz_queue_elt_info() argument 203 list_add_tail(&ei->link_order, isoc ? in oz_queue_elt_info() 208 int oz_select_elts_for_tx(struct oz_elt_buf *buf, u8 isoc, unsigned *len, in oz_select_elts_for_tx() argument 216 if (isoc) in oz_select_elts_for_tx()
|
D | ozusbsvc1.c | 30 struct oz_usb_ctx *usb_ctx, u8 strid, u8 isoc) in oz_usb_submit_elt() argument 41 if (isoc == 0) { in oz_usb_submit_elt() 46 ret = oz_queue_elt_info(eb, isoc, strid, ei); in oz_usb_submit_elt()
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | sama5d4.dtsi | 145 atmel,can-isoc; 153 atmel,can-isoc; 161 atmel,can-isoc; 169 atmel,can-isoc; 177 atmel,can-isoc; 185 atmel,can-isoc; 193 atmel,can-isoc; 200 atmel,can-isoc; 207 atmel,can-isoc; 214 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 | 1084 atmel,can-isoc; 1092 atmel,can-isoc; 1114 atmel,can-isoc; 1122 atmel,can-isoc;
|
D | at91sam9g45.dtsi | 1170 atmel,can-isoc; 1178 atmel,can-isoc; 1200 atmel,can-isoc; 1208 atmel,can-isoc;
|
D | sama5d3.dtsi | 1343 atmel,can-isoc; 1351 atmel,can-isoc;
|
/linux-4.1.27/drivers/bluetooth/ |
D | btusb.c | 351 struct usb_interface *isoc; member 1211 struct usb_interface *intf = data->isoc; in __set_isoc_interface() 1215 if (!data->isoc) in __set_isoc_interface() 1260 err = usb_autopm_get_interface(data->isoc ? data->isoc : data->intf); in btusb_work() 1298 usb_autopm_put_interface(data->isoc ? data->isoc : data->intf); in btusb_work() 3208 data->isoc = NULL; in btusb_probe() 3211 data->isoc = usb_ifnum_to_if(data->udev, 1); in btusb_probe() 3223 data->isoc = NULL; in btusb_probe() 3265 if (data->isoc) { in btusb_probe() 3267 data->isoc, data); in btusb_probe() [all …]
|
/linux-4.1.27/include/linux/usb/ |
D | hcd.h | 611 int isoc, int bytecount);
|
/linux-4.1.27/drivers/usb/core/ |
D | hcd.c | 1115 long usb_calc_bus_time (int speed, int is_input, int isoc, int bytecount) in usb_calc_bus_time() argument 1129 if (isoc) { in usb_calc_bus_time() 1138 if (isoc) in usb_calc_bus_time()
|
/linux-4.1.27/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.1.27/Documentation/dvb/ |
D | README.dvb-usb | 16 (bulk and isoc are supported)
|
/linux-4.1.27/arch/avr32/mach-at32ap/ |
D | at32ap700x.c | 1748 #define EP(nam, idx, maxpkt, maxbk, dma, isoc) \ argument 1755 .can_isoc = isoc, \
|
/linux-4.1.27/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()
|