Home
last modified time | relevance | path

Searched refs:num_buffer_id (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/sound/soc/sof/
H A Dsof-client-probes-ipc4.c249 unsigned int *buffer_id, size_t num_buffer_id) in ipc4_probes_points_remove() argument
259 probe_point_ids = kcalloc(num_buffer_id, sizeof(*probe_point_ids), in ipc4_probes_points_remove()
264 for (i = 0; i < num_buffer_id; i++) in ipc4_probes_points_remove()
274 msg.data_size = num_buffer_id * sizeof(*probe_point_ids); in ipc4_probes_points_remove()
H A Dsof-client-probes-ipc3.c207 size_t num_buffer_id) in ipc3_probes_points_remove() argument
210 size_t size = struct_size(msg, buffer_id, num_buffer_id); in ipc3_probes_points_remove()
217 msg->num_elems = num_buffer_id; in ipc3_probes_points_remove()
H A Dsof-client-probes.h48 unsigned int *buffer_id, size_t num_buffer_id);