Searched refs:io_read (Results 1 – 10 of 10) sorted by relevance
| /linux/rust/kernel/ |
| H A D | io.rs | 274 fn io_read<'a>(view: Self::View<'a, T>) -> T; in io_read() method 504 Self::Backend::io_read(self.as_view()) in read_val() 850 Ok(Self::Backend::io_read(view).into()) in try_read() 963 let value: T = Self::Backend::io_read(view).into(); in try_update() 998 Self::Backend::io_read(view).into() in read() 1106 let value: T = Self::Backend::io_read(view).into(); in update() 1196 fn io_read(view: <$backend as IoBackend>::View<'_, $ty>) -> $ty { 1356 fn io_read(view: SysMem<'_, $ty>) -> $ty { 1561 fn io_read(view: Self::View<'_, T>) -> T { in io_read() function 1563 IoSysMap::Io(l) => MmioBackend::io_read(l), in io_read() [all …]
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | ams-delta.c | 46 u8 (*io_read)(struct gpio_nand *this); member 131 buf[i] = priv->io_read(priv); in gpio_nand_read_buf() 337 priv->io_read = gpio_nand_io_read; in gpio_nand_probe() 351 if (!priv->io_read || !priv->io_write) { in gpio_nand_probe()
|
| /linux/io_uring/ |
| H A D | rw.h | 44 int io_read(struct io_kiocb *req, unsigned int issue_flags);
|
| H A D | opdef.c | 73 .issue = io_read, 253 .issue = io_read, 557 .issue = io_read,
|
| H A D | rw.c | 1017 int io_read(struct io_kiocb *req, unsigned int issue_flags) in io_read() function 1224 return io_read(req, issue_flags); in io_read_fixed()
|
| /linux/rust/kernel/pci/ |
| H A D | io.rs | 118 fn io_read(view: ConfigSpace<'_, $ty>) -> $ty {
|
| /linux/drivers/media/i2c/adv748x/ |
| H A D | adv748x-core.c | 554 lsb = io_read(state, ADV748X_IO_CHIP_REV_ID_1); in adv748x_identify_chip() 555 msb = io_read(state, ADV748X_IO_CHIP_REV_ID_2); in adv748x_identify_chip()
|
| /linux/drivers/net/ethernet/qlogic/netxen/ |
| H A D | netxen_nic.h | 1657 u32 (*io_read)(struct netxen_adapter *, void __iomem *); member 1692 (adapter->io_read(adapter, addr))
|
| H A D | netxen_nic_hw.c | 1740 adapter->io_read = netxen_nic_io_read_128M, in netxen_setup_hwops() 1754 adapter->io_read = netxen_nic_io_read_2M, in netxen_setup_hwops()
|
| /linux/drivers/net/wireless/silabs/wfx/ |
| H A D | traces.h | 272 DEFINE_EVENT(io_data, io_read,
|