/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 …]
|
H A D | adv7842.c | 340 static inline int io_read(struct v4l2_subdev *sd, u8 reg) in io_read() function 356 return io_write(sd, reg, (io_read(sd, reg) & mask) | val); in io_write_and_or() 362 return io_write(sd, reg, (io_read(sd, reg) & ~mask) | val); in io_write_clr_set() 673 u8 reg = io_read(sd, 0x6f); in adv7842_read_cable_det() 861 reg->val = io_read(sd, reg->reg & 0xff); in adv7842_g_register() 1162 bool rgb_output = io_read(sd, 0x02) & 0x02; in set_rgb_quantization_range() 1166 if (hdmi_signal && (io_read(sd, 0x60) & 1)) in set_rgb_quantization_range() 1342 if ((io_read(sd, 0x60) & 1) && (infoframe_read(sd, 0x03) & 0x80)) in adv7842_g_volatile_ctrl() 1351 return io_read(sd, 0x0c) & 0x24; in no_power() 1370 if (io_read(sd, 0x0c) & 0x24) in adv7842_g_input_status() [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 | 21 int io_read(struct io_kiocb *req, unsigned int issue_flags);
|
H A D | opdef.c | 72 .issue = io_read, 106 .issue = io_read, 251 .issue = io_read,
|
H A D | rw.c | 939 int io_read(struct io_kiocb *req, unsigned int issue_flags) in io_read() function
|
/linux/fs/bcachefs/ |
H A D | sb-counters_format.h | 6 x(io_read, 0) \
|
H A D | Makefile | 52 io_read.o \
|
/linux/drivers/media/i2c/adv748x/ |
H A D | adv748x.h | 394 #define io_read(s, r) adv748x_read(s, ADV748X_PAGE_IO, r) macro 396 #define io_clrset(s, r, m, v) io_write(s, r, (io_read(s, r) & ~(m)) | (v))
|
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 | 374 struct read_cache io_read; member
|
H A D | emulate.c | 1429 struct read_cache *rc = &ctxt->io_read; in pio_in_emulated() 5099 ctxt->io_read.pos = 0; in init_decode_cache() 5100 ctxt->io_read.end = 0; in init_decode_cache() 5356 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,
|