Searched refs:io_read (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/media/i2c/ |
| H A D | tda1997x.c | 358 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/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 | 43 int io_read(struct io_kiocb *req, unsigned int issue_flags);
|
| H A D | rw.c | 1026 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/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/arch/x86/kvm/ |
| H A D | kvm_emulate.h | 397 struct read_cache io_read; member
|
| H A D | emulate.c | 1367 struct read_cache *rc = &ctxt->io_read; in pio_in_emulated() 5259 ctxt->io_read.pos = 0; in init_decode_cache() 5260 ctxt->io_read.end = 0; in init_decode_cache() 5526 struct read_cache *r = &ctxt->io_read; in x86_emulate_insn()
|
| /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,
|