Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb-v2/
H A Dusb_urb.c173 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 Ddvb_usb.h81 .isoc = { \
158 } isoc; member
H A Dmxl111sf.c29 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 Dusb-urb.c173 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 Dttusb2.c670 .isoc = {
725 .isoc = {
786 .isoc = {
805 .isoc = {
H A Ddvb-usb.h118 } isoc; member
H A Dpctv452e.c991 .isoc = {
1044 .isoc = {
H A Dtechnisat-usb2.c726 .isoc = {
H A Dm920x.c1184 .isoc = {
/OK3568_Linux_fs/u-boot/arch/arm/mach-at91/include/mach/
H A Datmel_usba_udc.h13 #define EP(nam, idx, maxpkt, maxbk, dma, isoc) \ argument
20 .can_isoc = isoc, \
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_bt.c1103 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 Drtk_bt.h105 struct usb_interface *isoc; member
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dsama5d4.dtsi150 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 Dat91sam9rl.dtsi314 atmel,can-isoc;
322 atmel,can-isoc;
344 atmel,can-isoc;
352 atmel,can-isoc;
H A Dat91sam9x5.dtsi1146 atmel,can-isoc;
1154 atmel,can-isoc;
1176 atmel,can-isoc;
1184 atmel,can-isoc;
H A Dat91sam9g45.dtsi1191 atmel,can-isoc;
1199 atmel,can-isoc;
1221 atmel,can-isoc;
1229 atmel,can-isoc;
H A Dsama5d3.dtsi1394 atmel,can-isoc;
1402 atmel,can-isoc;
/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Dbtusb.c527 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 Drtk_btusb.c127 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 Datmel-usb.txt106 - atmel,can-isoc: Boolean to specify if the endpoint support ISOC.
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dhcd.c1093 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 Dhcd.h669 int isoc, int bytecount);
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Disp1362-hcd.c877 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 Disp1362.h464 struct list_head isoc; member
/OK3568_Linux_fs/kernel/Documentation/driver-api/media/drivers/
H A Ddvb-usb.rst24 (bulk and isoc are supported)

12