Searched refs:read (Results 201 - 225 of 2820) sorted by relevance

1234567891011>>

/linux-master/arch/arm/mach-omap2/
H A Dsleep24xx.S58 ldr r4, [r2] @ read SDRC_POWER
73 ldr r4, [r4] @ read A_SDRC0
/linux-master/sound/ac97/
H A Dsnd_ac97_compat.c53 return actrl->ops->read(actrl, ac97->num, reg);
60 .read = compat_ac97_read,
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dshadowpci.c87 .read = pcirom_read,
132 .read = pcirom_read,
H A Dshadowacpi.c81 * detect an invalid image, and fall back to this version of the read
129 .read = acpi_read_fast,
138 .read = acpi_read_slow,
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsk_storage_tracing.c74 err = read(passive_fd, &abyte, 1);
75 if (!ASSERT_OK(err, "read(passive_fd)"))
79 err = read(active_fd, &abyte, 1);
80 if (!ASSERT_OK(err, "read(active_fd)"))
H A Dsock_iter_batch.c54 * Only read "nr_soreuse - 1" number of sockets
62 nread = read(iter_fd, indices, onebyone ? sizeof(*indices) : to_read);
83 nread = read(iter_fd, indices, onebyone ? sizeof(*indices) : to_read);
/linux-master/drivers/comedi/drivers/
H A Dni_tio.h106 unsigned int (*read)(struct ni_gpct *counter, enum ni_gpct_register); member in struct:ni_gpct_device
121 unsigned int (*read)(struct ni_gpct *counter,
/linux-master/drivers/infiniband/hw/usnic/
H A Dusnic_debugfs.c65 .read = usnic_debugfs_buildinfo_read
109 .read = flowinfo_read,
/linux-master/tools/testing/selftests/timers/
H A Dclocksource-switch.c49 size = read(fd, buf, 512);
81 size = read(fd, buf, size);
/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Dcphy.h36 int (*read)(struct net_device *dev, int phy_addr, int mmd_addr, member in struct:mdio_ops
100 /* Convenience MDIO read/write wrappers */
141 phy->mdio.mdio_read = mdio_ops->read;
/linux-master/tools/testing/selftests/bpf/
H A Dtest_lirc_mode2_user.c28 // 5. We can read keycode from same /dev/lirc device
121 ret = read(inputfd, &event, sizeof(event));
123 printf("Failed to read decoded IR: %m\n");
144 ret = read(inputfd, &event, sizeof(event));
146 printf("Failed to read decoded IR: %m\n");
/linux-master/arch/arm/mm/
H A Dabort-ev6.S15 * Note: we read user space. This means we might cause a data
36 ldr r3, [r4] @ read aborted ARM instruction
/linux-master/drivers/iio/dac/
H A Dad5686.h138 ad5686_read_func read; member in struct:ad5686_state
158 ad5686_read_func read);
/linux-master/tools/testing/selftests/powerpc/pmu/
H A Dlib.c25 FAIL_IF(read(read_pipe.read_fd, &c, 1) != 1);
36 FAIL_IF(read(read_pipe.read_fd, &c, 1) != 1);
/linux-master/drivers/rtc/
H A Drtc-pm8xxx.c33 * @read: base address of read registers
36 * @alarm_rw: base address of alarm read-write registers
42 unsigned int read; member in struct:pm8xxx_rtc_regs
80 dev_dbg(rtc_dd->dev, "failed to read nvmem offset: %d\n", rc);
128 rc = regmap_bulk_read(rtc_dd->regmap, regs->read, value, sizeof(value));
134 * If there has, redo the read operation.
136 rc = regmap_read(rtc_dd->regmap, regs->read, &reg);
141 rc = regmap_bulk_read(rtc_dd->regmap, regs->read, value,
273 dev_dbg(dev, "read tim
[all...]
/linux-master/drivers/input/misc/
H A Dadxl34x-i2c.c66 .read = adxl34x_smbus_read,
73 .read = adxl34x_smbus_read,
/linux-master/drivers/mfd/
H A Dlp3943.c73 int lp3943_read_byte(struct lp3943 *lp3943, u8 reg, u8 *read) argument
82 *read = (u8)val;
/linux-master/tools/testing/selftests/thermal/intel/workload_hint/
H A Dworkload_hint_test.c122 if (read(fd, index_str, sizeof(index_str)) < 0) {
123 fprintf(stderr, "Failed to read from:%s\n",
143 if (read(fd, index_str, sizeof(index_str)) < 0)
/linux-master/drivers/s390/cio/
H A Dvfio_ccw_chp.c65 .read = vfio_ccw_schib_region_read,
137 .read = vfio_ccw_crw_region_read,
/linux-master/arch/x86/kernel/apic/
H A Dapic_flat_64.c94 .read = native_apic_mem_read,
161 .read = native_apic_mem_read,
/linux-master/arch/x86/kernel/cpu/
H A Ddebugfs.c45 .read = seq_read,
79 .read = seq_read,
/linux-master/tools/testing/selftests/mm/
H A Dmap_populate.c37 ret = read(sock, &status, sizeof(int));
38 BUG_ON(ret <= 0, "read(sock)");
67 ret = read(sock, &buf, sizeof(int));
68 BUG_ON(ret <= 0, "read(sock)");
/linux-master/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim_net.c111 size_t read; local
115 read = vringh_iov_pull_iotlb(&cvq->vring, &cvq->in_iov,
117 if (read == ETH_ALEN)
133 size_t read, write; local
151 read = vringh_iov_pull_iotlb(&cvq->vring, &cvq->in_iov, &ctrl,
153 if (read != sizeof(ctrl)) {
201 ssize_t read, write; local
229 read = vringh_iov_pull_iotlb(&txq->vring, &txq->out_iov,
232 tx_bytes += read;
234 if (!receive_filter(vdpasim, read)) {
[all...]
/linux-master/drivers/power/supply/
H A Dlp8788-charger.c148 u8 read; local
155 lp8788_read_byte(pchg->lp, LP8788_CHG_IDCIN, &read);
157 (min_t(int, read, LP8788_ISEL_MAX) + 1);
310 u8 read; local
312 lp8788_read_byte(pchg->lp, LP8788_CHG_IBATT, &read);
313 read &= LP8788_CHG_IBATT_M;
315 (min_t(int, read, LP8788_ISEL_MAX) + 1);
323 u8 read; local
325 lp8788_read_byte(pchg->lp, LP8788_CHG_VTERM, &read);
326 read
[all...]
/linux-master/drivers/media/radio/
H A Dradio-wl1273.c157 r = core->read(core, WL1273_RDS_SYNC_GET, &val);
211 /* wake up read queue */
225 r = core->read(core, WL1273_FLAG_GET, &flags);
249 r = core->read(core, WL1273_RSSI_LVL_GET, &level);
299 r = core->read(core, WL1273_FREQ_SET, &freq);
318 r = core->read(core, WL1273_CHANL_SET, &freq);
461 r = core->read(core, WL1273_FREQ_SET, &f);
471 r = core->read(core, WL1273_CHANL_SET, &f);
884 r = core->read(core, WL1273_READ_FMANT_TUNE_VALUE, &val);
886 dev_err(dev, "%s: read erro
[all...]

Completed in 366 milliseconds

1234567891011>>