Home
last modified time | relevance | path

Searched refs:num_bytes (Results 1 – 2 of 2) sorted by relevance

/sound/soc/codecs/
Dsigmadsp.c33 unsigned int num_bytes; member
65 __le16 num_bytes; member
113 info->count = ctrl->num_bytes; in sigmadsp_ctrl_info()
122 if (ctrl->num_bytes <= 20 && sigmadsp->ops && sigmadsp->ops->safeload) in sigmadsp_ctrl_write()
124 ctrl->num_bytes); in sigmadsp_ctrl_write()
127 ctrl->num_bytes); in sigmadsp_ctrl_write()
146 memcpy(ctrl->cache, data, ctrl->num_bytes); in sigmadsp_ctrl_put()
167 ctrl->num_bytes); in sigmadsp_ctrl_get()
174 ctrl->num_bytes); in sigmadsp_ctrl_get()
207 unsigned int num_bytes; in sigma_fw_load_control() local
[all …]
/sound/soc/sof/intel/
Dhda-stream.c653 u64 prev_pos, pos, num_bytes; in hda_dsp_set_bytes_transferred() local
659 num_bytes = (buffer_size - prev_pos) + pos; in hda_dsp_set_bytes_transferred()
661 num_bytes = pos - prev_pos; in hda_dsp_set_bytes_transferred()
663 hstream->curr_pos += num_bytes; in hda_dsp_set_bytes_transferred()