Lines Matching refs:num_bytes
32 unsigned int num_bytes; member
63 __le16 num_bytes; member
111 info->count = ctrl->num_bytes; in sigmadsp_ctrl_info()
120 if (ctrl->num_bytes <= 20 && sigmadsp->ops && sigmadsp->ops->safeload) in sigmadsp_ctrl_write()
122 ctrl->num_bytes); in sigmadsp_ctrl_write()
125 ctrl->num_bytes); in sigmadsp_ctrl_write()
144 memcpy(ctrl->cache, data, ctrl->num_bytes); in sigmadsp_ctrl_put()
164 ctrl->num_bytes); in sigmadsp_ctrl_get()
170 ctrl->num_bytes); in sigmadsp_ctrl_get()
203 unsigned int num_bytes; in sigma_fw_load_control() local
221 num_bytes = le16_to_cpu(ctrl_chunk->num_bytes); in sigma_fw_load_control()
222 ctrl = kzalloc(sizeof(*ctrl) + num_bytes, GFP_KERNEL); in sigma_fw_load_control()
236 ctrl->num_bytes = num_bytes; in sigma_fw_load_control()