| /linux-6.15/drivers/char/ipmi/ |
| H A D | ipmi_kcs_sm.c | 116 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() 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() 312 if ((length >= 3) && (kcs->read_pos < 3)) { in get_kcs_result() 316 kcs->read_pos = 3; in get_kcs_result() [all …]
|
| H A D | ipmi_smic_sm.c | 98 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() 173 smic->read_pos = 3; in smic_get_result() 179 return smic->read_pos; in smic_get_result() 225 smic->read_pos = 0; in start_error_recovery() 240 if (smic->read_pos >= MAX_SMIC_READ_SIZE) { in read_next_byte() [all …]
|
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_umsch_mm.c | 456 unsigned int read_pos, write_pos, available, i, read_bytes = 0; in amdgpu_debugfs_umsch_fwlog_read() local 469 read_pos = plog->rptr; in amdgpu_debugfs_umsch_fwlog_read() 475 if (!size || (read_pos == write_pos)) in amdgpu_debugfs_umsch_fwlog_read() 478 if (write_pos > read_pos) { in amdgpu_debugfs_umsch_fwlog_read() 479 available = write_pos - read_pos; in amdgpu_debugfs_umsch_fwlog_read() 482 read_num[0] = AMDGPU_UMSCHFW_LOG_SIZE - read_pos; in amdgpu_debugfs_umsch_fwlog_read() 494 if (read_pos == AMDGPU_UMSCHFW_LOG_SIZE) in amdgpu_debugfs_umsch_fwlog_read() 495 read_pos = plog->header_size; in amdgpu_debugfs_umsch_fwlog_read() 497 (log_buf + read_pos), read_num[i])) in amdgpu_debugfs_umsch_fwlog_read() 501 read_pos += read_num[i]; in amdgpu_debugfs_umsch_fwlog_read() [all …]
|
| H A D | amdgpu_vcn.c | 1135 unsigned int read_pos, write_pos, available, i, read_bytes = 0; in amdgpu_debugfs_vcn_fwlog_read() local 1148 read_pos = plog->rptr; in amdgpu_debugfs_vcn_fwlog_read() 1154 if (!size || (read_pos == write_pos)) in amdgpu_debugfs_vcn_fwlog_read() 1157 if (write_pos > read_pos) { in amdgpu_debugfs_vcn_fwlog_read() 1158 available = write_pos - read_pos; in amdgpu_debugfs_vcn_fwlog_read() 1161 read_num[0] = AMDGPU_VCNFW_LOG_SIZE - read_pos; in amdgpu_debugfs_vcn_fwlog_read() 1173 if (read_pos == AMDGPU_VCNFW_LOG_SIZE) in amdgpu_debugfs_vcn_fwlog_read() 1174 read_pos = plog->header_size; in amdgpu_debugfs_vcn_fwlog_read() 1176 (log_buf + read_pos), read_num[i])) in amdgpu_debugfs_vcn_fwlog_read() 1180 read_pos += read_num[i]; in amdgpu_debugfs_vcn_fwlog_read() [all …]
|
| /linux-6.15/kernel/ |
| H A D | relay.c | 878 size_t read_pos, in relay_file_read_consume() argument 895 if (!read_pos) in relay_file_read_consume() 964 read_subbuf = read_pos / subbuf_size; in relay_file_read_subbuf_avail() 965 read_offset = read_pos % subbuf_size; in relay_file_read_subbuf_avail() 994 read_subbuf = read_pos / subbuf_size; in relay_file_read_start_pos() 998 if (read_pos >= padding_start && read_pos < padding_end) { in relay_file_read_start_pos() 1000 read_pos = read_subbuf * subbuf_size; in relay_file_read_start_pos() 1003 return read_pos; in relay_file_read_start_pos() 1013 size_t read_pos, in relay_file_read_end_pos() argument 1020 read_subbuf = read_pos / subbuf_size; in relay_file_read_end_pos() [all …]
|
| /linux-6.15/fs/bcachefs/ |
| H A D | io_read.c | 348 (subvol_inum) { rbio->subvol, read_pos.inode }, in bch2_read_err_msg_trans() 349 read_pos.offset << 9)); in bch2_read_err_msg_trans() 487 .inum = rbio->read_pos.inode, in bch2_rbio_retry() 508 struct bpos read_pos = rbio->read_pos; in bch2_rbio_retry() local 531 (subvol_inum) { subvol, read_pos.inode }, in bch2_rbio_retry() 532 read_pos.offset << 9)); in bch2_rbio_retry() 580 bch2_read_err_msg(c, &buf, rbio, rbio->read_pos); in bch2_read_io_err() 666 bch2_read_err_msg(c, &buf, rbio, rbio->read_pos); in bch2_read_csum_err() 687 bch2_read_err_msg(c, &buf, rbio, rbio->read_pos); in bch2_read_decompress_err() 707 bch2_read_err_msg(c, &buf, rbio, rbio->read_pos); in bch2_read_decrypt_err() [all …]
|
| H A D | io_read.h | 58 struct bpos read_pos; member 136 struct bch_read_bio *rbio, struct bpos read_pos, in bch2_read_extent() argument 140 int ret = __bch2_read_extent(trans, rbio, rbio->bio.bi_iter, read_pos, in bch2_read_extent()
|
| /linux-6.15/drivers/media/firewire/ |
| H A D | firedtv-avc.c | 1100 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() 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() 1179 ((msg[read_pos] & 0x0f) << 8) + msg[read_pos + 1]; in avc_ca_pmt() 1180 read_pos += 2; in avc_ca_pmt() 1186 if (read_pos >= length) { in avc_ca_pmt() 1190 pmt_cmd_id = msg[read_pos++]; in avc_ca_pmt() [all …]
|
| /linux-6.15/fs/ |
| H A D | seq_file.c | 194 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.15/Documentation/trace/coresight/ |
| H A D | ultrasoc-smb.rst | 31 buf_size buf_status read_pos write_pos 35 * ``read_pos``: Shows the value on the read pointer register.
|
| /linux-6.15/drivers/input/misc/ |
| H A D | ims-pcu.c | 93 u8 read_pos; member 433 memcpy(pcu->cmd_buf, pcu->read_buf, pcu->read_pos); in ims_pcu_handle_response() 434 pcu->cmd_buf_len = pcu->read_pos; in ims_pcu_handle_response() 454 pcu->read_buf[pcu->read_pos++] = data; in ims_pcu_process_data() 464 pcu->read_pos); in ims_pcu_process_data() 467 pcu->read_pos = 0; in ims_pcu_process_data() 476 if (pcu->read_pos < IMS_PCU_MIN_PACKET_LEN) { in ims_pcu_process_data() 479 pcu->read_pos); in ims_pcu_process_data() 483 pcu->read_pos); in ims_pcu_process_data() 490 pcu->read_pos = 0; in ims_pcu_process_data() [all …]
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-bus-coresight-devices-ultra_smb | 21 What: /sys/bus/coresight/devices/ultra_smb<N>/mgmt/read_pos
|
| /linux-6.15/security/integrity/ima/ |
| H A D | ima_kexec.c | 35 file.read_pos = 0; in ima_dump_measurement_list()
|
| /linux-6.15/include/linux/ |
| H A D | seq_file.h | 23 loff_t read_pos; member
|
| /linux-6.15/drivers/gpu/drm/mediatek/ |
| H A D | mtk_dp.c | 830 int read_pos; in mtk_dp_aux_read_rx_fifo() local 835 for (read_pos = 0; read_pos < length; read_pos++) { in mtk_dp_aux_read_rx_fifo() 842 buf[read_pos] = (u8)(mtk_dp_read(mtk_dp, MTK_DP_AUX_P0_3620) & in mtk_dp_aux_read_rx_fifo()
|
| /linux-6.15/drivers/hwtracing/coresight/ |
| H A D | ultrasoc-smb.c | 178 coresight_simple_reg32(read_pos, SMB_LB_RD_ADDR_REG),
|