Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Dtrace-event-read.c76 do_read(buf, r); in skip()
85 if (do_read(&data, 4) < 0) in read4()
94 if (do_read(&data, 8) < 0) in read8()
200 if (do_read(buf, 12) < 0) in read_header_files()
230 if (do_read(buf, 13) < 0) in read_header_files()
255 ret = do_read(buf, size); in read_ftrace_file()
281 ret = do_read(buf, size); in read_event_file()
359 ret = do_read(buf, size); in read_saved_cmdline()
392 if (do_read(buf, 3) < 0) in trace_report()
399 if (do_read(buf, 7) < 0) in trace_report()
[all …]
/linux/tools/spi/
A Dspidev_fdx.c18 static void do_read(int fd, int len) in do_read() function
155 do_read(fd, readcount); in main()
/linux/drivers/mtd/nand/raw/
A Dr852.c172 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()
/linux/tools/testing/selftests/powerpc/mm/
A Dsubpage_prot.c52 static inline void do_read(const volatile void *addr) in do_read() function
122 do_read(addr); in run_test()
/linux/drivers/mtd/tests/
A Dstresstest.c74 static int do_read(void) in do_read() function
131 return do_read(); in do_operation()
/linux/drivers/net/appletalk/
A Dltpc.c244 static int do_read(struct net_device *dev, void *cbuf, int cbuflen,
674 static int do_read(struct net_device *dev, void *cbuf, int cbuflen, in do_read() function
709 return do_read(dev, &c, sizeof(c.getflags),&c,0); in read_30()
841 aa->s_node = do_read(dev,&c,sizeof(c),&c,0); in ltpc_ioctl()
/linux/drivers/infiniband/sw/rxe/
A Drxe_comp.c341 static inline enum comp_state do_read(struct rxe_qp *qp, in do_read() function
617 state = do_read(qp, pkt, wqe); in rxe_completer()
/linux/tools/kvm/kvm_stat/
A Dkvm_stat733 self.do_read = True
780 self.do_read = False
786 self.do_read = True
807 if not self.do_read:
/linux/tools/testing/selftests/bpf/prog_tests/
A Dbpf_iter.c385 static int do_read(const char *path, const char *expected) in do_read() function
423 err = do_read(path, "abcd"); in test_file_iter()
440 do_read(path, "ABCD"); in test_file_iter()
/linux/drivers/usb/gadget/function/
A Df_mass_storage.c588 static int do_read(struct fsg_common *common) in do_read() function
1884 reply = do_read(common); in do_scsi_command()
1895 reply = do_read(common); in do_scsi_command()
1906 reply = do_read(common); in do_scsi_command()
1917 reply = do_read(common); in do_scsi_command()
/linux/drivers/mmc/host/
A Dcavium.c298 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()
/linux/arch/x86/kernel/
A Dapm_32.c1462 static ssize_t do_read(struct file *fp, char __user *buf, size_t count, loff_t *ppos) in do_read() function
1907 .read = do_read,
/linux/drivers/scsi/qla2xxx/
A Dqla_attr.c901 goto do_read; in qla2x00_sysfs_read_xgmac_stats()
912 do_read: in qla2x00_sysfs_read_xgmac_stats()
955 goto do_read; in qla2x00_sysfs_read_dcbx_tlv()
971 do_read: in qla2x00_sysfs_read_dcbx_tlv()

Completed in 65 milliseconds