Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dtrace-event-read.c70 static int do_read(void *data, int size) in do_read() function
94 do_read(buf, r); in skip()
103 if (do_read(&data, 4) < 0) in read4()
112 if (do_read(&data, 8) < 0) in read8()
198 if (do_read(buf, size) < 0) { in read_ftrace_printk()
218 if (do_read(buf, 12) < 0) in read_header_files()
232 if (do_read(header_page, size) < 0) { in read_header_files()
248 if (do_read(buf, 13) < 0) in read_header_files()
273 ret = do_read(buf, size); in read_ftrace_file()
299 ret = do_read(buf, size); in read_event_file()
[all …]
/Linux-v4.19/tools/spi/
Dspidev_fdx.c18 static void do_read(int fd, int len) in do_read() function
155 do_read(fd, readcount); in main()
/Linux-v4.19/tools/testing/selftests/powerpc/mm/
Dsubpage_prot.c52 static inline void do_read(const volatile void *addr) in do_read() function
122 do_read(addr); in run_test()
/Linux-v4.19/drivers/mtd/nand/raw/
Dr852.c176 static void r852_do_dma(struct r852_device *dev, uint8_t *buf, int do_read) in r852_do_dma() argument
185 dev->dma_dir = do_read; in r852_do_dma()
189 dbg_verbose("doing dma %s ", do_read ? "read" : "write"); in r852_do_dma()
193 dev->dma_state = do_read ? DMA_INTERNAL : DMA_MEMORY; in r852_do_dma()
202 (do_read ? PCI_DMA_FROMDEVICE : PCI_DMA_TODEVICE)); in r852_do_dma()
211 if (!do_read) in r852_do_dma()
228 if (do_read && bounce) in r852_do_dma()
/Linux-v4.19/drivers/mtd/tests/
Dstresstest.c86 static int do_read(void) in do_read() function
143 return do_read(); in do_operation()
/Linux-v4.19/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
705 return do_read(dev, &c, sizeof(c.getflags),&c,0); in read_30()
837 aa->s_node = do_read(dev,&c,sizeof(c),&c,0); in ltpc_ioctl()
/Linux-v4.19/drivers/infiniband/sw/rxe/
Drxe_comp.c355 static inline enum comp_state do_read(struct rxe_qp *qp, in do_read() function
595 state = do_read(qp, pkt, wqe); in rxe_completer()
/Linux-v4.19/tools/kvm/kvm_stat/
Dkvm_stat721 self.do_read = True
760 self.do_read = False
766 self.do_read = True
787 if not self.do_read:
/Linux-v4.19/drivers/mmc/host/
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-v4.19/drivers/scsi/qla2xxx/
Dqla_attr.c793 goto do_read; in qla2x00_sysfs_read_xgmac_stats()
803 do_read: in qla2x00_sysfs_read_xgmac_stats()
844 goto do_read; in qla2x00_sysfs_read_dcbx_tlv()
857 do_read: in qla2x00_sysfs_read_dcbx_tlv()
/Linux-v4.19/arch/x86/kernel/
Dapm_32.c1471 static ssize_t do_read(struct file *fp, char __user *buf, size_t count, loff_t *ppos) in do_read() function
1916 .read = do_read,
/Linux-v4.19/drivers/usb/gadget/function/
Df_mass_storage.c612 static int do_read(struct fsg_common *common) in do_read() function
1876 reply = do_read(common); in do_scsi_command()
1887 reply = do_read(common); in do_scsi_command()
1898 reply = do_read(common); in do_scsi_command()
/Linux-v4.19/drivers/tty/serial/
Dioc3_serial.c1114 static inline int do_read(struct uart_port *the_port, char *buf, int len) in do_read() function
1408 read_count = do_read(the_port, ch, MAX_CHARS); in receive_chars()
Dioc4_serial.c2068 static inline int do_read(struct uart_port *the_port, unsigned char *buf, in do_read() function
2362 read_count = do_read(the_port, ch, request_count); in receive_chars()