Lines Matching defs:array
260 u32 num_elems, *array;
269 ret = parse_int_array_user(from, count, (int **)&array);
273 num_elems = *array;
274 bytes = sizeof(*array) * num_elems;
280 desc = (struct sof_probe_point_desc *)&array[1];
297 kfree(array);
319 u32 *array;
326 ret = parse_int_array_user(from, count, (int **)&array);
336 ret = ipc->points_remove(cdev, &array[1], array[0]);
345 kfree(array);