Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/i2c/
Dadv7842.c368 static inline int io_read(struct v4l2_subdev *sd, u8 reg) in io_read() function
384 return io_write(sd, reg, (io_read(sd, reg) & mask) | val); in io_write_and_or()
390 return io_write(sd, reg, (io_read(sd, reg) & ~mask) | val); in io_write_clr_set()
889 reg->val = io_read(sd, reg->reg & 0xff); in adv7842_g_register()
987 u8 reg_io_6f = io_read(sd, 0x6f); in adv7842_s_detect_tx_5v_ctrl()
1199 bool rgb_output = io_read(sd, 0x02) & 0x02; in set_rgb_quantization_range()
1364 return io_read(sd, 0x0c) & 0x24; in no_power()
1383 if (io_read(sd, 0x0c) & 0x24) in adv7842_g_input_status()
1401 if (is_digital_input(sd) && ((io_read(sd, 0x74) & 0x03) != 0x03)) in adv7842_g_input_status()
2169 irq_status[0] = io_read(sd, 0x43); in adv7842_isr()
[all …]
Dadv7604.c419 static inline int io_read(struct v4l2_subdev *sd, u8 reg) in io_read() function
435 return io_write(sd, reg, (io_read(sd, reg) & ~mask) | val); in io_write_clr_set()
865 u8 value = io_read(sd, 0x6f); in adv7604_read_cable_det()
875 u8 value = io_read(sd, 0x6f); in adv7611_read_cable_det()
885 u8 value = io_read(sd, 0x6f); in adv7612_read_cable_det()
1086 bool rgb_output = io_read(sd, 0x02) & 0x02; in set_rgb_quantization_range()
1224 return io_read(sd, 0x0c) & 0x24; in no_power()
1231 return !(io_read(sd, 0x6a) & (0x10 >> state->selected_input)); in no_signal_tmds()
1239 return (io_read(sd, 0x6a) & info->tdms_lock_mask) != info->tdms_lock_mask; in no_lock_tmds()
1294 return io_read(sd, 0x12) & 0x01; in no_lock_cp()
[all …]
/linux-4.4.14/fs/nfsd/
Dstats.h21 unsigned int io_read; /* bytes returned to read requests */ member
Dstats.c49 nfsdstats.io_read, in nfsd_proc_show()
Dvfs.c826 nfsdstats.io_read += host_err; in nfsd_finish_read()
/linux-4.4.14/arch/x86/include/asm/
Dkvm_emulate.h343 struct read_cache io_read; member
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic.h1676 u32 (*io_read)(struct netxen_adapter *, void __iomem *); member
1711 (adapter->io_read(adapter, addr))
Dnetxen_nic_hw.c1781 adapter->io_read = netxen_nic_io_read_128M, in netxen_setup_hwops()
1795 adapter->io_read = netxen_nic_io_read_2M, in netxen_setup_hwops()
/linux-4.4.14/arch/x86/kvm/
Demulate.c1409 struct read_cache *rc = &ctxt->io_read; in pio_in_emulated()
5118 ctxt->io_read.pos = 0; in init_decode_cache()
5119 ctxt->io_read.end = 0; in init_decode_cache()
5378 struct read_cache *r = &ctxt->io_read; in x86_emulate_insn()