Searched refs:pads (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/input/joystick/
H A Dgamecon.c83 unsigned char pads[GC_MAX + 1]; member in struct:gc
111 #define GC_N64_OUT 0x1d /* output bits to the 4 pads */
119 * Each pad uses one bit per byte. So all pads connected to this port are read in parallel.
178 if (s & gc->pads[GC_N64] & ~(data[8] | data[9])) {
208 #define GC_NES_LENGTH 8 /* The NES pads use 8 bits of data */
224 * Each pad uses one bit per byte. So all pads connected to
252 len = gc->pads[GC_SNESMOUSE] ? GC_SNESMOUSE_LENGTH :
253 (gc->pads[GC_SNES] ? GC_SNES_LENGTH : GC_NES_LENGTH);
265 if (s & (gc->pads[GC_NES] | gc->pads[GC_SNE
720 gc_probe(int parport, int *pads, int n_pads) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavfilter/
H A Davfilter.c57 AVFilterPad **pads, AVFilterLink ***links,
64 *pads = av_realloc(*pads, sizeof(AVFilterPad) * (*count + 1));
66 memmove(*pads +idx+1, *pads +idx, sizeof(AVFilterPad) * (*count-idx));
68 memcpy(*pads+idx, newpad, sizeof(AVFilterPad));
318 static int pad_count(const AVFilterPad *pads) argument
322 for(count = 0; pads->name; count ++) pads ++;
56 avfilter_insert_pad(unsigned idx, unsigned *count, size_t padidx_off, AVFilterPad **pads, AVFilterLink ***links, AVFilterPad *newpad) argument
H A Davfilter.h264 * Input pads only.
275 * Input pads only.
284 * Input video pads only.
292 * Input video pads only.
301 * Input video pads only.
309 * Input video pads only.
320 * Output video pads only.
329 * Output video pads only.
336 * For output pads, this should set the link properties such as
341 * For input pads, thi
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-m68knommu/
H A Dm68360_pram.h343 unsigned short pads; /* short frame PAD characters */ member in struct:ethernet_pram

Completed in 51 milliseconds