Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
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 …]
A Dadv7842.c683 u8 reg = io_read(sd, 0x6f); in adv7842_read_cable_det()
1361 return io_read(sd, 0x0c) & 0x24; in no_power()
1380 if (io_read(sd, 0x0c) & 0x24) in adv7842_g_input_status()
2377 irq_status[0] = io_read(sd, 0x43); in adv7842_isr()
2378 irq_status[1] = io_read(sd, 0x57); in adv7842_isr()
2379 irq_status[2] = io_read(sd, 0x70); in adv7842_isr()
2380 irq_status[3] = io_read(sd, 0x75); in adv7842_isr()
2381 irq_status[4] = io_read(sd, 0x9d); in adv7842_isr()
2382 irq_status[5] = io_read(sd, 0x66); in adv7842_isr()
2652 io_read(sd, 0x01) & 0x0f, io_read(sd, 0x00) & 0x3f); in adv7842_sdp_log_status()
[all …]
A Dadv7604.c891 u8 value = io_read(sd, 0x6f); in adv7604_read_cable_det()
901 u8 value = io_read(sd, 0x6f); in adv7611_read_cable_det()
911 u8 value = io_read(sd, 0x6f); in adv7612_read_cable_det()
1275 return io_read(sd, 0x0c) & 0x24; in no_power()
1345 return io_read(sd, 0x12) & 0x01; in no_lock_cp()
2205 const u8 irq_reg_0x43 = io_read(sd, 0x43); in adv76xx_isr()
2206 const u8 irq_reg_0x6b = io_read(sd, 0x6b); in adv76xx_isr()
2207 const u8 irq_reg_0x70 = io_read(sd, 0x70); in adv76xx_isr()
2520 u8 reg_io_0x02 = io_read(sd, 0x02); in adv76xx_log_status()
2597 io_read(sd, 0x01) & 0x0f, io_read(sd, 0x00) & 0x3f, in adv76xx_log_status()
[all …]
/linux/drivers/mtd/nand/raw/
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/drivers/media/i2c/adv748x/
A Dadv748x.h396 #define io_read(s, r) adv748x_read(s, ADV748X_PAGE_IO, r) macro
398 #define io_clrset(s, r, m, v) io_write(s, r, (io_read(s, r) & ~(m)) | (v))
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/arch/x86/kvm/
A Dkvm_emulate.h370 struct read_cache io_read; member
A Demulate.c1414 struct read_cache *rc = &ctxt->io_read; in pio_in_emulated()
5387 ctxt->io_read.pos = 0; in init_decode_cache()
5388 ctxt->io_read.end = 0; in init_decode_cache()
5645 struct read_cache *r = &ctxt->io_read; in x86_emulate_insn()
/linux/drivers/net/ethernet/qlogic/netxen/
A Dnetxen_nic.h1657 u32 (*io_read)(struct netxen_adapter *, void __iomem *); member
1692 (adapter->io_read(adapter, addr))
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/drivers/staging/wfx/
A Dtraces.h275 DEFINE_EVENT(io_data, io_read,
/linux/fs/
A Dio_uring.c3518 static int io_read(struct io_kiocb *req, unsigned int issue_flags) in io_read() function
6675 ret = io_read(req, issue_flags); in io_issue_sqe()
/linux/
A DSystem.map10054 ffff8000102b4210 t io_read
A D.tmp_System.map10054 ffff8000102b4210 t io_read

Completed in 341 milliseconds