Searched refs:read (Results 101 - 125 of 2820) sorted by relevance

1234567891011>>

/linux-master/drivers/mtd/tests/
H A Dmtd_test.c81 size_t read; local
84 err = mtd_read(mtd, addr, size, &read, buf);
88 if (!err && read != size)
91 pr_err("error: read failed at %#llx\n", addr);
/linux-master/include/linux/
H A Dnvram.h14 * @read: validate checksum (if any) then load a range of bytes from NVRAM
23 * If the NVRAM has a checksum (and it is to be checked) the .read and
27 * The nvram_read() and nvram_write() functions call the .read and .write
36 ssize_t (*read)(char *, size_t, loff_t *); member in struct:nvram_ops
115 if (arch_nvram_ops.read)
116 return arch_nvram_ops.read(buf, count, ppos);
H A Dpercpu-rwsem.h55 * We are in an RCU-sched read-side critical section, so the writer
60 * anything we did within this RCU-sched read-size critical section.
148 bool read, unsigned long ip)
154 bool read, unsigned long ip)
156 lock_acquire(&sem->dep_map, 0, 1, read, 1, NULL, ip);
147 percpu_rwsem_release(struct percpu_rw_semaphore *sem, bool read, unsigned long ip) argument
153 percpu_rwsem_acquire(struct percpu_rw_semaphore *sem, bool read, unsigned long ip) argument
/linux-master/drivers/clocksource/
H A Dtimer-vt8500.c33 #define TIMER_COUNT_R_ACTIVE (1 << 5) /* not ready for read */
56 .read = vt8500_timer_read,
65 u64 alarm = clocksource.read(&clocksource) + cycles;
71 if ((signed)(alarm - clocksource.read(&clocksource)) <= MIN_OSCR_DELTA)
H A Dclksrc-dbx500-prcmu.c47 .read = clksrc_dbx500_prcmu_read,
/linux-master/drivers/xen/xen-pciback/
H A Dconf_space.h47 conf_dword_read read; member in struct:config_field::__anon82::__anon83
51 conf_word_read read; member in struct:config_field::__anon82::__anon84
55 conf_byte_read read; member in struct:config_field::__anon82::__anon85
/linux-master/drivers/xen/xenbus/
H A Dxenbus_comms.c185 /* Must read data /after/ reading the producer index. */
216 unsigned int read; member in struct:__anon50
225 state.read = 0;
229 * A partial read across s/r leaves us out of sync with
246 if (state.read != sizeof(state.msg)) {
247 err = xb_read((void *)&state.msg + state.read,
248 sizeof(state.msg) - state.read);
251 state.read += err;
252 if (state.read != sizeof(state.msg))
273 state.read
[all...]
/linux-master/drivers/net/wireless/ti/wlcore/
H A Ddebugfs.h35 .read = name## _read, \
68 .read = sub## _ ##name## _read, \
94 .read = sub## _ ##name## _read, \
/linux-master/include/trace/events/
H A Dlock.h27 int trylock, int read, int check,
30 TP_ARGS(lock, subclass, trylock, read, check, next_lock, ip),
39 __entry->flags = (trylock ? 1 : 0) | (read ? 2 : 0);
46 (__entry->flags & 2) ? "read " : "",
/linux-master/tools/testing/selftests/bpf/progs/
H A Duser_ringbuf_success.c22 int read = 0; variable
62 __sync_fetch_and_add(&read, 1);
195 __sync_fetch_and_add(&read, 1);
/linux-master/tools/testing/selftests/mm/
H A Dhugepage-vmemmap.c60 read(fd, &pagemap, sizeof(pagemap));
77 read(fd, &pageflags, sizeof(pageflags));
90 read(fd, &pageflags, sizeof(pageflags));
/linux-master/include/sound/
H A Dad1843.h15 int (*read)(void *chip, int reg); member in struct:snd_ad1843
/linux-master/include/sound/ac97/
H A Dcontroller.h46 * @read: Read of a single AC97 register.
59 int (*read)(struct ac97_controller *adrv, int slot, unsigned short reg); member in struct:ac97_controller_ops
/linux-master/tools/leds/
H A Duledmon.c51 ret = read(fd, &brightness, sizeof(brightness));
53 perror("Failed to read from /dev/uleds");
/linux-master/sound/pci/ca0106/
H A Dca_midi.h44 unsigned char (*read)(struct snd_ca_midi *midi, int idx); member in struct:snd_ca_midi
/linux-master/arch/mips/kernel/
H A Dcsrc-ioasic.c23 .read = dec_ioasic_hpt_read,
H A Dcsrc-bcm1480.c27 .read = bcm1480_hpt_read,
/linux-master/drivers/char/tpm/
H A Dtpm-dev.c64 .read = tpm_common_read,
/linux-master/drivers/firmware/google/
H A Dmemconsole.c31 .read = memconsole_read,
/linux-master/kernel/bpf/
H A Dsysfs_btf.c26 .read = btf_vmlinux_read,
/linux-master/drivers/media/platform/allegro-dvt/
H A Dnal-rbsp.h48 extern struct nal_rbsp_ops read;
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fuse/
H A Dgf100.c46 .read = gf100_fuse_read,
H A Dnv50.c44 .read = &nv50_fuse_read,
/linux-master/arch/sparc/boot/
H A Dpiggyback.c42 /* read two bytes as big endian */
143 if (read(kernelfd, buffer, BUFSIZE) != BUFSIZE)
163 if (read(kernelfd, buffer, BUFSIZE) != BUFSIZE)
200 if (read(image, buffer, 512) != 512)
257 while ((i = read(tail, buffer, 1024)) > 0)
/linux-master/sound/soc/codecs/
H A Dsigmadsp-regmap.c51 sigmadsp->read = sigmadsp_read_regmap;

Completed in 199 milliseconds

1234567891011>>