Searched refs:pipe (Results 151 - 175 of 330) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dmos7720.c283 unsigned int pipe; local
308 pipe = usb_sndctrlpipe(serial->dev, 0);
313 pipe = usb_rcvctrlpipe(serial->dev,0);
316 status = usb_control_msg(serial->dev, pipe, request, requesttype,
351 usb_clear_halt(serial->dev, port->write_urb->pipe);
352 usb_clear_halt(serial->dev, port->read_urb->pipe);
706 /* send it down the pipe */
H A Dkeyspan.c380 dbg("%s - endpoint %d flip %d", __FUNCTION__, usb_pipeendpoint(this_urb->pipe), flip);
423 endpoint = usb_pipeendpoint(urb->pipe);
587 __FUNCTION__, urb->status, usb_pipeendpoint(urb->pipe));
803 endpoint = usb_pipeendpoint(urb->pipe);
861 endpoint = usb_pipeendpoint(urb->pipe);
1063 usb_clear_halt(urb->dev, urb->pipe);
1075 /* usb_settoggle(urb->dev, usb_pipeendpoint(urb->pipe), usb_pipeout(urb->pipe), 0); */
1669 dbg("%s - endpoint %d", __FUNCTION__, usb_pipeendpoint(this_urb->pipe));
1940 dbg("%s - endpoint %d port %d (%d)",__FUNCTION__, usb_pipeendpoint(this_urb->pipe), por
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libdaemon-0.14/libdaemon/
H A Ddfork.c167 if (pipe(pipe_fds) < 0) {
168 daemon_log(LOG_ERR, "pipe() failed: %s", strerror(errno));
347 if (pipe(_daemon_retval_pipe) < 0) {
348 daemon_log(LOG_ERR, "pipe(): %s", strerror(errno));
385 daemon_log(LOG_ERR, "write() failed while writing return value to pipe: %s", strerror(errno));
387 daemon_log(LOG_ERR, "write() too short while writing return value from pipe");
428 daemon_log(LOG_ERR, "read() failed while reading return value from pipe: %s", strerror(errno));
430 daemon_log(LOG_ERR, "read() failed with EOF while reading return value from pipe.");
433 daemon_log(LOG_ERR, "read() too short while reading return value from pipe.");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/
H A Dwinbind.c13 * (pipe read code from passpromt.c)
278 if (pipe(child_out) == -1) {
279 error("pipe creation failed for child OUT!");
283 if (pipe(child_in) == -1) {
284 error("pipe creation failed for child IN!");
317 /* Need to write the User's info onto the pipe */
435 notice("error closing pipe?!? for child OUT[0]");
441 notice("error closing pipe?!? for child IN[1]");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/gigaset/
H A Dbas-gigaset.c89 struct urb *urb_ctrl; /* control pipe default URB */
104 struct urb *urb_int_in; /* URB for interrupt pipe */
224 * retrieve string representation of USB pipe type
226 static inline char *usb_pipetype_str(int pipe) argument
228 if (usb_pipeisoc(pipe))
230 if (usb_pipeint(pipe))
232 if (usb_pipecontrol(pipe))
234 if (usb_pipebulk(pipe))
250 " dev=0x%08lx, pipe=%s:EP%d/DV%d:%s, "
253 usb_pipetype_str(urb->pipe),
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dallformats.c206 REGISTER_PROTOCOL (PIPE, pipe);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A DMakefile36 COPTS = -O2 -pipe -Wall -g
H A DMakefile.linux35 COPTS = -O2 -pipe -Wall -g
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/
H A DMakefile27 CFLAGS += -Iarch/$(ARCH) -msoft-float -pipe \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/
H A DMakefile79 CFLAGS += -pipe $(cflags-y)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Di915_drv.h48 * 1.5: Add vblank pipe configuration
50 * - Support vertical blank on secondary display pipe
79 unsigned int pipe; member in struct:_drm_i915_vbl_swap
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/
H A DMakefile34 CFLAGS := $(CFLAGS) -mlinux -march=$(arch-y) -pipe
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/
H A DMakefile34 CFLAGS += -pipe -msoft-float -mregparm=3 -freg-struct-return
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/
H A DMakefile73 CFLAGS += -msoft-float -pipe $(CFLAGS-y)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A DMakefile9 char_dev.o stat.o exec.o pipe.o namei.o fcntl.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Du132-hcd.c1049 if (usb_pipein(urb->pipe)) {
1491 } else { /* output pipe */
1901 endp->pipetype = usb_pipetype(urb->pipe);
1903 if (usb_pipein(urb->pipe)) {
1982 endp->pipetype = usb_pipetype(urb->pipe);
1984 if (usb_pipein(urb->pipe)) {
2086 endp->pipetype = usb_pipetype(urb->pipe);
2109 endp->pipetype = usb_pipetype(urb->pipe);
2132 if (usb_pipein(urb->pipe)) {
2151 } else { /* usb_pipeout(urb->pipe) */
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_vnode.h259 #define bhv_vop_splice_read(vp,f,o,pipe,cnt,fl,iofl,cr) \
260 VOP(vop_splice_read, vp)(VNHEAD(vp),f,o,pipe,cnt,fl,iofl,cr)
261 #define bhv_vop_splice_write(vp,f,o,pipe,cnt,fl,iofl,cr) \
262 VOP(vop_splice_write, vp)(VNHEAD(vp),f,o,pipe,cnt,fl,iofl,cr)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Dcrontab.c244 if (pipe(filedes) < 0) {
245 perror("pipe");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/runit/
H A Drunsvdir.c189 if (pipe(logpipe)) {
190 warnx("cannot create pipe for log");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/echoaudio/
H A Dechoaudio.h44 The lines going to and from the PCI bus represent "pipes". A pipe performs
54 and busses; that is, each individual pipe is hard-wired to a single bus.
76 to a single bus; the vmixer lets you mix any pipe to any bus in any
90 A number of calls in CEchoGals refer to a "pipe index". A pipe index is
91 a unique number for a pipe that unambiguously refers to a playback or record
92 pipe. Pipe indices are numbered starting with analog outputs, followed by
105 You get the pipe index by calling CEchoGals::OpenAudio; the other transport
106 functions take the pipe index as a parameter. If you need a pipe inde
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/usb/
H A Dusbnet.c165 unsigned pipe = 0; local
172 pipe = usb_rcvintpipe (dev->udev,
175 maxp = usb_maxpacket (dev->udev, pipe, 0);
188 usb_fill_int_urb(dev->interrupt, dev->udev, pipe,
192 usb_pipeendpoint(pipe), maxp, period);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Dhub.c37 struct urb *urb; /* for interrupt polling pipe */
432 * @pipe: identifies the endpoint of the failed transaction
442 void usb_hub_tt_clear_buffer (struct usb_device *udev, int pipe) argument
459 clear->devinfo = usb_pipeendpoint (pipe);
461 clear->devinfo |= usb_pipecontrol (pipe)
464 if (usb_pipein (pipe))
601 unsigned int pipe; local
812 pipe = usb_rcvintpipe(hdev, endpoint->bEndpointAddress);
813 maxp = usb_maxpacket(hdev, pipe, usb_pipeout(pipe));
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libdaemon-0.14/doc/
H A DMakefile116 CFLAGS += -Os -pipe -mips32 -mtune=mips32 -funit-at-a-time -I${PKG_INSTALL_DIR}/usr/include -I${PKG_INSTALL_DIR}/include -pipe -Wall -W -Wextra -pedantic -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -Wstrict-aliasing
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/dvb-usb/
H A Dopera1.c54 unsigned int pipe = (flags == OPERA_READ_MSG) ? local
61 usb_control_msg(dev, pipe, request, request_type | USB_TYPE_VENDOR,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dcpia_usb.c224 urb->pipe = usb_rcvisocpipe(ucpia->dev, 1);
246 urb->pipe = usb_rcvisocpipe(ucpia->dev, 1);

Completed in 330 milliseconds

1234567891011>>