Home
last modified time | relevance | path

Searched refs:io_read (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/media/i2c/
H A Dtda1997x.c358 static inline int io_read(struct v4l2_subdev *sd, u16 reg) in io_read() function
386 val = io_read(sd, reg); in io_read16()
390 val = io_read(sd, reg + 1); in io_read16()
403 val = io_read(sd, reg); in io_read24()
407 val = io_read(sd, reg + 1); in io_read24()
411 val = io_read(sd, reg + 2); in io_read24()
426 val = io_read(sd, reg + i); in io_readn()
506 hpd_auto = io_read(sd, REG_HPD_AUTO_CTRL); in tda1997x_manual_hpd()
507 hpd_pwr = io_read(sd, REG_HPD_POWER); in tda1997x_manual_hpd()
508 hpd_man = io_read(sd, REG_HPD_MAN_CTRL); in tda1997x_manual_hpd()
[all …]
/linux/rust/kernel/
H A Dio.rs170 unsafe fn io_read(&self, address: usize) -> T; in io_read() method
438 Ok(unsafe { self.io_read(address) }.into()) in try_read()
552 let value: T = unsafe { self.io_read(address) }.into(); in try_update()
590 unsafe { self.io_read(address) }.into() in read()
699 let value: T = unsafe { self.io_read(address) }.into(); in update()
734 unsafe fn io_read(&self, address: usize) -> $ty {
/linux/drivers/mtd/nand/raw/
H A Dams-delta.c46 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/rust/kernel/pci/
H A Dio.rs90 unsafe fn io_read(&self, address: usize) -> $ty {
/linux/drivers/media/i2c/adv748x/
H A Dadv748x-core.c554 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 Dnetxen_nic.h1657 u32 (*io_read)(struct netxen_adapter *, void __iomem *); member
1692 (adapter->io_read(adapter, addr))
H A Dnetxen_nic_hw.c1740 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/io_uring/
H A Drw.c1026 int io_read(struct io_kiocb *req, unsigned int issue_flags) in io_read() function
1230 return io_read(req, issue_flags); in io_read_fixed()
/linux/drivers/net/wireless/silabs/wfx/
H A Dtraces.h272 DEFINE_EVENT(io_data, io_read,
/linux/arch/x86/kvm/
H A Demulate.c1380 struct read_cache *rc = &ctxt->io_read; in pio_in_emulated()
5271 ctxt->io_read.pos = 0; in init_decode_cache()
5272 ctxt->io_read.end = 0; in init_decode_cache()
5538 struct read_cache *r = &ctxt->io_read; in x86_emulate_insn()