Home
last modified time | relevance | path

Searched refs:read_io (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/arch/sandbox/lib/
H A Dpci_io.c62 if (ops && ops->read_io) { in pci_io_read()
63 ret = (ops->read_io)(dev, addr, valuep, size); in pci_io_read()
/openbmc/u-boot/drivers/misc/
H A Dswap_case.c299 .read_io = sandbox_swap_case_read_io,
/openbmc/linux/drivers/media/dvb-frontends/
H A Dcxd2099.c108 static int read_io(struct cxd *ci, u16 address, unsigned int *val) in read_io() function
409 read_io(ci, address, &val); in read_cam_control()
/openbmc/linux/fs/nfs/
H A Dread.c90 NFS_I(pgio->pg_inode)->read_io += pgm->pg_bytes_written; in nfs_pageio_complete_read()
H A Ddirect.c463 NFS_I(inode)->read_io += count; in nfs_file_direct_read()
H A Dpnfs.c301 nfsi->read_io = 0; in pnfs_detach_layout_hdr()
1873 nfsi->read_io); in pnfs_within_mdsthreshold()
1875 if (nfsi->read_io < t->rd_io_sz) in pnfs_within_mdsthreshold()
H A Dinode.c525 nfsi->read_io = 0; in nfs_fhget()
/openbmc/linux/include/linux/
H A Dnfs_fs.h243 __u64 read_io; member
/openbmc/u-boot/include/
H A Dpci.h1502 int (*read_io)(struct udevice *dev, unsigned int addr, ulong *valuep, member