Searched refs:read (Results 226 - 250 of 2820) sorted by relevance

1234567891011>>

/linux-master/drivers/base/regmap/
H A Dregmap-kunit.c138 /* If we write a value to a register we can read it back */
143 /* If using a cache the cache satisfied the read */
144 KUNIT_EXPECT_EQ(test, t->type == REGCACHE_NONE, data->read[0]);
169 * Data written via the bulk API can be read back with single
179 /* If using a cache the cache satisfied the read */
181 KUNIT_EXPECT_EQ(test, t->type == REGCACHE_NONE, data->read[i]);
205 /* Data written as single writes can be read via the bulk API */
212 /* If using a cache the cache satisfied the read */
214 KUNIT_EXPECT_EQ(test, t->type == REGCACHE_NONE, data->read[i]);
273 data->read[
[all...]
H A Dregmap-ac97.c49 *val = ac97->bus->ops->read(ac97, reg);
/linux-master/drivers/s390/net/
H A Dlcs.c177 /* Allocate io buffers for the read channel. */
178 rc = lcs_alloc_channel(&card->read);
188 lcs_cleanup_channel(&card->read);
201 * Setup read channel.
209 /* Setup read ccws. */
210 memset(card->read.ccws, 0, sizeof (struct ccw1) * (LCS_NUM_BUFFS + 1));
212 card->read.ccws[cnt].cmd_code = LCS_CCW_READ;
213 card->read.ccws[cnt].count = LCS_IOBUFFERSIZE;
214 card->read.ccws[cnt].flags =
220 card->read
[all...]
/linux-master/arch/x86/pci/
H A Ddirect.c84 .read = pci_conf1_read,
180 .read = pci_conf2_read,
208 if (o->read(0, 0, devfn, PCI_CLASS_DEVICE, 2, &x))
213 if (o->read(0, 0, devfn, PCI_VENDOR_ID, 2, &x))
/linux-master/arch/arm/boot/compressed/
H A Dhead-xscale.S31 mrc p15, 0, r0, c1, c0, 0 @ read control reg
/linux-master/arch/sh/drivers/pci/
H A Dops-dreamcast.c42 * We can also actually read and write in b/w/l sizes! Thankfully this part
77 .read = gapspci_read,
/linux-master/drivers/mtd/maps/
H A Dmap_funcs.c37 map->read = simple_map_read;
/linux-master/crypto/asymmetric_keys/
H A Dpkcs7_key_type.c78 .read = user_read,
/linux-master/arch/mips/kernel/
H A Dcsrc-sb1250.c43 .read = sb1250_hpt_read,
H A Dcsrc-r4k.c22 .read = c0_hpt_read,
/linux-master/arch/mips/mm/
H A Dsc-debugfs.c48 .read = sc_prefetch_read,
/linux-master/drivers/clocksource/
H A Dscx200_hrt.c51 .read = read_hrt,
H A Dnumachip.c23 .read = numachip2_timer_read,
/linux-master/tools/power/cpupower/debug/i386/
H A Dcentrino-decode.c50 if (read(fd, &val, 8) != 8)
H A Dpowernow-k8-decode.c43 if (read(fd, &msr, 8) != 8)
/linux-master/include/linux/mfd/
H A Dlp3943.h107 int lp3943_read_byte(struct lp3943 *lp3943, u8 reg, u8 *read);
/linux-master/arch/um/drivers/
H A Dtty.c75 .read = generic_read,
/linux-master/arch/mips/sgi-ip30/
H A Dip30-timer.c30 .read = ip30_heart_counter_read,
/linux-master/tools/testing/selftests/kvm/lib/
H A Dio.c84 * A wrapper for read(2), that automatically handles the following
91 * For each of the above, an additional read is performed to automatically
93 * There are also many cases where read(2) can return an unexpected
96 * contains at least the number of requested bytes to be read. A TEST_ASSERT
98 * data is read. It is the callers responsibility to assure that sufficient
101 * Note, for function signature compatibility with read(2), this function
102 * returns the number of bytes read, but that value will always be equal
105 * read(2) or cause a TEST_ASSERT failure.
108 * fd - Opened file descriptor to file to be read.
109 * count - Number of bytes to read
[all...]
/linux-master/drivers/char/tpm/
H A Dtpmrm-dev.c51 .read = tpm_common_read,
/linux-master/include/media/
H A Dmedia-devnode.h37 * @read: pointer to the function that implements read() syscall
49 ssize_t (*read) (struct file *, char __user *, size_t, loff_t *); member in struct:media_file_operations
/linux-master/drivers/usb/phy/
H A Dphy-ulpi-viewport.c64 .read = ulpi_viewport_read,
/linux-master/sound/soc/intel/common/
H A Dsst-dsp-priv.h24 u32 (*read)(void __iomem *addr, u32 offset); member in struct:sst_ops
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dcommon-debug.c40 .read = read_file_modal_eeprom,
76 .read = read_file_base_eeprom,
174 .read = read_file_recv,
250 .read = read_file_phy_err,
/linux-master/arch/arm/mach-rpc/
H A Dtime.c68 .read = ioc_timer_read,

Completed in 648 milliseconds

1234567891011>>