Searched refs:read (Results 126 - 150 of 2835) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dshadowrom.c62 .read = nvbios_prom_read,
/linux-master/tools/testing/selftests/damon/
H A Dhuge_count_read_write.c13 /* Ignore read(2) overflow and write(2) overread compile warnings */
32 ret = read(filedesc, buf, 0xfffffffful);
33 perror("after read: ");
/linux-master/kernel/
H A Dkheaders.c46 .read = &ikheaders_read,
/linux-master/drivers/iio/pressure/
H A Dmpl115_i2c.c34 .read = mpl115_i2c_read,
/linux-master/drivers/tty/
H A Dn_null.c29 .read = n_null_read,
/linux-master/include/linux/
H A Dtty_buffer.h18 unsigned int lookahead; /* Lazy update on recv, can become less than "read" */
19 unsigned int read; member in struct:tty_buffer
H A Dhw_random.h4 Please read Documentation/admin-guide/hw_random.rst for details on use.
31 * @read: New API. drivers can fill up to max bytes of data
45 int (*read)(struct hwrng *rng, void *data, size_t max, bool wait); member in struct:hwrng
H A Dseqlock_types.h70 SEQCOUNT_LOCKNAME(rwlock, rwlock_t, __SEQ_RT, read)
/linux-master/tools/testing/selftests/bpf/
H A Dunpriv_helpers.c24 if (read(fd, cmdline, sizeof(cmdline) - 1) < 0) {
25 perror("read /proc/cmdline");
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_pm_dbgfs.c24 .read = pm_status_read,
/linux-master/include/drm/
H A Ddrm_accel.h29 .read = drm_read,\
/linux-master/arch/mips/kernel/
H A Dspram.c116 unsigned int (*read)(unsigned int),
132 tag0 = read(offset);
133 tag1 = read(offset+SPRAM_TAG_STRIDE);
159 tag0 = read(offset);
/linux-master/arch/um/drivers/
H A Dnull.c45 .read = null_read,
H A Dchan_user.h23 int (*read)(int, __u8 *, void *); member in struct:chan_ops
/linux-master/drivers/ras/
H A Ddebugfs.c41 .read = seq_read,
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display_debugfs_params.c54 .read = seq_read,
63 .read = seq_read,
107 .read = seq_read,
116 .read = seq_read,
/linux-master/kernel/bpf/
H A Dsysfs_btf.c26 .read = btf_vmlinux_read,
/linux-master/drivers/net/dsa/
H A Dvitesse-vsc73xx.h23 * @chipid: Storage for the Chip ID value read from the CHIPID register of the
42 * @read: Method for register reading over the hardware-dependent interface
46 int (*read)(struct vsc73xx *vsc, u8 block, u8 subblock, u8 reg, member in struct:vsc73xx_ops
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsend_signal.c48 close(pipe_c2p[0]); /* close read */
64 ASSERT_EQ(read(pipe_p2c[0], buf, 1), 1, "pipe_read");
79 ASSERT_EQ(read(pipe_p2c[0], buf, 1), 1, "pipe_read");
90 close(pipe_p2c[0]); /* close read */
117 ASSERT_EQ(read(pipe_c2p[0], buf, 1), 1, "pipe_read");
128 err = read(pipe_c2p[0], buf, 1);
/linux-master/drivers/input/touchscreen/
H A Dcyttsp4_i2c.c27 .read = cyttsp_i2c_read_block_data,
H A Dcyttsp_i2c.c28 .read = cyttsp_i2c_read_block_data,
/linux-master/arch/arm/mm/
H A Dabort-ev5tj.S15 * Note: we read user space. This means we might cause a data
27 ldreq r3, [r4] @ read aborted ARM instruction
H A Dabort-ev5t.S15 * Note: we read user space. This means we might cause a data
24 ldreq r3, [r4] @ read aborted ARM instruction
/linux-master/drivers/net/wireless/ti/wl1251/
H A Dio.h25 wl->if_ops->read(wl, addr, &wl->buffer_32, sizeof(wl->buffer_32));
43 wl->if_ops->read(wl, addr, &response, sizeof(u32));
/linux-master/drivers/staging/media/atomisp/pci/hive_isp_css_common/
H A Ddma_global.h95 #define hive_dma_move_data(dma_id, read, channel, addr_a, addr_b, to_is_var, from_is_var) \
98 hive_dma_snd(dma_id, DMA_PACK_CMD_CHANNEL(read ? _DMA_V2_MOVE_B2A_COMMAND : _DMA_V2_MOVE_A2B_COMMAND, channel)); \
99 hive_dma_snd(dma_id, read ? (unsigned int)(addr_b) : (unsigned int)(addr_a)); \
100 hive_dma_snd(dma_id, read ? (unsigned int)(addr_a) : (unsigned int)(addr_b)); \
105 #define hive_dma_move_data_no_ack(dma_id, read, channel, addr_a, addr_b, to_is_var, from_is_var) \
108 hive_dma_snd(dma_id, DMA_PACK_CMD_CHANNEL(read ? _DMA_V2_NO_ACK_MOVE_B2A_NO_SYNC_CHK_COMMAND : _DMA_V2_NO_ACK_MOVE_A2B_NO_SYNC_CHK_COMMAND, channel)); \
109 hive_dma_snd(dma_id, read ? (unsigned int)(addr_b) : (unsigned int)(addr_a)); \
110 hive_dma_snd(dma_id, read ? (unsigned int)(addr_a) : (unsigned int)(addr_b)); \

Completed in 988 milliseconds

1234567891011>>