Searched refs:read (Results 51 - 75 of 2820) sorted by relevance

1234567891011>>

/linux-master/kernel/time/
H A Dclocksource-wdtest.c43 .read = wdtest_jiffies_read,
85 .read = wdtest_ktime_read,
120 j1 = clocksource_wdtest_jiffies.read(&clocksource_wdtest_jiffies);
122 j2 = clocksource_wdtest_jiffies.read(&clocksource_wdtest_jiffies);
135 j1 = clocksource_wdtest_ktime.read(&clocksource_wdtest_ktime);
137 j2 = clocksource_wdtest_ktime.read(&clocksource_wdtest_ktime);
/linux-master/arch/powerpc/boot/
H A Dhack-coff.c45 if (read(fd, &fhdr, sizeof(fhdr)) != sizeof(fhdr))
53 if (read(fd, &aout, aoutsz) != aoutsz)
57 if (read(fd, &shdr, sizeof(shdr)) != sizeof(shdr))
78 fprintf(stderr, "%s: read error or file too short\n", av[1]);
/linux-master/arch/arm/mach-omap2/
H A Dvoltagedomains44xx_data.c50 .read = omap4_prm_vcvp_read,
61 .read = omap4_prm_vcvp_read,
72 .read = omap4_prm_vcvp_read,
H A Domap-headsmp.S43 wait: ldr r2, =AUX_CORE_BOOT0_PA @ read from AuxCoreBoot0
61 wait_2: ldr r2, =AUX_CORE_BOOT0_PA @ read from AuxCoreBoot0
84 smc #0 @ read from AuxCoreBoot0
101 smc #0 @ read from AuxCoreBoot0
/linux-master/drivers/firmware/efi/libstub/
H A Dpci.c76 status = efi_call_proto(pci, pci.read, EfiPciIoWidthUint16,
93 status = efi_call_proto(pci, pci.read, EfiPciIoWidthUint16,
100 status = efi_call_proto(pci, pci.read, EfiPciIoWidthUint16,
/linux-master/drivers/usb/dwc3/
H A Dulpi.c24 static int dwc3_ulpi_busyloop(struct dwc3 *dwc, u8 addr, bool read) argument
33 if (read)
82 .read = dwc3_ulpi_read,
/linux-master/arch/x86/kernel/apic/
H A Dinit.c21 DEFINE_APIC_CALL(read); variable
48 apply_override(read);
69 update_call(read);
/linux-master/drivers/infiniband/hw/hns/
H A Dhns_roce_debugfs.c17 return single_open(f, seqfile->read, seqfile->data);
24 .read = seq_read,
35 seq->read = read_fn;
/linux-master/drivers/ptp/
H A Dptp_qoriq_debugfs.c14 ctrl = ptp_qoriq->read(&regs->ctrl_regs->tmr_ctrl);
26 ctrl = ptp_qoriq->read(&regs->ctrl_regs->tmr_ctrl);
45 ctrl = ptp_qoriq->read(&regs->ctrl_regs->tmr_ctrl);
57 ctrl = ptp_qoriq->read(&regs->ctrl_regs->tmr_ctrl);
/linux-master/drivers/staging/iio/addac/
H A Dadt7316.h19 int (*read)(void *client, u8 reg, u8 *data); member in struct:adt7316_bus
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00debug.h22 * as argument when using the callback function read()/write()
30 __type (*read)(struct rt2x00_dev *rt2x00dev, \
/linux-master/include/sound/
H A Dseq_midi_event.h19 int read; /* chars read */ member in struct:snd_midi_event
/linux-master/include/media/
H A Dcec-pin.h16 * @read: read the CEC pin. Returns > 0 if high, 0 if low, or an error
37 int (*read)(struct cec_adapter *adap); member in struct:cec_pin_ops
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/timer/
H A Dpriv.h13 u64 (*read)(struct nvkm_timer *); member in struct:nvkm_timer_func
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fuse/
H A Dbase.c29 return fuse->func->read(fuse, addr);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dpriv.h10 int (*read)(struct nvkm_clk *, enum nv_clk_src); member in struct:nvkm_clk_func
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/
H A Dpriv.h19 int (*read)(struct nvkm_iccsense *, struct nvkm_iccsense_rail *); member in struct:nvkm_iccsense_rail
/linux-master/include/linux/
H A Dlogic_iomem.h13 * @read: read an 8, 16, 32 or 64 bit quantity from the given offset,
25 unsigned long (*read)(void *priv, unsigned int offset, int size); member in struct:logic_iomem_ops
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dpriv.h11 u32 (*read)(void *, u32 offset, u32 length, struct nvkm_bios *); member in struct:nvbios_source
/linux-master/drivers/gpio/
H A Dgpio-lp3943.c87 u8 addr, read; local
102 err = lp3943_read_byte(lp3943_gpio->lp3943, addr, &read);
106 return !!(read & BIT(offset));
114 u8 read; local
117 err = lp3943_read_byte(lp3943, mux[offset].reg, &read);
121 read = (read & mux[offset].mask) >> mux[offset].shift;
123 if (read == LP3943_GPIO_OUT_HIGH)
125 else if (read == LP3943_GPIO_OUT_LOW)
/linux-master/drivers/xen/xen-pciback/
H A Dconf_space_capability.c28 .u.w.read = xen_pcibk_read_config_word,
82 .u.w.read = xen_pcibk_read_config_word,
88 .u.dw.read = xen_pcibk_read_config_dword,
170 .u.w.read = pm_caps_read,
176 .u.w.read = xen_pcibk_read_config_word,
182 .u.b.read = xen_pcibk_read_config_byte,
187 .u.b.read = xen_pcibk_read_config_byte,
263 .u.w.read = xen_pcibk_read_config_word,
274 .u.w.read = xen_pcibk_read_config_word,
/linux-master/tools/testing/selftests/efivarfs/
H A Dcreate-read.c32 rc = read(fd, buf, sizeof(buf));
/linux-master/drivers/char/hw_random/
H A Dvirtio-rng.c83 size_t read; local
88 read = 0;
94 read += chunk;
98 return read;
112 return read;
114 chunk = copy_data(vi, buf + read, size);
116 read += chunk;
119 return read;
147 .read = virtio_read,
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dctx_rewrite.c20 * to read and write instructions generated by
24 * - One that uses BPF_LDX_MEM to read the context field.
45 char *read; member in struct:test_case
71 .read = "r11 = *(u8 *)($ctx + sk_buff::__mono_tc_offset);"
87 .read = "$dst = *(u32 *)($ctx + sk_buff::priority);",
92 .read = "$dst = *(u32 *)($ctx + sk_buff::mark);",
97 .read = "$dst = *(u32 *)($ctx + $(sk_buff::cb + qdisc_skb_cb::data));",
102 .read = "$dst = *(u16 *)($ctx + $(sk_buff::cb + qdisc_skb_cb::tc_classid));",
107 .read = "$dst = *(u16 *)($ctx + sk_buff::tc_index);",
112 .read
[all...]
/linux-master/drivers/mtd/tests/
H A Dsubpagetest.c5 * Test sub-page read and write on MTD device.
119 size_t read; local
125 err = mtd_read(mtd, addr, subpgsize, &read, readbuf);
126 if (unlikely(err || read != subpgsize)) {
127 if (mtd_is_bitflip(err) && read == subpgsize) {
132 pr_err("error: read failed at %#llx\n",
142 pr_info("------------- read ------------------\n");
152 err = mtd_read(mtd, addr, subpgsize, &read, readbuf);
153 if (unlikely(err || read != subpgsize)) {
154 if (mtd_is_bitflip(err) && read
180 size_t read; local
215 size_t read; local
[all...]

Completed in 395 milliseconds

1234567891011>>