Searched refs:do_read (Results 1 – 6 of 6) sorted by relevance
/drivers/mtd/nand/raw/ |
D | r852.c | 172 static void r852_do_dma(struct r852_device *dev, uint8_t *buf, int do_read) in r852_do_dma() argument 181 dev->dma_dir = do_read; in r852_do_dma() 185 dbg_verbose("doing dma %s ", do_read ? "read" : "write"); in r852_do_dma() 189 dev->dma_state = do_read ? DMA_INTERNAL : DMA_MEMORY; in r852_do_dma() 198 do_read ? DMA_FROM_DEVICE : DMA_TO_DEVICE); in r852_do_dma() 206 if (!do_read) in r852_do_dma() 223 if (do_read && bounce) in r852_do_dma()
|
/drivers/mtd/tests/ |
D | stresstest.c | 65 static int do_read(void) in do_read() function 122 return do_read(); in do_operation()
|
/drivers/infiniband/sw/rxe/ |
D | rxe_comp.c | 346 static inline enum comp_state do_read(struct rxe_qp *qp, in do_read() function 618 state = do_read(qp, pkt, wqe); in rxe_completer()
|
/drivers/mmc/host/ |
D | cavium.c | 298 static void do_read(struct cvm_mmc_host *host, struct mmc_request *req, in do_read() function 472 do_read(host, req, rsp_sts & MIO_EMM_RSP_STS_DBUF); in cvm_mmc_interrupt()
|
/drivers/usb/gadget/function/ |
D | f_mass_storage.c | 605 static int do_read(struct fsg_common *common) in do_read() function 1948 reply = do_read(common); in do_scsi_command() 1959 reply = do_read(common); in do_scsi_command() 1970 reply = do_read(common); in do_scsi_command() 1981 reply = do_read(common); in do_scsi_command()
|
/drivers/scsi/qla2xxx/ |
D | qla_attr.c | 901 goto do_read; in qla2x00_sysfs_read_xgmac_stats() 912 do_read: in qla2x00_sysfs_read_xgmac_stats() 956 goto do_read; in qla2x00_sysfs_read_dcbx_tlv() 971 do_read: in qla2x00_sysfs_read_dcbx_tlv()
|