/linux-4.4.14/tools/perf/util/ |
D | trace-event-read.c | 71 static int do_read(void *data, int size) in do_read() function 95 do_read(buf, r); in skip() 104 if (do_read(&data, 4) < 0) in read4() 113 if (do_read(&data, 8) < 0) in read8() 199 if (do_read(buf, size) < 0) { in read_ftrace_printk() 217 if (do_read(buf, 12) < 0) in read_header_files() 231 if (do_read(header_page, size) < 0) { in read_header_files() 247 if (do_read(buf, 13) < 0) in read_header_files() 269 if (do_read(buf, size) < 0) { in read_ftrace_file() 288 if (do_read(buf, size) < 0) { in read_event_file() [all …]
|
/linux-4.4.14/Documentation/spi/ |
D | spidev_fdx.c | 17 static void do_read(int fd, int len) in do_read() function 154 do_read(fd, readcount); in main()
|
/linux-4.4.14/tools/testing/selftests/powerpc/mm/ |
D | subpage_prot.c | 52 static inline void do_read(const volatile void *addr) in do_read() function 122 do_read(addr); in run_test()
|
/linux-4.4.14/drivers/mtd/nand/ |
D | r852.c | 173 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()
|
/linux-4.4.14/drivers/mtd/tests/ |
D | stresstest.c | 86 static int do_read(void) in do_read() function 143 return do_read(); in do_operation()
|
/linux-4.4.14/drivers/net/appletalk/ |
D | ltpc.c | 242 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()
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_attr.c | 646 goto do_read; in qla2x00_sysfs_read_sfp() 656 do_read: in qla2x00_sysfs_read_sfp() 841 goto do_read; in qla2x00_sysfs_read_xgmac_stats() 851 do_read: in qla2x00_sysfs_read_xgmac_stats() 892 goto do_read; in qla2x00_sysfs_read_dcbx_tlv() 902 do_read: in qla2x00_sysfs_read_dcbx_tlv()
|
/linux-4.4.14/arch/x86/kernel/ |
D | apm_32.c | 1462 static ssize_t do_read(struct file *fp, char __user *buf, size_t count, loff_t *ppos) in do_read() function 1918 .read = do_read,
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | f_mass_storage.c | 640 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()
|
/linux-4.4.14/drivers/tty/serial/ |
D | ioc3_serial.c | 1117 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()
|
D | ioc4_serial.c | 2066 static inline int do_read(struct uart_port *the_port, unsigned char *buf, in do_read() function 2360 read_count = do_read(the_port, ch, request_count); in receive_chars()
|