Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/i2c/
H A Dtda1997x.c386 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()
705 reg = io_read(sd, REG_VDP_CTRL); in tda1997x_configure_csc()
861 reg = io_read(sd, REG_VDP_CTRL); in tda1997x_configure_vidout()
1056 reg = io_read(sd, REG_OF); in tda1997x_power_mode()
1062 reg = io_read(sd, REG_OF); in tda1997x_power_mode()
[all …]
H A Dadv7842.c676 u8 reg = io_read(sd, 0x6f); in adv7842_read_cable_det()
1354 return io_read(sd, 0x0c) & 0x24; in no_power()
1373 if (io_read(sd, 0x0c) & 0x24) in adv7842_g_input_status()
2380 irq_status[0] = io_read(sd, 0x43); in adv7842_isr()
2381 irq_status[1] = io_read(sd, 0x57); in adv7842_isr()
2382 irq_status[2] = io_read(sd, 0x70); in adv7842_isr()
2383 irq_status[3] = io_read(sd, 0x75); in adv7842_isr()
2384 irq_status[4] = io_read(sd, 0x9d); in adv7842_isr()
2385 irq_status[5] = io_read(sd, 0x66); in adv7842_isr()
2662 io_read(sd, 0x01) & 0x0f, io_read(sd, 0x00) & 0x3f); in adv7842_sdp_log_status()
[all …]
H A Dadv7604.c894 u8 value = io_read(sd, 0x6f); in adv7604_read_cable_det()
904 u8 value = io_read(sd, 0x6f); in adv7611_read_cable_det()
914 u8 value = io_read(sd, 0x6f); in adv7612_read_cable_det()
1278 return io_read(sd, 0x0c) & 0x24; in no_power()
1348 return io_read(sd, 0x12) & 0x01; in no_lock_cp()
2212 const u8 irq_reg_0x43 = io_read(sd, 0x43); in adv76xx_isr()
2213 const u8 irq_reg_0x6b = io_read(sd, 0x6b); in adv76xx_isr()
2214 const u8 irq_reg_0x70 = io_read(sd, 0x70); in adv76xx_isr()
2604 io_read(sd, 0x01) & 0x0f, io_read(sd, 0x00) & 0x3f, in adv76xx_log_status()
2605 (io_read(sd, 0x01) & 0x70) >> 4); in adv76xx_log_status()
[all …]
/linux-6.15/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-6.15/io_uring/
H A Drw.h41 int io_read(struct io_kiocb *req, unsigned int issue_flags);
H A Dopdef.c74 .issue = io_read,
253 .issue = io_read,
555 .issue = io_read,
H A Drw.c1012 int io_read(struct io_kiocb *req, unsigned int issue_flags) in io_read() function
1212 return io_read(req, issue_flags); in io_read_fixed()
/linux-6.15/drivers/media/i2c/adv748x/
H A Dadv748x.h394 #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 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-6.15/fs/bcachefs/
H A DMakefile51 io_read.o \
H A Dsb-counters_format.h11 x(io_read, 0, TYPE_SECTORS) \
/linux-6.15/arch/x86/kvm/
H A Dkvm_emulate.h386 struct read_cache io_read; member
H A Demulate.c1433 struct read_cache *rc = &ctxt->io_read; in pio_in_emulated()
5105 ctxt->io_read.pos = 0; in init_decode_cache()
5106 ctxt->io_read.end = 0; in init_decode_cache()
5362 struct read_cache *r = &ctxt->io_read; in x86_emulate_insn()
/linux-6.15/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-6.15/drivers/net/wireless/silabs/wfx/
H A Dtraces.h272 DEFINE_EVENT(io_data, io_read,