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 > 4 && ctrl->num_bytes <= 20 && sigmadsp->ops && in sigmadsp_ctrl_write()
123 ctrl->num_bytes); in sigmadsp_ctrl_write()
126 ctrl->num_bytes); in sigmadsp_ctrl_write()
145 memcpy(ctrl->cache, data, ctrl->num_bytes); in sigmadsp_ctrl_put()
165 ctrl->num_bytes); in sigmadsp_ctrl_get()
171 ctrl->num_bytes); in sigmadsp_ctrl_get()
204 unsigned int num_bytes; in sigma_fw_load_control() local
222 num_bytes = le16_to_cpu(ctrl_chunk->num_bytes); in sigma_fw_load_control()
223 ctrl = kzalloc(sizeof(*ctrl) + num_bytes, GFP_KERNEL); in sigma_fw_load_control()
237 ctrl->num_bytes = num_bytes; in sigma_fw_load_control()