Searched refs:pipe (Results 176 - 200 of 330) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/storage/
H A Dsddr55.c81 unsigned int pipe = (direction == DMA_FROM_DEVICE) ? local
87 return usb_stor_bulk_transfer_buf(us, pipe, data, len, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dmct_u232.c434 err("usb_submit_urb(read bulk) failed pipe 0x%x err %d",
435 port->read_urb->pipe, retval);
443 err(" usb_submit_urb(read int) failed pipe 0x%x err %d",
444 port->interrupt_in_urb->pipe, retval);
501 * Work-a-round: handle the 'usual' bulk-in pipe here
516 * The interrupt-in pipe signals exceptional conditions (modem line
H A Dcyberjack.c174 usb_clear_halt(port->serial->dev, port->write_urb->pipe);
H A Dti_usb_3410_5052.c615 usb_clear_halt(dev, port->write_urb->pipe);
616 usb_clear_halt(dev, port->read_urb->pipe);
1661 unsigned int pipe = usb_sndbulkpipe(dev, local
1685 status = usb_bulk_msg(dev, pipe, buffer+pos, len, &done, 1000);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/solaris/
H A Dsystbl.S68 .word CHAIN(pipe) /* pipe 42 */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/mon/
H A Dmon_main.c157 printk(KERN_ERR TAG ": Null mon bus in URB, pipe 0x%x\n",
158 urb->pipe);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dub.c306 unsigned int send_bulk_pipe; /* cached pipe values */
994 * The control pipe clears itself - nothing to do.
996 printk(KERN_NOTICE "%s: stall on control pipe\n",
1013 printk(KERN_NOTICE "%s: stall on control pipe\n",
1030 printk(KERN_NOTICE "%s: stall on control pipe\n",
1277 int pipe; local
1283 pipe = sc->recv_bulk_pipe;
1285 pipe = sc->send_bulk_pipe;
1286 sc->last_pipe = pipe;
1287 usb_fill_bulk_urb(&sc->work_urb, sc->dev, pipe,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/
H A Dftdi-elan.c1534 command->width = usb_maxpacket(urb->dev, urb->pipe,
1535 usb_pipeout(urb->pipe));
1599 command->width = usb_maxpacket(urb->dev, urb->pipe,
1600 usb_pipeout(urb->pipe));
1656 command->width = usb_maxpacket(urb->dev, urb->pipe,
1657 usb_pipeout(urb->pipe));
1719 command->width = usb_maxpacket(urb->dev, urb->pipe,
1720 usb_pipeout(urb->pipe));
1800 command->width = usb_maxpacket(urb->dev, urb->pipe,
1801 usb_pipeout(urb->pipe));
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/sisusbvga/
H A Dsisusb.c234 sisusb_bulkout_msg(struct sisusb_usb_data *sisusb, int index, unsigned int pipe, void *data, argument
244 usb_fill_bulk_urb(urb, sisusb->sisusb_dev, pipe, data, len,
302 sisusb_bulkin_msg(struct sisusb_usb_data *sisusb, unsigned int pipe, void *data, int len, argument
310 usb_fill_bulk_urb(urb, sisusb->sisusb_dev, pipe, data, len,
364 unsigned int pipe; local
386 pipe = usb_sndbulkpipe(sisusb->sisusb_dev, ep);
422 pipe,
502 unsigned int pipe; local
511 pipe = usb_rcvbulkpipe(sisusb->sisusb_dev, ep);
530 pipe,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_posix.c322 if ((ret = pipe(file_desc)) == -1) {
484 * the pipe.
559 * pipe.
661 * Read any bytes in the signalling pipe. Note that we don't
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/
H A DMakefile201 regular_CFLAGS = -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/utils/
H A DMakefile216 regular_CFLAGS = -Wall -Waggregate-return -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes -Winline -pipe
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/psf/
H A Dpsf.c686 * Interface to pipe and exec, for starting children in pipelines.
695 if ( pipe( fd ) < 0 ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/udhcpd/
H A Ddhcpc.c413 /* ensure that stdin/stdout/stderr are never returned by pipe() */
422 pipe(signal_pipe);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dsyscall_table.S110 ENTRY_SAME(pipe)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A DMakefile23 -fno-strict-aliasing -Os -msoft-float -pipe \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/intelfb/
H A Dintelfbhw.h326 /* All platforms (desktop has no pipe B) */
572 extern int intelfbhw_wait_for_vsync(struct intelfb_info *dinfo, u32 pipe);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dxfuncs.c151 if (pipe(filedes))
152 bb_perror_msg_and_die("can't create pipe");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/psf/
H A Dpsf.c686 * Interface to pipe and exec, for starting children in pipelines.
695 if ( pipe( fd ) < 0 ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/hotplug2/
H A Dhotplug2.c340 pipe(fds);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/
H A DMakefile120 CFLAGS += -g -Wall -pipe -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A DMakefile119 $(top_srcdir)/gnulib-m4/pipe.m4 \
301 AS = mipsel-linux-uclibc-gcc -c -Os -pipe -mips32 -mtune=mips32 -funit-at-a-time
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libdaemon-0.14/libdaemon/
H A DMakefile146 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/ap/gpl/ppp-2.4.4/pppd/
H A Dtty.c629 if (pipe(ipipe) < 0 || pipe(opipe) < 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dmem.c615 static ssize_t splice_write_null(struct pipe_inode_info *pipe,struct file *out, argument
618 return splice_from_pipe(pipe, out, ppos, len, flags, pipe_to_null);

Completed in 319 milliseconds

1234567891011>>