Searched refs:is_read (Results 1 - 7 of 7) sorted by relevance

/drivers/mtd/nand/
H A Dbf5xx_nand.c467 uint8_t *buf, int is_read)
473 dev_dbg(info->device, " mtd->%p, buf->%p, is_read %d\n",
474 mtd, buf, is_read);
482 if (is_read)
519 if (is_read)
525 if (is_read)
466 bf5xx_nand_dma_rw(struct mtd_info *mtd, uint8_t *buf, int is_read) argument
H A Datmel_nand.c193 int is_read)
204 enum dma_data_direction dir = is_read ? DMA_FROM_DEVICE : DMA_TO_DEVICE;
220 if (is_read) {
192 atmel_nand_dma_op(struct mtd_info *mtd, void *buf, int len, int is_read) argument
/drivers/mmc/host/
H A Domap.c1009 int sync_dev, dma_ch, is_read, r; local
1011 is_read = !(data->flags & MMC_DATA_WRITE);
1014 if (is_read == host->dma_is_read)
1020 if (is_read) {
1044 host->dma_is_read = is_read;
/drivers/spi/
H A Dspi-omap2-mcspi.c203 int is_read, int enable)
209 if (is_read) /* 1 is read, 0 write */
202 omap2_mcspi_set_dma_req(const struct spi_device *spi, int is_read, int enable) argument
/drivers/scsi/
H A Dst.c1491 size_t count, int is_read)
1496 if (is_read)
1504 count, (is_read ? READ : WRITE));
1530 if (is_read && STp->sili && !STbp->cleared)
1551 static void release_buffering(struct scsi_tape *STp, int is_read)
1557 sgl_unmap_user_pages(STbp, STbp->do_dio, is_read);
1483 setup_buffering(struct scsi_tape *STp, const char __user *buf, size_t count, int is_read) argument
1544 release_buffering(struct scsi_tape *STp, int is_read) argument
/drivers/net/ethernet/mellanox/mlx4/
H A Dcmd.c559 int size, int is_read)
572 if (is_read) {
557 mlx4_ACCESS_MEM(struct mlx4_dev *dev, u64 master_addr, int slave, u64 slave_addr, int size, int is_read) argument
/drivers/s390/block/
H A Ddasd.c725 int is_read,
755 if (is_read) {
722 dasd_profile_end_add_data(struct dasd_profile_info *data, int is_alias, int is_tpm, int is_read, long sectors, int sectors_ind, int tottime_ind, int tottimeps_ind, int strtime_ind, int irqtime_ind, int irqtimeps_ind, int endtime_ind) argument

Completed in 222 milliseconds