Home
last modified time | relevance | path

Searched refs:do_read (Results 1 – 9 of 9) sorted by relevance

/drivers/mtd/nand/
Dr852.c173 static void r852_do_dma(struct r852_device *dev, uint8_t *buf, int do_read) in r852_do_dma() argument
182 dev->dma_dir = do_read; in r852_do_dma()
186 dbg_verbose("doing dma %s ", do_read ? "read" : "write"); in r852_do_dma()
190 dev->dma_state = do_read ? DMA_INTERNAL : DMA_MEMORY; in r852_do_dma()
199 (do_read ? PCI_DMA_FROMDEVICE : PCI_DMA_TODEVICE)); in r852_do_dma()
208 if (!do_read) in r852_do_dma()
225 if (do_read && bounce) in r852_do_dma()
/drivers/mtd/tests/
Dstresstest.c86 static int do_read(void) in do_read() function
143 return do_read(); in do_operation()
/drivers/net/appletalk/
Dltpc.c242 static int do_read(struct net_device *dev, void *cbuf, int cbuflen,
670 static int do_read(struct net_device *dev, void *cbuf, int cbuflen, in do_read() function
704 return do_read(dev, &c, sizeof(c.getflags),&c,0); in read_30()
836 aa->s_node = do_read(dev,&c,sizeof(c),&c,0); in ltpc_ioctl()
/drivers/staging/comedi/drivers/addi-data/
Daddi_common.h83 int (*do_read)(struct comedi_device *, struct comedi_subdevice *, member
Daddi_common.c226 s->insn_read = this_board->do_read; in addi_auto_attach()
/drivers/scsi/qla2xxx/
Dqla_attr.c654 goto do_read; in qla2x00_sysfs_read_sfp()
664 do_read: in qla2x00_sysfs_read_sfp()
849 goto do_read; in qla2x00_sysfs_read_xgmac_stats()
859 do_read: in qla2x00_sysfs_read_xgmac_stats()
901 goto do_read; in qla2x00_sysfs_read_dcbx_tlv()
911 do_read: in qla2x00_sysfs_read_dcbx_tlv()
/drivers/usb/gadget/function/
Df_mass_storage.c640 static int do_read(struct fsg_common *common) in do_read() function
1915 reply = do_read(common); in do_scsi_command()
1926 reply = do_read(common); in do_scsi_command()
1937 reply = do_read(common); in do_scsi_command()
/drivers/tty/serial/
Dioc3_serial.c1117 static inline int do_read(struct uart_port *the_port, char *buf, int len) in do_read() function
1411 read_count = do_read(the_port, ch, MAX_CHARS); in receive_chars()
Dioc4_serial.c2065 static inline int do_read(struct uart_port *the_port, unsigned char *buf, in do_read() function
2359 read_count = do_read(the_port, ch, request_count); in receive_chars()