Searched refs:descriptors (Results 1 - 25 of 55) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtimb_dma.h33 * @descriptors: Number of descriptors to allocate for this channel.
40 unsigned int descriptors; member in struct:timb_dma_platform_data_channel
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_gmr.c145 unsigned long descriptors = 0; local
150 ++descriptors;
154 return descriptors;
161 unsigned long descriptors; local
173 descriptors = vmw_gmr_count_descriptors(ttm->pages, ttm->num_pages);
174 if (unlikely(descriptors > dev_priv->max_gmr_descriptors))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-stmp3xxx/
H A Ddma.c246 struct stmp3xxx_dma_descriptor descriptors[],
256 err = stmp3xxx_dma_allocate_command(ch, &descriptors[i]);
266 &descriptors
275 descriptors[i - 1].next_descr = &descriptors[i];
276 descriptors[i - 1].command->next =
277 descriptors[i].handle;
282 descriptors[items - 1].next_descr = &descriptors[0];
283 descriptors[item
245 stmp3xxx_dma_make_chain(int ch, struct stmp37xx_circ_dma_chain *chain, struct stmp3xxx_dma_descriptor descriptors[], unsigned items) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dftw.h106 int descriptors,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/usb/
H A Dffs-test.c142 } __attribute__((packed)) descriptors = { variable in typeref:struct:__anon19374
145 .length = cpu_to_le32(sizeof descriptors),
151 .bLength = sizeof descriptors.fs_descs.intf,
158 .bLength = sizeof descriptors.fs_descs.sink,
165 .bLength = sizeof descriptors.fs_descs.source,
174 .bLength = sizeof descriptors.fs_descs.intf,
181 .bLength = sizeof descriptors.hs_descs.sink,
188 .bLength = sizeof descriptors.hs_descs.source,
521 info("%s: writing descriptors\n", t->filename);
522 ret = write(t->fd, &descriptors, sizeo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/usb/
H A Dcomposite.h48 * @descriptors: Table of full (or low) speed descriptors, using interface and
51 * @hs_descriptors: Table of high speed descriptors, using interface and
58 * in interface or class descriptors; endpoints; I/O buffers; and so on.
80 * To support dual speed operation, a function driver provides descriptors
82 * involve bulk endpoints, each speed needs different endpoint descriptors.
99 struct usb_descriptor_header **descriptors; member in struct:usb_function
162 * @descriptors: Table of descriptors preceding all function descriptors
203 const struct usb_descriptor_header **descriptors; member in struct:usb_configuration
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dcomposite.c118 if (!config->fullspeed && function->descriptors)
203 * ID in interface, association, CDC union, and other descriptors. It
213 * multiple versions of the relevant descriptors.
251 /* There may be e.g. OTG descriptors */
252 if (config->descriptors) {
254 config->descriptors);
261 /* add each function's descriptors */
263 struct usb_descriptor_header **descriptors; local
266 descriptors = f->hs_descriptors;
268 descriptors
423 struct usb_descriptor_header **descriptors; local
[all...]
H A Df_serial.c110 /* string descriptors: */
193 /* copy descriptors, and track endpoint copies */
194 f->descriptors = usb_copy_descriptors(gser_fs_function);
197 f->descriptors, &gser_fs_in_desc);
199 f->descriptors, &gser_fs_out_desc);
212 /* copy descriptors, and track endpoint copies */
244 usb_free_descriptors(f->descriptors);
H A Df_eem.c91 /* CDC EEM control descriptors */
119 /* CDC EEM control descriptors */
126 /* string descriptors: */
251 /* copy descriptors, and track endpoint copies */
252 f->descriptors = usb_copy_descriptors(eem_fs_function);
253 if (!f->descriptors)
257 f->descriptors, &eem_fs_in_desc);
259 f->descriptors, &eem_fs_out_desc);
271 /* copy descriptors, and track endpoint copies */
288 if (f->descriptors)
[all...]
H A Df_ecm.c214 /* CDC ECM control descriptors */
259 /* CDC ECM control descriptors */
274 /* string descriptors: */
660 /* copy descriptors, and track endpoint copies */
661 f->descriptors = usb_copy_descriptors(ecm_fs_function);
662 if (!f->descriptors)
666 f->descriptors, &fs_ecm_in_desc);
668 f->descriptors, &fs_ecm_out_desc);
670 f->descriptors, &fs_ecm_notify_desc);
684 /* copy descriptors, an
[all...]
H A Df_rndis.c248 /* string descriptors: */
621 /* copy descriptors, and track endpoint copies */
622 f->descriptors = usb_copy_descriptors(eth_fs_function);
623 if (!f->descriptors)
627 f->descriptors, &fs_in_desc);
629 f->descriptors, &fs_out_desc);
631 f->descriptors, &fs_notify_desc);
645 /* copy descriptors, and track endpoint copies */
685 if (f->descriptors)
686 usb_free_descriptors(f->descriptors);
[all...]
H A Df_subset.c53 * descriptors to the CDC Subset code, making this code look like a SAFE
84 * To assist host side drivers, we fancy it up a bit, and add descriptors so
212 /* string descriptors: */
297 /* copy descriptors, and track endpoint copies */
298 f->descriptors = usb_copy_descriptors(fs_eth_function);
301 f->descriptors, &fs_subset_in_desc);
303 f->descriptors, &fs_subset_out_desc);
316 /* copy descriptors, and track endpoint copies */
352 usb_free_descriptors(f->descriptors);
H A Df_acm.c38 * seem to understand CDC Union descriptors. The new "association"
39 * descriptors (roughly equivalent to CDC Unions) may sometimes help.
103 /* interface and class descriptors: */
250 /* string descriptors: */
578 /* allocate instance-specific interface IDs, and patch descriptors */
628 /* copy descriptors, and track endpoint copies */
629 f->descriptors = usb_copy_descriptors(acm_fs_function);
630 if (!f->descriptors)
634 f->descriptors, &acm_fs_in_desc);
636 f->descriptors,
[all...]
H A Daudio.c96 c->descriptors = otg_desc;
H A Df_obex.c313 /* allocate instance-specific interface IDs, and patch descriptors */
346 /* copy descriptors, and track endpoint copies */
347 f->descriptors = usb_copy_descriptors(fs_function);
350 f->descriptors, &obex_fs_ep_in_desc);
352 f->descriptors, &obex_fs_ep_out_desc);
365 /* copy descriptors, and track endpoint copies */
409 usb_free_descriptors(f->descriptors);
448 /* maybe allocate device-global string IDs, and patch descriptors */
478 /* descriptors are per-instance copies */
H A Dether.c56 * endpoint descriptors, and product/vendor IDs, are relevant; no control
60 * It turns out that if you add a few descriptors to that "CDC Subset",
64 * those MS-Windows drivers. Those added descriptors make it resemble a
143 * use the endpoint descriptors. bcdDevice (version) is nonzero, so
244 c->descriptors = otg_desc;
276 c->descriptors = otg_desc;
H A Dmulti.c178 c->descriptors = otg_desc;
230 c->descriptors = otg_desc;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dxtsonic.c200 lp->descriptors =
205 if (lp->descriptors == NULL) {
207 " descriptors.\n", dev_name(lp->device));
211 lp->cda = lp->descriptors;
307 lp->descriptors, lp->descriptors_laddr);
H A Djazzsonic.c177 /* Allocate the entire chunk of memory for the descriptors.
179 if ((lp->descriptors = dma_alloc_coherent(lp->device,
182 printk(KERN_ERR "%s: couldn't alloc DMA memory for descriptors.\n",
188 lp->cda = lp->descriptors;
281 lp->descriptors, lp->descriptors_laddr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/arm/
H A Dat91_ether.h81 struct rbf_t descriptors[MAX_RX_DESCR]; /* must be on sizeof (rbf_t) boundary */ member in struct:recv_desc_bufs
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dmite.c349 if (ring->descriptors) {
353 ring->descriptors,
356 ring->descriptors = NULL;
367 ring->descriptors =
371 if (!ring->descriptors) {
378 ring->descriptors[i].count = cpu_to_le32(PAGE_SIZE);
379 ring->descriptors[i].addr =
381 ring->descriptors[i].next =
386 ring->descriptors[n_links - 1].next =
389 * barrier is meant to insure that all the writes to the dma descriptors
[all...]
H A Dmite.h51 struct mite_dma_descriptor *descriptors; member in struct:mite_dma_descriptor_ring
94 ring->descriptors = NULL;
102 if (ring->descriptors) {
106 ring->descriptors,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dclean-temp.c109 /* List of all open file descriptors to temporary files. */
110 static gl_list_t /* <int> */ volatile descriptors; variable
196 /* First close all file descriptors to temporary files. */
198 gl_list_t fds = descriptors;
602 if (descriptors == NULL)
603 descriptors = gl_list_create_empty (GL_LINKEDHASH_LIST, NULL, NULL, NULL,
605 gl_list_add_first (descriptors, (void *) (uintptr_t) fd);
612 gl_list_t fds = descriptors;
616 /* descriptors should already contain fd. */
620 /* descriptors shoul
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mfd/
H A Dtimberdale.c281 .descriptors = 2,
287 .descriptors = 2,
293 .descriptors = 2,
299 .descriptors = 2,
306 .descriptors = 2,
322 .descriptors = 2,
328 .descriptors = 2,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-stmp3xxx/include/mach/
H A Ddma.h95 struct stmp3xxx_dma_descriptor descriptors[],

Completed in 195 milliseconds

123