Searched defs:iso (Results 1 - 11 of 11) sorted by relevance

/drivers/staging/ozwpan/
H A Dozpd.c744 struct oz_isoc_large iso; local
746 iso.frame_number = st->frame_num;
753 iso.endpoint = ep_num;
754 iso.format = OZ_DATA_F_ISOC_LARGE;
755 iso.ms_data = nb_units;
757 memcpy(oz_hdr+1, &iso, sizeof(iso));
766 oz_event_log(OZ_EVT_TX_ISOC, nb_units, iso.frame_number,
/drivers/staging/usbip/
H A Dusbip_common.c606 struct usbip_iso_packet_descriptor *iso, int send)
610 iso->offset = cpu_to_be32(iso->offset);
611 iso->length = cpu_to_be32(iso->length);
612 iso->status = cpu_to_be32(iso->status);
613 iso->actual_length = cpu_to_be32(iso->actual_length);
615 iso
605 usbip_iso_packet_correct_endian( struct usbip_iso_packet_descriptor *iso, int send) argument
622 usbip_pack_iso(struct usbip_iso_packet_descriptor *iso, struct usb_iso_packet_descriptor *uiso, int pack) argument
642 struct usbip_iso_packet_descriptor *iso; local
668 struct usbip_iso_packet_descriptor *iso; local
[all...]
/drivers/media/video/m5mols/
H A Dm5mols.h102 * @iso: ISO register value
123 u8 iso; member in struct:m5mols_scenemode
/drivers/input/mouse/
H A Dbcm5974.c202 int ansi, iso, jis; /* the product id of this device */ member in struct:bcm5974_config
367 if (cfg->ansi == id || cfg->iso == id || cfg->jis == id)
/drivers/isdn/hisax/
H A Dhfc_usb.c162 iso_urb_struct iso[2]; /* need two urbs to have one always for pending */ member in struct:usb_fifo
464 if (!(fifo->iso[i].purb)) {
465 fifo->iso[i].purb =
467 if (!(fifo->iso[i].purb)) {
472 fifo->iso[i].owner_fifo = (struct usb_fifo *) fifo;
474 /* Init the first iso */
478 fill_isoc_urb(fifo->iso[i].purb,
480 fifo->iso[i].buffer,
484 &fifo->iso[i]);
485 memset(fifo->iso[
[all...]
/drivers/usb/gadget/
H A Domap_udc.h142 struct list_head iso; member in struct:omap_ep
168 struct list_head iso; member in struct:omap_udc
/drivers/usb/misc/
H A Dusbtest.c49 unsigned iso:1; /* try iso in/out */ member in struct:usbtest_info
117 if (dev->info->iso)
1563 "iso resubmit err %d\n",
1577 "iso test, %lu errors out of %lu\n",
1666 "... iso period %d %sframes, wMaxPacket %04x\n",
1693 ERROR(dev, "submit iso[%d], error %d\n", i, status);
2056 /* iso write tests */
2061 "TEST 15: write %d iso, %d entries of %d bytes\n",
2064 /* FIRMWARE: iso sin
[all...]
/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.h47 #define HFCUSB_USB_SIZE_I 0x06 /* iso length register */
260 struct iso_urb iso[2]; /* two urbs to have one always member in struct:usb_fifo
/drivers/staging/bcm/
H A Dnvm.c25 static INT ReadISOPriority(PMINI_ADAPTER Adapter, FLASH2X_SECTION_VAL iso);
26 static INT ReadISOSignature(PMINI_ADAPTER Adapter, FLASH2X_SECTION_VAL iso);
4433 //since this uiSectEndoffset is the size of iso Image. hence for calculating the vitual endoffset
4876 INT ReadISOSignature(PMINI_ADAPTER Adapter, FLASH2X_SECTION_VAL iso) argument
4885 if(iso != ISO_IMAGE1 && iso != ISO_IMAGE2)
4892 iso,
4901 INT ReadISOPriority(PMINI_ADAPTER Adapter, FLASH2X_SECTION_VAL iso) argument
4905 if(IsSectionWritable(Adapter,iso))
4907 if(ReadISOSignature(Adapter,iso)
[all...]
/drivers/usb/mon/
H A Dmon_bin.c105 } iso; member in union:mon_bin_hdr::__anon5720
582 ep->s.iso.error_count = urb->error_count;
583 ep->s.iso.numdesc = urb->number_of_packets;
/drivers/net/wireless/ath/ath9k/
H A Deeprom.h642 u8 iso[3]; member in struct:ath9k_country_entry

Completed in 563 milliseconds