Searched refs:io_read (Results 1 - 16 of 16) sorted by relevance

/linux-master/io_uring/
H A Drw.h21 int io_read(struct io_kiocb *req, unsigned int issue_flags);
H A Dopdef.c71 .issue = io_read,
103 .issue = io_read,
243 .issue = io_read,
H A Drw.c115 * Have to do this validation here, as this is in io_read() rw->len
914 int io_read(struct io_kiocb *req, unsigned int issue_flags) function
/linux-master/drivers/media/i2c/
H A Dtda1997x.c358 static inline int io_read(struct v4l2_subdev *sd, u16 reg) function
386 val = io_read(sd, reg);
390 val = io_read(sd, reg + 1);
403 val = io_read(sd, reg);
407 val = io_read(sd, reg + 1);
411 val = io_read(sd, reg + 2);
426 val = io_read(sd, reg + i);
506 hpd_auto = io_read(sd, REG_HPD_AUTO_CTRL);
507 hpd_pwr = io_read(sd, REG_HPD_POWER);
508 hpd_man = io_read(s
[all...]
H A Dadv7842.c340 static inline int io_read(struct v4l2_subdev *sd, u8 reg) function
356 return io_write(sd, reg, (io_read(sd, reg) & mask) | val);
362 return io_write(sd, reg, (io_read(sd, reg) & ~mask) | val);
673 u8 reg = io_read(sd, 0x6f);
861 reg->val = io_read(sd, reg->reg & 0xff);
1162 bool rgb_output = io_read(sd, 0x02) & 0x02;
1166 if (hdmi_signal && (io_read(sd, 0x60) & 1))
1342 if ((io_read(sd, 0x60) & 1) && (infoframe_read(sd, 0x03) & 0x80))
1351 return io_read(sd, 0x0c) & 0x24;
1370 if (io_read(s
[all...]
H A Dadv7604.c381 static inline int io_read(struct v4l2_subdev *sd, u8 reg) function
398 return io_write(sd, reg, (io_read(sd, reg) & ~mask) | val);
891 u8 value = io_read(sd, 0x6f);
901 u8 value = io_read(sd, 0x6f);
911 u8 value = io_read(sd, 0x6f);
1112 bool rgb_output = io_read(sd, 0x02) & 0x02;
1116 if (hdmi_signal && (io_read(sd, 0x60) & 1))
1263 if ((io_read(sd, 0x60) & 1) && (infoframe_read(sd, 0x03) & 0x80))
1275 return io_read(sd, 0x0c) & 0x24;
1282 return !(io_read(s
[all...]
/linux-master/drivers/mtd/nand/raw/
H A Dams-delta.c46 u8 (*io_read)(struct gpio_nand *this); member in struct:gpio_nand
131 buf[i] = priv->io_read(priv);
337 priv->io_read = gpio_nand_io_read;
351 if (!priv->io_read || !priv->io_write) {
/linux-master/fs/bcachefs/
H A Dsb-counters_format.h6 x(io_read, 0) \
H A DMakefile51 io_read.o \
/linux-master/drivers/media/i2c/adv748x/
H A Dadv748x.h395 #define io_read(s, r) adv748x_read(s, ADV748X_PAGE_IO, r) macro
397 #define io_clrset(s, r, m, v) io_write(s, r, (io_read(s, r) & ~(m)) | (v))
H A Dadv748x-core.c554 lsb = io_read(state, ADV748X_IO_CHIP_REV_ID_1);
555 msb = io_read(state, ADV748X_IO_CHIP_REV_ID_2);
/linux-master/arch/x86/kvm/
H A Dkvm_emulate.h372 struct read_cache io_read; member in struct:x86_emulate_ctxt
H A Demulate.c1429 struct read_cache *rc = &ctxt->io_read;
5128 ctxt->io_read.pos = 0;
5129 ctxt->io_read.end = 0;
5385 struct read_cache *r = &ctxt->io_read;
/linux-master/drivers/net/wireless/silabs/wfx/
H A Dtraces.h272 DEFINE_EVENT(io_data, io_read,
/linux-master/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic.h1657 u32 (*io_read)(struct netxen_adapter *, void __iomem *); member in struct:netxen_adapter
1692 (adapter->io_read(adapter, addr))
H A Dnetxen_nic_hw.c1740 adapter->io_read = netxen_nic_io_read_128M,
1754 adapter->io_read = netxen_nic_io_read_2M,

Completed in 223 milliseconds