Searched refs:do_write (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/util/
H A Dmkstack.pl14 my $do_write;
18 $do_write = 1;
120 if ($do_write) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dmkstack.pl14 my $do_write;
18 $do_write = 1;
121 if ($do_write) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drndegd.c78 do_write( int fd, void *buf, size_t nbytes ) function
239 if( do_write( fd, buffer, 2 ) == -1 )
275 if( do_write( fd, buffer, 2 ) == -1 )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pcmcia/vx/
H A Dvxp_ops.c323 * @do_write: 0 = read, 1 = set up for DMA write
325 static void vx_setup_pseudo_dma(struct vx_core *_chip, int do_write) argument
330 vx_outb(chip, ICR, do_write ? ICR_TREQ : ICR_RREQ);
337 chip->regDIALOG |= do_write ? VXP_DLG_DMAWRITE_SEL_MASK : VXP_DLG_DMAREAD_SEL_MASK;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A Dsir-dev.h96 int (*do_write)(struct sir_dev *dev, const unsigned char *ptr, size_t len); member in struct:sir_driver
H A Dsir_dev.c373 ret = dev->drv->do_write(dev, dev->tx_buff.data, dev->tx_buff.len);
440 actual = dev->drv->do_write(dev, dev->tx_buff.data, dev->tx_buff.len);
448 IRDA_ERROR("%s: drv->do_write failed (%d)\n",
654 actual = dev->drv->do_write(dev, dev->tx_buff.data, dev->tx_buff.len);
664 IRDA_ERROR("%s: drv->do_write failed (%d)\n",
869 /* instead of adding tests to protect against drv->do_write==NULL
871 * drivers which don't implement do_write.
873 if (!drv || !drv->do_write)
H A Dirtty-sir.c406 .do_write = irtty_do_write,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/appletalk/
H A Dltpc.c649 static int do_write(struct net_device *dev, void *cbuf, int cbuflen, function
697 /* end of idle handlers -- what should be seen is do_read, do_write */
716 return do_write(dev, &c, sizeof(c.setflags),&c,0);
937 do_write(dev, &cbuf, sizeof(cbuf), hdr, skb->len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dlibata-core.c4426 int do_write = (qc->tf.flags & ATA_TFLAG_WRITE); local
4452 ap->ops->data_xfer(qc->dev, buf + offset, qc->sect_size, do_write);
4458 ap->ops->data_xfer(qc->dev, buf + offset, qc->sect_size, do_write);
4547 int do_write = (qc->tf.flags & ATA_TFLAG_WRITE); local
4575 ap->ops->data_xfer(qc->dev, (unsigned char*)pad_buf, 2, do_write);
4605 ap->ops->data_xfer(qc->dev, buf + offset, count, do_write);
4611 ap->ops->data_xfer(qc->dev, buf + offset, count, do_write);
4642 int i_write, do_write = (qc->tf.flags & ATA_TFLAG_WRITE) ? 1 : 0; local
4662 if (do_write != i_write)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/vx222/
H A Dvx222_ops.c223 * @do_write: 0 = read, 1 = set up for DMA write
225 static void vx2_setup_pseudo_dma(struct vx_core *chip, int do_write) argument
230 vx_outl(chip, ICR, do_write ? ICR_TREQ : ICR_RREQ);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-raid1.c788 static void do_write(struct mirror_set *ms, struct bio *bio) function
864 do_write(ms, bio);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse_lowlevel.c613 static void do_write(fuse_req_t req, fuse_ino_t nodeid, const void *inarg) function
1076 [FUSE_WRITE] = { do_write, "WRITE" },
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dioc3_serial.c666 * do_write - Write bytes to the port. Returns the number of bytes
672 static inline int do_write(struct ioc3_port *port, char *buf, int len) function
918 result = do_write(port, start, xmit_count);
H A Dioc4_serial.c1395 * do_write - Write bytes to the port. Returns the number of bytes
1401 static inline int do_write(struct ioc4_port *port, char *buf, int len) function
1653 result = do_write(port, start, xmit_count);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dfile_storage.c1628 static int do_write(struct fsg_dev *fsg) function
2818 reply = do_write(fsg);
2826 reply = do_write(fsg);
2834 reply = do_write(fsg);

Completed in 124 milliseconds