Lines Matching defs:array
287 u32 num_elems, *array;
296 ret = parse_int_array_user(from, count, (int **)&array);
300 num_elems = *array;
301 bytes = sizeof(*array) * num_elems;
307 desc = (struct sof_probe_point_desc *)&array[1];
323 kfree(array);
353 u32 *array;
360 ret = parse_int_array_user(from, count, (int **)&array);
370 ret = ipc->points_remove(cdev, &array[1], array[0]);
378 kfree(array);