Searched refs:descriptors (Results 26 - 50 of 55) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Df_hid.c73 /* Static descriptors */
457 /* allocate instance-specific interface IDs, and patch descriptors */
494 /* copy descriptors */
495 f->descriptors = usb_copy_descriptors(hidg_fs_descriptors);
496 if (!f->descriptors)
500 f->descriptors,
541 usb_free_descriptors(f->descriptors);
559 /* free descriptors copies */
561 usb_free_descriptors(f->descriptors);
600 /* maybe allocate device-global string IDs, and patch descriptors */
[all...]
H A Dcdc2.c137 c->descriptors = otg_desc;
H A Dhid.c136 c->descriptors = otg_desc;
H A Dmass_storage.c156 c->descriptors = otg_desc;
H A Dserial.c204 /* set up other descriptors */
223 serial_config_driver.descriptors = otg_desc;
H A Df_loopback.c337 loop->function.descriptors = fs_loopback_descs;
381 loopback_driver.descriptors = otg_desc;
H A Df_sourcesink.c414 ss->function.descriptors = fs_source_sink_descs;
528 sourcesink_driver.descriptors = otg_desc;
H A Dg_ffs.c323 c->descriptors = gfs_otg_desc;
H A Dgoku_udc.h194 u32 descriptors[DESC_LEN]; /* 0x800 */ member in struct:goku_udc_regs
H A Df_audio.c37 * configuration descriptors are built on demand.
663 /* allocate instance-specific interface IDs, and patch descriptors */
691 /* copy descriptors, and track endpoint copies */
696 f->descriptors = usb_copy_descriptors(f_audio_desc);
710 usb_free_descriptors(f->descriptors);
H A Df_uvc.c34 * Function descriptors
390 * Class-specific UVC control descriptors
394 * Class-specific UVC streaming descriptors
398 /* Count descriptors and compute their size. */
429 /* Copy the descriptors. */
482 kfree(f->descriptors);
528 /* Copy descriptors. */
529 f->descriptors = uvc_copy_descriptors(uvc, USB_SPEED_FULL);
604 /* Validate the descriptors. */
H A Df_mass_storage.c1341 * medium type, no cache control (DPOFUA), and no block descriptors.
1355 /* No block descriptors */
2698 /* Maybe allocate device-global string IDs, and patch descriptors */
2925 usb_free_descriptors(fsg->function.descriptors);
2960 /* Copy descriptors */
2961 f->descriptors = usb_copy_descriptors(fsg_fs_function);
2962 if (unlikely(!f->descriptors))
2973 usb_free_descriptors(f->descriptors);
H A Df_phonet.c529 fp->function.descriptors = fs_pn_function;
H A Df_fs.c74 /* Waiting for descriptors and strings. */
81 /* We've got descriptors and strings. We are or have called
188 /* real descriptors are 16 bytes after raw_descs (so you need
425 FINFO("read descriptors");
1574 /* Parsing and building descriptors and strings *****************************/
1866 /* Do we have at least as many strings as descriptors need? */
2051 * descriptors now */
2061 func->function.descriptors[(long)valuep] = desc;
2070 FVDBG("two %sspeed descriptors for EP %d",
2206 /* Go throught all the endpoint descriptors an
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dftw.c550 descriptors. Simply close the stream now. */
630 int descriptors,
650 data.maxdir = descriptors < 1 ? 1 : descriptors;
821 int descriptors,
824 return ftw_startup (path, 1, func, up, descriptors, flags);
626 ftw_startup(const char *dir, int is_nftw, void *func, dir_notification_func_t up, int descriptors, int flags) argument
818 NFTW_NAME(const char *path, NFTW_FUNC_T func, dir_notification_func_t up, int descriptors, int flags) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/arm/
H A Dat91_ether.c700 dlist->descriptors[i].addr = (unsigned int) &dlist_phys->recv_buf[i][0];
701 dlist->descriptors[i].size = 0;
705 dlist->descriptors[i-1].addr |= EMAC_DESC_WRAP;
851 * Extract received frame from buffer descriptors and sent to upper layers.
863 while (dlist->descriptors[lp->rxBuffIndex].addr & EMAC_DESC_DONE) {
865 pktlen = dlist->descriptors[lp->rxBuffIndex].size & 0x7ff; /* Length of frame including FCS */
880 if (dlist->descriptors[lp->rxBuffIndex].size & EMAC_MULTICAST)
883 dlist->descriptors[lp->rxBuffIndex].addr &= ~EMAC_DESC_DONE; /* reset ownership bit */
983 /* Allocate memory for DMA Receive descriptors */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dmacsonic.c205 /* Allocate the entire chunk of memory for the descriptors.
207 if ((lp->descriptors = dma_alloc_coherent(lp->device,
210 printk(KERN_ERR "%s: couldn't alloc DMA memory for descriptors.\n",
216 lp->cda = lp->descriptors;
632 lp->descriptors, lp->descriptors_laddr);
H A Dsonic.h273 #define SONIC_NUM_RDS SONIC_NUM_RRS /* number of receive descriptors */
274 #define SONIC_NUM_TDS 16 /* number of transmit descriptors */
295 void *descriptors; member in struct:sonic_local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ibm_newemac/
H A Dcore.h55 #error Invalid number of buffer descriptors (greater than 256)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfile.tex113 \docparam{fd}{An existing file descriptor (see \helpref{Attach()}{wxfileattach} for the list of predefined descriptors)}
138 file descriptors are 0, 1 and 2 which correspond to stdin, stdout and stderr (and
188 Note also that this function doesn't work on unseekable file descriptors
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ehea/
H A Dehea_qmr.h111 u8 descriptors; /* number of valid descriptors in WQE */ member in struct:ehea_swqe
H A Dehea_main.c1731 swqe->descriptors++;
1761 swqe->descriptors++;
1779 swqe->descriptors = 0;
1787 /* write descriptors */
1789 if (swqe->descriptors == 0) {
1799 swqe->descriptors++;
1813 swqe->descriptors++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/macosx/
H A DController.h208 - (void) rearrangeTorrentTableArray: (NSMutableArray *) rearrangeArray forParent: (id) parent withSortDescriptors: (NSArray *) descriptors beganTableUpdate: (BOOL *) beganTableUpdate;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-pxa/
H A Ddma.c98 pos += seq_printf(s, "DMA channel %d descriptors :\n", chan);
199 DBGFS_FUNC_DECL(descriptors); variable
217 chan_descr = debugfs_create_file("descriptors", 0400, chan, dt,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_debug.c897 /* version descriptors (2 bytes each) follow */
2115 unsigned int i, payload_len, descriptors; local
2125 descriptors = (payload_len - 8) / 16;
2134 BUG_ON(get_unaligned_be16(&buf[2]) != descriptors * 16);
2138 for (i = 0 ; i < descriptors ; i++) {

Completed in 136 milliseconds

123