Home
last modified time | relevance | path

Searched refs:isoc (Results 1 – 26 of 26) sorted by relevance

/linux-4.1.27/drivers/media/usb/dvb-usb-v2/
Dusb_urb.c174 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 …]
Ddvb_usb.h94 .isoc = { \
169 } isoc; member
Dmxl111sf.c35 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/
Dusb-urb.c172 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()
Dttusb2.c653 .isoc = {
708 .isoc = {
769 .isoc = {
788 .isoc = {
Ddvb-usb.h117 } isoc; member
Dpctv452e.c948 .isoc = {
1001 .isoc = {
Dtechnisat-usb2.c713 .isoc = {
Dm920x.c1184 .isoc = {
/linux-4.1.27/Documentation/devicetree/bindings/usb/
Datmel-usb.txt80 - 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/
Dozeltbuf.h58 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,
Dozeltbuf.c148 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()
Dozusbsvc1.c30 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/
Dsama5d4.dtsi145 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 …]
Dat91sam9rl.dtsi315 atmel,can-isoc;
323 atmel,can-isoc;
345 atmel,can-isoc;
353 atmel,can-isoc;
Dat91sam9x5.dtsi1084 atmel,can-isoc;
1092 atmel,can-isoc;
1114 atmel,can-isoc;
1122 atmel,can-isoc;
Dat91sam9g45.dtsi1170 atmel,can-isoc;
1178 atmel,can-isoc;
1200 atmel,can-isoc;
1208 atmel,can-isoc;
Dsama5d3.dtsi1343 atmel,can-isoc;
1351 atmel,can-isoc;
/linux-4.1.27/drivers/bluetooth/
Dbtusb.c351 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/
Dhcd.h611 int isoc, int bytecount);
/linux-4.1.27/drivers/usb/core/
Dhcd.c1115 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/
Disp1362-hcd.c875 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()
Disp1362.h509 struct list_head isoc; member
/linux-4.1.27/Documentation/dvb/
DREADME.dvb-usb16 (bulk and isoc are supported)
/linux-4.1.27/arch/avr32/mach-at32ap/
Dat32ap700x.c1748 #define EP(nam, idx, maxpkt, maxbk, dma, isoc) \ argument
1755 .can_isoc = isoc, \
/linux-4.1.27/drivers/usb/gadget/function/
Df_fs.c136 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()