Searched refs:read (Results 251 - 275 of 2820) sorted by relevance

<<11121314151617181920>>

/linux-master/tools/power/cpupower/utils/helpers/
H A Dmsr.c21 * EFAULT -If the read/write did not fully complete
37 if (read(fd, val, sizeof *val) != sizeof *val)
51 * EFAULT -If the read/write did not fully complete
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/timer/
H A Dnv40.c78 .read = nv04_timer_read,
H A Dnv41.c75 .read = nv04_timer_read,
/linux-master/sound/pci/au88x0/
H A Dau88x0_mixer.c30 .read = vortex_codec_read,
/linux-master/sound/soc/codecs/
H A Dsigmadsp.h42 int (*read)(void *, unsigned int, uint8_t *, size_t); member in struct:sigmadsp
/linux-master/drivers/char/hw_random/
H A Dpseries-rng.c48 .read = pseries_rng_read,
H A Dpowernv-rng.c34 .read = powernv_rng_read,
/linux-master/kernel/time/
H A Djiffies.c36 .read = jiffies_read,
/linux-master/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd-timestamp.c56 cc->read = mcp251xfd_timestamp_read;
/linux-master/tools/counter/
H A Dcounter_example.c70 ret = read(fd, event_data, sizeof(event_data));
72 perror("Failed to read event data");
77 fprintf(stderr, "Failed to read event data\n");
/linux-master/tools/testing/selftests/drivers/sdsi/
H A Dsdsi_test.py30 content = f.read()
50 value = f.read().strip("\n")
138 # Check that the value read from an offset of the entire
139 # file is none-zero and the same as the value read
142 data = f.read()
144 id = f.read()
/linux-master/drivers/base/regmap/
H A Dregmap-slimbus.c27 .read = regmap_slimbus_read,
H A Dregmap-i3c.c45 .read = regmap_i3c_read,
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_gt_debugfs.h17 .read = seq_read, \
/linux-master/tools/lib/perf/
H A Dlib.c17 ssize_t ret = is_read ? read(fd, buf, left) :
/linux-master/arch/powerpc/platforms/powernv/
H A Dultravisor.c43 .read = uv_msglog_read
/linux-master/arch/arm64/kvm/vgic/
H A Dvgic-mmio.h14 unsigned long (*read)(struct kvm_vcpu *vcpu, gpa_t addr, member in union:vgic_register_region::__anon12
73 .read = rd, \
85 .read = rd, \
95 .read = rd, \
/linux-master/tools/perf/util/
H A Dtool.h45 read; member in struct:perf_tool
/linux-master/tools/testing/selftests/cgroup/
H A Dwait_inotify.c81 len = read(fd, events, sizeof(events));
82 printf("Number of events read = %ld\n",
/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dcoredump.h54 u32 read; member in struct:mt7915_coredump::__anon2281
/linux-master/tools/virtio/virtio-trace/
H A Dtrace-agent-ctl.c3 * Controller of read/write threads for virtio-trace
87 * contol read/write threads by handling global_run_operation
106 rlen = read(ctl_fd, buf, sizeof(buf));
108 pr_err("read data error in ctl thread\n");
115 * this controller wakes all read/write threads.
119 pr_debug("Wake up all read/write threads\n");
122 * If host writes '0' to a control path, read/write
126 pr_debug("Stop all read/write threads\n");
/linux-master/Documentation/sphinx/
H A Dload_config.py52 code = compile(f.read(), fs_encoding, 'exec')
/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc_cbdr.c208 bool read)
225 if (!read)
230 cbd.cmd = read ? 2 : 1;
237 if (read)
207 enetc_cmd_rss_table(struct enetc_si *si, u32 *table, int count, bool read) argument
/linux-master/arch/s390/kernel/
H A Drelocate_kernel.S34 lg %r5,0(%r2) # read another word for indirection page
46 j .base # and read next...
/linux-master/drivers/gpio/
H A Dgpio-max7300.c43 ts->read = max7300_i2c_read;

Completed in 400 milliseconds

<<11121314151617181920>>