Home
last modified time | relevance | path

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

/linux/drivers/char/ipmi/
H A 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/kernel/
H A Drelay.c809 size_t read_pos, in relay_file_read_consume() argument
826 if (!read_pos) in relay_file_read_consume()
829 read_subbuf = read_pos / buf->chan->subbuf_size; in relay_file_read_consume()
886 static size_t relay_file_read_subbuf_avail(size_t read_pos, in relay_file_read_subbuf_avail() argument
895 read_subbuf = read_pos / subbuf_size; in relay_file_read_subbuf_avail()
896 read_offset = read_pos % subbuf_size; in relay_file_read_subbuf_avail()
922 size_t read_pos = (consumed * subbuf_size + buf->bytes_consumed) in relay_file_read_start_pos() local
925 read_subbuf = read_pos / subbuf_size; in relay_file_read_start_pos()
929 if (read_pos >= padding_start && read_pos < padding_end) { in relay_file_read_start_pos()
931 read_pos = read_subbuf * subbuf_size; in relay_file_read_start_pos()
[all …]
/linux/drivers/media/firewire/
H A 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/security/integrity/ima/
H A Dima_kexec.c32 sf->read_pos = 0; in ima_free_kexec_file_buf()
74 ima_kexec_file.read_pos = 0; in ima_alloc_kexec_file_buf()
/linux/Documentation/trace/coresight/
H A Dultrasoc-smb.rst31 buf_size buf_status read_pos write_pos
35 * ``read_pos``: Shows the value on the read pointer register.
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-coresight-devices-ultra_smb21 What: /sys/bus/coresight/devices/ultra_smb<N>/mgmt/read_pos
/linux/drivers/gpu/drm/mediatek/
H A Dmtk_dp.c830 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/drivers/hwtracing/coresight/
H A Dultrasoc-smb.c178 coresight_simple_reg32(read_pos, SMB_LB_RD_ADDR_REG),