Searched refs:read (Results 26 - 50 of 2820) sorted by relevance

1234567891011>>

/linux-master/drivers/input/misc/
H A Dad714x.h37 ad714x_read_t read; member in struct:ad714x_chip
51 ad714x_read_t read, ad714x_write_t write);
H A Dcma3000_d0x.h21 int (*read)(struct device *, u8, char *); member in struct:cma3000_bus_ops
/linux-master/tools/tracing/rtla/sample/
H A Dtimerlat_load.py21 # It is in python because it is easy to read :-)
67 timerlat_fd.read(1)
68 data_fd.read(20*1024*1024)
/linux-master/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_spi.h23 int (*read)(struct cxd2880_spi *spi, u8 *data, member in struct:cxd2880_spi
/linux-master/arch/mips/fw/arc/
H A Dfile.c18 return ARC_CALL4(read, FileID, Buffer, N, Count);
/linux-master/include/linux/
H A Dpstore_zone.h24 * @read: The general read operation. Both of the function parameters
28 * @write: The same as @read, but the following error number:
51 pstore_zone_read_op read; member in struct:pstore_zone_info
/linux-master/Documentation/networking/device_drivers/atm/
H A Dcxacru-cf.py34 buf = sys.stdin.read(4)
40 sys.stderr.write("Error: read {0} not 4 bytes\n".format(len(buf)))
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dg84.c28 .read = nv50_clk_read,
/linux-master/include/linux/spi/
H A Dmax7301.h8 * Some registers must be read back to modify.
19 int (*read)(struct device *dev, unsigned int reg); member in struct:max7301
/linux-master/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-audio.h19 u8 (*read)(struct dw_hdmi *hdmi, int offset); member in struct:dw_hdmi_i2s_audio_data
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fuse/
H A Dgm107.c37 .read = gm107_fuse_read,
/linux-master/drivers/clocksource/
H A Dmmio.c47 * @read: One of clocksource_mmio_read*() above
51 u64 (*read)(struct clocksource *))
65 cs->clksrc.read = read;
H A Dacpi_pm.c48 * source is not latched, you must read it multiple
49 * times to ensure a safe value is read:
69 .read = acpi_pm_read,
91 clocksource_acpi_pm.read = acpi_pm_read_slow;
98 * The power management timer may return improper results when read.
102 * incorrect when read). As a result, the ACPI free running count up
152 value1 = clocksource_acpi_pm.read(&clocksource_acpi_pm);
154 value2 = clocksource_acpi_pm.read(&clocksource_acpi_pm);
187 value1 = clocksource_acpi_pm.read(&clocksource_acpi_pm);
189 value2 = clocksource_acpi_pm.read(
[all...]
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dlarge_vm_fork_separation.c49 FAIL_IF(read(p2c[0], &c, 1) != 1);
56 FAIL_IF(read(p2c[0], &c, 1) != 1);
62 FAIL_IF(read(c2p[0], &c, 1) != 1);
/linux-master/arch/arm/mach-rpc/
H A Decard-loader.S16 @ Purpose: call an expansion card loader to read bytes.
18 @ Returns: byte read
31 @ Returns: byte read
/linux-master/arch/arm/mach-omap2/
H A Dvoltagedomains54xx_data.c36 .read = omap4_prm_vcvp_read,
47 .read = omap4_prm_vcvp_read,
58 .read = omap4_prm_vcvp_read,
/linux-master/include/kvm/
H A Diodev.h14 * read and write handlers return 0 if the transaction has been handled,
18 int (*read)(struct kvm_vcpu *vcpu, member in struct:kvm_io_device_ops
46 return dev->ops->read ? dev->ops->read(vcpu, dev, addr, l, v)
/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc_log.c65 u32 read[DW_PER_READ]; local
67 xe_map_memcpy_from(xe, read, &log->bo->vmap, i * sizeof(u32),
71 u32 *print = read + j * DW_PER_PRINT;
/linux-master/drivers/net/wireless/ath/ath9k/
H A Drng.c100 if (sc->rng_ops.read)
109 sc->rng_ops.read = ath9k_rng_read;
113 sc->rng_ops.read = NULL;
118 if (sc->rng_ops.read) {
120 sc->rng_ops.read = NULL;
/linux-master/drivers/char/hw_random/
H A Doptee-rng.c118 size_t read = 0, rng_size; local
125 while (read < max) {
126 rng_size = get_optee_rng_data(pvt_data, data, (max - read));
129 read += rng_size;
132 if ((timeout-- == 0) || (read == max))
133 return read;
134 msleep((1000 * (max - read)) / pvt_data->data_rate);
136 return read;
140 return read;
172 .read
[all...]
H A Damd-rng.c66 size_t read = 0; local
67 /* We will wait at maximum one time per read */
73 * after RNGDATA is read
75 while (read < max) {
81 return read;
88 read += 4;
92 return read;
125 .read = amd_rng_read,
/linux-master/include/sound/
H A Dinfo.h30 void (*read)(struct snd_info_entry *entry, member in struct:snd_info_entry_text
41 ssize_t (*read)(struct snd_info_entry *entry, void *file_private_data, member in struct:snd_info_entry_ops
139 void (*read)(struct snd_info_entry *, struct snd_info_buffer *))
142 entry->c.text.read = read;
147 void (*read)(struct snd_info_entry *,
180 void (*read)(struct snd_info_entry *, struct snd_info_buffer *)) {}
183 void (*read)(struct snd_info_entry *,
195 * snd_card_ro_proc_new - Create a read-only text proc file entry for the card
199 * @read
[all...]
/linux-master/drivers/staging/rtl8723bs/os_dep/
H A Dosdep_service.c165 return (cbuf->write == cbuf->read - 1) ? true : false;
176 return (cbuf->write == cbuf->read) ? true : false;
211 buf = cbuf->bufs[cbuf->read];
212 cbuf->read = (cbuf->read + 1) % cbuf->size;
230 cbuf->write = cbuf->read = 0;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Duser_ringbuf.c38 int read; local
50 read = snprintf(entry->comm, sizeof(entry->comm), "%u", i);
51 if (read <= 0) {
55 ASSERT_GT(read, 0, "snprintf_comm");
56 err = read;
174 ASSERT_EQ(skel->bss->read, 0, "no_reads_after_load");
210 ASSERT_EQ(skel->bss->read, 0, "num_samples_before_bad_sample");
228 ASSERT_EQ(skel->bss->read, 0, "num_samples_after_bad_sample");
293 ASSERT_EQ(skel->bss->read, 0, "num_samples_read_before");
299 ASSERT_EQ(skel->bss->read,
[all...]
/linux-master/drivers/base/regmap/
H A Dregmap-raw-ram.c81 data->read[r] = true;
86 data->read[r + i] = true;
97 kfree(data->read);
106 .read = regmap_raw_ram_read,
125 data->read = kcalloc(config->max_register + 1, sizeof(bool),
127 if (!data->read)

Completed in 345 milliseconds

1234567891011>>