Searched refs:pipe (Results 51 - 75 of 330) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/tablet/
H A Dacecad.c137 int pipe, maxp; local
148 pipe = usb_rcvintpipe(dev, endpoint->bEndpointAddress);
149 maxp = usb_maxpacket(dev, pipe, usb_pipeout(pipe));
226 usb_fill_int_urb(acecad->irq, dev, pipe,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/pcxhr/
H A Dpcxhr.c367 stream_mask = stream->pipe->is_capture ? 1 : 1<<stream->substream->number;
370 pcxhr_set_pipe_cmd_params(&rmh, stream->pipe->is_capture,
371 stream->pipe->first_audio, 0, stream_mask);
433 is_capture = stream->pipe->is_capture;
437 pcxhr_set_pipe_cmd_params(&rmh, is_capture, stream->pipe->first_audio, stream_num, 0);
466 pcxhr_set_pipe_cmd_params(&rmh, is_capture, stream->pipe->first_audio, stream_num, 0);
483 struct pcxhr_pipe **pipe)
486 *pipe = stream->pipe;
496 struct pcxhr_pipe *pipe; local
482 pcxhr_stream_scheduled_get_pipe(struct pcxhr_stream *stream, struct pcxhr_pipe **pipe) argument
[all...]
H A Dpcxhr.h126 struct pcxhr_pipe *pipe; member in struct:pcxhr_stream
146 int is_capture; /* this is a capture pipe */
158 struct pcxhr_pipe playback_pipe; /* 1 stereo pipe only */
159 struct pcxhr_pipe capture_pipe[2]; /* 1 stereo pipe or 2 mono pipes */
H A Dpcxhr_core.c729 /* least segnificant 12 bits are the pipe states for the playback audios */
730 /* next 12 bits are the pipe states for the capture audios
752 /* can start playback pipe */
755 /* can start capture pipe */
763 "error pipe start (CMD_CAN_START_PIPE) err=%x!\n",
767 /* if the pipe couldn't be prepaired for start, retry it later */
787 /* stop playback pipe */
790 /* stop capture pipe */
798 "error pipe stop (CMD_STOP_PIPE) err=%x!\n",
826 "error pipe star
951 pcxhr_handle_async_err(struct pcxhr_mgr *mgr, u32 err, enum pcxhr_async_err_src err_src, int pipe, int is_capture) argument
1007 int pipe = prmh->stat[i] & MASK_FIRST_FIELD; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dohci-q.c55 && unlikely (usb_pipecontrol (urb->pipe))
57 && usb_pipein (urb->pipe)
63 switch (usb_pipetype (urb->pipe)) {
73 urb_print (urb, "RET", usb_pipeout (urb->pipe));
394 unsigned int pipe,
428 info = usb_pipedevice (pipe);
429 ed->type = usb_pipetype(pipe);
587 int is_out = usb_pipeout (urb->pipe);
594 if (!usb_gettoggle (urb->dev, usb_pipeendpoint (urb->pipe), is_out)) {
595 usb_settoggle (urb->dev, usb_pipeendpoint (urb->pipe),
390 ed_get( struct ohci_hcd *ohci, struct usb_host_endpoint *ep, struct usb_device *udev, unsigned int pipe, int interval ) argument
[all...]
H A Duhci-q.c382 unsigned int pipe; local
419 pipe = list_entry(qh->queue.next, struct urb_priv, node)->urb->pipe;
420 usb_settoggle(qh->udev, usb_pipeendpoint(pipe),
421 usb_pipeout(pipe), toggle);
808 /* The "pipe" thing contains the destination in bits 8--18 */
809 destination = (urb->pipe & PIPE_DEVEP_MASK) | USB_PID_SETUP;
831 if (usb_pipeout(urb->pipe))
870 * It's IN if the pipe is an output pipe o
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dvx_core.h88 unsigned int references; /* an output pipe may be used for monitoring and/or playback */
89 struct vx_pipe *monitoring_pipe; /* pointer to the monitoring pipe (capture pipe only)*/
118 struct vx_pipe *pipe, int count);
120 struct vx_pipe *pipe, int count);
306 struct vx_pipe *pipe, int count)
309 chip->ops->dma_write(chip, runtime, pipe, count);
313 struct vx_pipe *pipe, int count)
316 chip->ops->dma_read(chip, runtime, pipe, count);
305 vx_pseudo_dma_write(struct vx_core *chip, struct snd_pcm_runtime *runtime, struct vx_pipe *pipe, int count) argument
312 vx_pseudo_dma_read(struct vx_core *chip, struct snd_pcm_runtime *runtime, struct vx_pipe *pipe, int count) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/
H A Dusbtest.c207 int pipe,
218 usb_fill_bulk_urb (urb, udev, pipe, NULL, bytes, simple_callback, NULL);
223 if (usb_pipein (pipe))
315 if (usb_pipeout (urb->pipe))
324 if (retval == 0 && usb_pipein (urb->pipe))
416 int pipe,
425 retval = usb_sg_init (req, udev, pipe,
850 int pipe = usb_rcvctrlpipe (udev, 0); local
917 pipe = usb_sndctrlpipe (udev, 0);
968 urb [i] = u = simple_alloc_urb (udev, pipe, le
205 simple_alloc_urb( struct usb_device *udev, int pipe, unsigned long bytes ) argument
413 perform_sglist( struct usb_device *udev, unsigned iterations, int pipe, struct usb_sg_request *req, struct scatterlist *sg, int nents ) argument
1038 unlink1(struct usbtest_dev *dev, int pipe, int size, int async) argument
1090 unlink_simple(struct usbtest_dev *dev, int pipe, int len) argument
1371 iso_alloc_urb( struct usb_device *udev, int pipe, struct usb_endpoint_descriptor *desc, long bytes ) argument
1418 test_iso_queue(struct usbtest_dev *dev, struct usbtest_param *param, int pipe, struct usb_endpoint_descriptor *desc) argument
[all...]
H A Dcypress_cy7c63.c73 unsigned int pipe; local
87 pipe = usb_rcvctrlpipe(dev->udev, 0);
88 retval = usb_control_msg(dev->udev, pipe, request,
H A Dphidgetmotorcontrol.c319 int pipe, maxp, rc = -ENOMEM; local
333 pipe = usb_rcvintpipe(dev, endpoint->bEndpointAddress);
334 maxp = usb_maxpacket(dev, pipe, usb_pipeout(pipe));
353 usb_fill_int_urb(mc->irq, mc->udev, pipe, mc->data,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dmsggrep-167 #: execute.c:170 execute.c:205 pipe-bidi.c:156 pipe-bidi.c:191 pipe-in.c:169
68 #: pipe-in.c:205 pipe-out.c:169 pipe-out.c:205 wait-process.c:136
143 #: pipe-bidi.c:119 pipe-bidi.c:121 pipe-in.c:136 pipe
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dst5481_usb.c21 * control pipe
98 * Asynchronous pipe reset (async version of usb_clear_halt).
101 u_char pipe,
104 DBG(1,"pipe=%02x",pipe);
108 0, pipe, complete, context);
150 /* Special case handling for pipe reset */
173 * interrupt pipe
404 unsigned int pipe, void *buf, int num_packets,
411 urb->pipe
100 st5481_usb_pipe_reset(struct st5481_adapter *adapter, u_char pipe, ctrl_complete_t complete, void *context) argument
403 fill_isoc_urb(struct urb *urb, struct usb_device *dev, unsigned int pipe, void *buf, int num_packets, int packet_size, usb_complete_t complete, void *context) argument
428 st5481_setup_isocpipes(struct urb* urb[2], struct usb_device *dev, unsigned int pipe, int num_packets, int packet_size, int buf_size, usb_complete_t complete, void *context) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Drandom.c125 if (pipe (rp) == -1)
126 die ("pipe failed: %s\n", strerror (errno));
184 if (pipe (rp) == -1)
185 die ("pipe failed: %s\n", strerror (errno));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/vx/
H A Dvx_cmd.h152 /* Output pipe parameters setting */
215 * vx_send_pipe_cmd_params - fill first command word for pipe commands
218 * @param1: first pipe-parameter
219 * @param2: second pipe-parameter
237 * @pipe: the pipe index (zero-based)
239 static inline void vx_set_stream_cmd_params(struct vx_rmh *rmh, int is_capture, int pipe) argument
243 rmh->Cmd[0] |= (((u32)pipe & MASK_FIRST_FIELD) << FIELD_SIZE) & MASK_DSP_WORD;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/compressed/
H A DMakefile51 CFLAGS += -G 0 -mno-abicalls -fno-pic -pipe -msoft-float
52 ASFLAGS += -G 0 -mno-abicalls -fno-pic -pipe
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libdaemon-0.14/libdaemon/
H A Ddsignal.c47 if (pipe(_signal_pipe) < 0) {
48 daemon_log(LOG_ERR, "pipe(): %s", strerror(errno));
149 daemon_log(LOG_ERR, "Short read() on signal pipe.");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/
H A DMakefile18 #CFLAGS := $(CFLAGS) -g -pipe -fcall-used-g5 -fcall-used-g7
19 CFLAGS := $(CFLAGS) -m32 -pipe -mno-fpu -fcall-used-g5 -fcall-used-g7
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/
H A DMakefile30 CFLAGS += -pipe -mlongcalls
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/
H A DMakefile12 CFLAGS += -pipe -fno-schedule-insns
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/autofs/
H A Dwaitq.c43 fput(sbi->pipe); /* Close the pipe */
44 sbi->pipe = NULL;
99 if ( autofs_write(sbi->pipe,&pkt,sizeof(struct autofs_packet_missing)) )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/vx222/
H A Dvx222_ops.c251 struct vx_pipe *pipe, int count)
254 int offset = pipe->hw_ptr;
263 if (offset + count > pipe->buffer_bytes) {
264 int length = pipe->buffer_bytes - offset;
273 pipe->hw_ptr = 0;
275 pipe->hw_ptr += count;
289 struct vx_pipe *pipe, int count)
291 int offset = pipe->hw_ptr;
300 if (offset + count > pipe->buffer_bytes) {
301 int length = pipe
250 vx2_dma_write(struct vx_core *chip, struct snd_pcm_runtime *runtime, struct vx_pipe *pipe, int count) argument
288 vx2_dma_read(struct vx_core *chip, struct snd_pcm_runtime *runtime, struct vx_pipe *pipe, int count) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/misc/
H A Dati_remote2.c377 int i, pipe, maxp; local
388 pipe = usb_rcvintpipe(udev, ar2->ep[i]->bEndpointAddress);
389 maxp = usb_maxpacket(udev, pipe, usb_pipeout(pipe));
392 usb_fill_int_urb(ar2->urb[i], udev, pipe, ar2->buf[i], maxp,
H A Dpowermate.c85 /* Callback for data arriving from the PowerMate over the USB interrupt pipe */
308 int pipe, maxp; local
371 /* get a handle to the interrupt data pipe */
372 pipe = usb_rcvintpipe(udev, endpoint->bEndpointAddress);
373 maxp = usb_maxpacket(udev, pipe, usb_pipeout(pipe));
381 usb_fill_int_urb(pm->irq, udev, pipe, pm->data,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Dusb.c674 * @pipe: endpoint defining the mapping direction
697 int usb_buffer_map_sg(const struct usb_device *dev, unsigned pipe, argument
704 || usb_pipecontrol(pipe)
711 usb_pipein(pipe) ? DMA_FROM_DEVICE : DMA_TO_DEVICE);
718 * @pipe: endpoint defining the mapping direction
724 void usb_buffer_unmap_sg(const struct usb_device *dev, unsigned pipe, argument
737 usb_pipein(pipe) ? DMA_FROM_DEVICE : DMA_TO_DEVICE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/mixart/
H A Dmixart_mixer.c721 struct mixart_pipe *pipe; local
728 pipe = &chip->pipe_out_dig; /* AES playback */
731 pipe = &chip->pipe_out_ana; /* analog playback */
734 /* only when pipe exists ! */
735 if(pipe->status == PIPE_UNDEFINED)
738 set_level.stream_level.desc.uid_pipe = pipe->group_uid;
767 struct mixart_pipe *pipe; local
774 pipe = &chip->pipe_in_dig;
777 pipe = &chip->pipe_in_ana;
780 /* only when pipe exist
[all...]

Completed in 359 milliseconds

1234567891011>>