Home
last modified time | relevance | path

Searched refs:read_pos (Results 1 – 14 of 14) sorted by relevance

/linux-6.6.21/drivers/char/ipmi/
Dipmi_kcs_sm.c116 int read_pos; member
133 kcs->read_pos = 0; in init_kcs_data_with_state()
209 if (kcs->read_pos >= MAX_KCS_READ_SIZE) { in read_next_byte()
214 kcs->read_data[kcs->read_pos] = read_data(kcs); in read_next_byte()
215 (kcs->read_pos)++; in read_next_byte()
262 kcs->read_pos = 0; in restart_kcs_transaction()
295 kcs->read_pos = 0; in start_kcs_transaction()
305 if (length < kcs->read_pos) { in get_kcs_result()
306 kcs->read_pos = length; in get_kcs_result()
310 memcpy(data, kcs->read_data, kcs->read_pos); in get_kcs_result()
[all …]
Dipmi_smic_sm.c98 int read_pos; member
112 smic->read_pos = 0; in init_smic_data()
148 smic->read_pos = 0; in start_smic_transaction()
161 for (i = 0; i < smic->read_pos; i++) in smic_get_result()
165 if (length < smic->read_pos) { in smic_get_result()
166 smic->read_pos = length; in smic_get_result()
169 memcpy(data, smic->read_data, smic->read_pos); in smic_get_result()
171 if ((length >= 3) && (smic->read_pos < 3)) { in smic_get_result()
173 smic->read_pos = 3; in smic_get_result()
179 return smic->read_pos; in smic_get_result()
[all …]
/linux-6.6.21/kernel/
Drelay.c879 size_t read_pos, in relay_file_read_consume() argument
896 if (!read_pos) in relay_file_read_consume()
899 read_subbuf = read_pos / buf->chan->subbuf_size; in relay_file_read_consume()
956 static size_t relay_file_read_subbuf_avail(size_t read_pos, in relay_file_read_subbuf_avail() argument
965 read_subbuf = read_pos / subbuf_size; in relay_file_read_subbuf_avail()
966 read_offset = read_pos % subbuf_size; in relay_file_read_subbuf_avail()
992 size_t read_pos = (consumed * subbuf_size + buf->bytes_consumed) in relay_file_read_start_pos() local
995 read_subbuf = read_pos / subbuf_size; in relay_file_read_start_pos()
999 if (read_pos >= padding_start && read_pos < padding_end) { in relay_file_read_start_pos()
1001 read_pos = read_subbuf * subbuf_size; in relay_file_read_start_pos()
[all …]
/linux-6.6.21/drivers/media/firewire/
Dfiredtv-avc.c1100 int read_pos; in avc_ca_pmt() local
1153 read_pos = 6; in avc_ca_pmt()
1156 pmt_cmd_id = msg[read_pos++]; in avc_ca_pmt()
1165 memcpy(&c->operand[write_pos], &msg[read_pos], in avc_ca_pmt()
1167 read_pos += program_info_length; in avc_ca_pmt()
1170 while (read_pos + 4 < length) { in avc_ca_pmt()
1175 c->operand[write_pos++] = msg[read_pos++]; in avc_ca_pmt()
1176 c->operand[write_pos++] = msg[read_pos++]; in avc_ca_pmt()
1177 c->operand[write_pos++] = msg[read_pos++]; in avc_ca_pmt()
1179 ((msg[read_pos] & 0x0f) << 8) + msg[read_pos + 1]; in avc_ca_pmt()
[all …]
/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/
Damdgpu_vcn.c1073 unsigned int read_pos, write_pos, available, i, read_bytes = 0; in amdgpu_debugfs_vcn_fwlog_read() local
1086 read_pos = plog->rptr; in amdgpu_debugfs_vcn_fwlog_read()
1089 if (read_pos > AMDGPU_VCNFW_LOG_SIZE || write_pos > AMDGPU_VCNFW_LOG_SIZE) in amdgpu_debugfs_vcn_fwlog_read()
1092 if (!size || (read_pos == write_pos)) in amdgpu_debugfs_vcn_fwlog_read()
1095 if (write_pos > read_pos) { in amdgpu_debugfs_vcn_fwlog_read()
1096 available = write_pos - read_pos; in amdgpu_debugfs_vcn_fwlog_read()
1099 read_num[0] = AMDGPU_VCNFW_LOG_SIZE - read_pos; in amdgpu_debugfs_vcn_fwlog_read()
1111 if (read_pos == AMDGPU_VCNFW_LOG_SIZE) in amdgpu_debugfs_vcn_fwlog_read()
1112 read_pos = plog->header_size; in amdgpu_debugfs_vcn_fwlog_read()
1114 (log_buf + read_pos), read_num[i])) in amdgpu_debugfs_vcn_fwlog_read()
[all …]
/linux-6.6.21/fs/
Dseq_file.c194 if (unlikely(iocb->ki_pos != m->read_pos)) { in seq_read_iter()
199 m->read_pos = 0; in seq_read_iter()
204 m->read_pos = iocb->ki_pos; in seq_read_iter()
290 m->read_pos += copied; in seq_read_iter()
322 if (offset != m->read_pos) { in seq_lseek()
328 m->read_pos = 0; in seq_lseek()
332 m->read_pos = offset; in seq_lseek()
/linux-6.6.21/Documentation/trace/coresight/
Dultrasoc-smb.rst31 buf_size buf_status read_pos write_pos
35 * ``read_pos``: Shows the value on the read pointer register.
/linux-6.6.21/drivers/input/misc/
Dims-pcu.c93 u8 read_pos; member
434 memcpy(pcu->cmd_buf, pcu->read_buf, pcu->read_pos); in ims_pcu_handle_response()
435 pcu->cmd_buf_len = pcu->read_pos; in ims_pcu_handle_response()
455 pcu->read_buf[pcu->read_pos++] = data; in ims_pcu_process_data()
465 pcu->read_pos); in ims_pcu_process_data()
468 pcu->read_pos = 0; in ims_pcu_process_data()
477 if (pcu->read_pos < IMS_PCU_MIN_PACKET_LEN) { in ims_pcu_process_data()
480 pcu->read_pos); in ims_pcu_process_data()
484 pcu->read_pos); in ims_pcu_process_data()
491 pcu->read_pos = 0; in ims_pcu_process_data()
[all …]
/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/
Dctx_rewrite.c713 int write_pos = 0, read_pos = prefix_size; in remove_insn_prefix() local
719 while (read_pos < size) { in remove_insn_prefix()
720 c = str[read_pos++]; in remove_insn_prefix()
725 read_pos += prefix_size; in remove_insn_prefix()
/linux-6.6.21/Documentation/ABI/testing/
Dsysfs-bus-coresight-devices-ultra_smb21 What: /sys/bus/coresight/devices/ultra_smb<N>/mgmt/read_pos
/linux-6.6.21/security/integrity/ima/
Dima_kexec.c34 file.read_pos = 0; in ima_dump_measurement_list()
/linux-6.6.21/include/linux/
Dseq_file.h24 loff_t read_pos; member
/linux-6.6.21/drivers/gpu/drm/mediatek/
Dmtk_dp.c742 int read_pos; in mtk_dp_aux_read_rx_fifo() local
747 for (read_pos = 0; read_pos < length; read_pos++) { in mtk_dp_aux_read_rx_fifo()
754 buf[read_pos] = (u8)(mtk_dp_read(mtk_dp, MTK_DP_AUX_P0_3620) & in mtk_dp_aux_read_rx_fifo()
/linux-6.6.21/drivers/hwtracing/coresight/
Dultrasoc-smb.c188 coresight_simple_reg32(read_pos, SMB_LB_RD_ADDR_REG),