Lines Matching refs:num_elems
54 unsigned int num_elems; member
60 unsigned int num_elems; member
69 unsigned int num_elems; member
75 unsigned int num_elems; member
106 msg->num_elems = 1; in sof_probes_init()
156 if (!reply->num_elems) in sof_probes_info()
163 bytes *= reply->num_elems; in sof_probes_info()
169 *num_params = reply->num_elems; in sof_probes_info()
220 msg->num_elems = num_desc; in sof_probes_points_add()
250 msg->num_elems = num_buffer_id; in sof_probes_points_remove()
480 u32 num_elems, *array; in sof_probes_dfs_points_write() local
493 num_elems = *array; in sof_probes_dfs_points_write()
494 bytes = sizeof(*array) * num_elems; in sof_probes_dfs_points_write()