Searched refs:direction (Results 301 - 325 of 485) sorted by relevance

<<11121314151617181920

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/
H A Dvia82xx.c324 int direction; /* playback = 0, capture = 1 */ member in struct:viadev
1174 ratep = &chip->rates[viadev->direction];
1192 int idx = viadev->direction ? AC97_RATES_ADC : AC97_RATES_FRONT_DAC;
1307 ratep = &chip->rates[viadev->direction];
1314 if (! viadev->direction) {
1413 int shadow_pos, int direction)
1417 chip->devs[idx].direction = direction;
1412 init_viadev(struct via82xx *chip, int idx, unsigned int reg_offset, int shadow_pos, int direction) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dasound.h291 int stream; /* RO/WR (control): stream direction */
913 #define SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_##direction SNDRV_CTL_NAME_IEC958_##what
H A Dsb.h324 const struct snd_pcm_ops *snd_sb16dsp_get_pcm_ops(int direction);
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dlinuxver.h364 extern uint pci_map_single(void *dev, void *va, uint size, int direction);
365 extern void pci_unmap_single(void *dev, uint pa, uint size, int direction);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Di2o.h696 enum dma_data_direction direction,
700 enum dma_data_direction direction,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dtre-compile.c163 tre_tag_direction_t direction = TRE_TAG_MINIMIZE; local
284 tnfa->tag_directions[tag] = direction;
384 tnfa->tag_directions[tag] = direction;
404 direction = TRE_TAG_MINIMIZE;
456 tnfa->tag_directions[tag] = direction;
522 DPRINT((" Setting direction to %s\n",
525 direction = TRE_TAG_MINIMIZE;
527 direction = TRE_TAG_MAXIMIZE;
603 direction = TRE_TAG_MAXIMIZE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dtexi2html11782 foreach my $direction (@node_directions)
11784 if (defined($node->{$direction}) and !ref($node->{$direction})
11785 and ($node->{$direction} ne ''))
11787 if ($nodes{$node->{$direction}} and $nodes{$node->{$direction}}->{'seen'})
11789 $node->{$direction} = $nodes{$node->{$direction}};
11791 elsif (($node->{$direction} =~ /^\(.*\)/) or $novalidate)
11793 if (exists($nodes{$node->{$direction}}))
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-canusb-linux.c457 "Setting direction to PCAP_D_OUT is not supported on this interface");
461 p->direction = d;
H A Dpcap-sita.c834 static void acn_start_monitor(int fd, int snaplen, int timeout, int promiscuous, int direction) { argument
845 buf[7] = direction;
887 "Setting direction is not supported on ACN adapters");
934 acn_start_monitor(handle->fd, handle->snapshot, handle->md.timeout, handle->md.clear_promisc, handle->direction); /* maybe tell him to start monitoring */
H A Dpcap-usb-linux.c534 /* direction check*/
537 if (handle->direction == PCAP_D_OUT)
541 if (handle->direction == PCAP_D_IN)
735 p->direction = d;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_afade.c41 int nb_samples, int channels, int direction,
51 { "type", "set the fade direction", OFFSET(type), AV_OPT_TYPE_INT, {.i64 = 0 }, 0, 1, FLAGS, "type" },
52 { "t", "set the fade direction", OFFSET(type), AV_OPT_TYPE_INT, {.i64 = 0 }, 0, 1, FLAGS, "type" },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dlistctrl.cpp479 // Find an item nearest this position in the specified direction, starting from
481 long wxListCtrl::FindItem(long start, const wxPoint& pt, int direction) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/mmedia/
H A Dsndfile.tex37 the specified streams nor the direction of the stream.
48 the specified streams nor the direction of the stream.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dauinotebook.tex224 \func{void}{Split}{\param{size\_t }{page}, \param{int }{direction}}
228 split. The \arg{direction} argument specifies where the pane should go, it should be one
H A Ddataobj.tex116 only one direction), should return 0 from
158 Copy all supported formats in the given direction to the array pointed to by
H A Drect.tex80 \texttt{wxHORIZONTAL} flag, then it is only centered in this direction while
245 size decreases in the respective direction.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/atmel/
H A Dac97c.c105 enum dma_data_direction direction)
121 if (direction == DMA_TO_DEVICE)
130 period_len, direction);
136 if (direction == DMA_TO_DEVICE) {
103 atmel_ac97c_prepare_dma(struct atmel_ac97c *chip, struct snd_pcm_substream *substream, enum dma_data_direction direction) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/sn/pci/pcibr/
H A Dpcibr_dma.c207 pcibr_dma_unmap(struct pci_dev *hwdev, dma_addr_t dma_handle, int direction) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/hardware/
H A Diop3xx.h28 extern void gpio_line_config(int line, int direction);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/aui/
H A Ddockart.cpp141 int direction)
148 if (direction == wxAUI_GRADIENT_VERTICAL)
167 if (direction == wxAUI_GRADIENT_VERTICAL)
137 DrawGradientRectangle(wxDC& dc, const wxRect& rect, const wxColour& start_color, const wxColour& end_color, int direction) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/aui/
H A Dframemanager.h265 wxAuiPaneInfo& Direction(int direction) { dock_direction = direction; return *this; } argument
405 int dock_direction; // dock direction (top, bottom, left, right, center)
461 int direction = wxLEFT,
757 int dock_direction; // dock direction (top, bottom, left, right, center)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/onenand/
H A Dsamsung.c534 static int s5pc110_dma_ops(void *dst, void *src, size_t count, int direction) argument
542 if (direction == S5PC110_DMA_DIR_READ) {
551 writel(direction, base + S5PC110_DMA_TRANS_DIR);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/camera/
H A Dmt9p012_fox.c809 static int32_t mt9p012_move_focus(int direction, int32_t num_steps) argument
823 if (direction == MOVE_NEAR)
825 else if (direction == MOVE_FAR)
H A Dmt9t013.c1010 static int32_t mt9t013_move_focus(int direction, int32_t num_steps) argument
1024 if (direction == MOVE_NEAR)
1026 else if (direction == MOVE_FAR)
H A Ds5k3e2fx.c1074 static int32_t s5k3e2fx_move_focus(int direction, int32_t num_steps) argument
1086 if (direction == MOVE_NEAR)
1088 else if (direction == MOVE_FAR)

Completed in 335 milliseconds

<<11121314151617181920