Searched refs:parse_int_array_user (Results 1 – 6 of 6) sorted by relevance
| /linux/sound/soc/intel/avs/ |
| H A D | debugfs.c | 144 ret = parse_int_array_user(from, count, (int **)&array); in probe_points_write() 181 ret = parse_int_array_user(from, count, (int **)&array); in probe_points_disconnect_write() 367 ret = parse_int_array_user(from, count, (int **)&array); in trace_control_write()
|
| /linux/include/linux/ |
| H A D | string_helpers.h | 35 int parse_int_array_user(const char __user *from, size_t count, int **array);
|
| /linux/lib/ |
| H A D | string_helpers.c | 174 int parse_int_array_user(const char __user *from, size_t count, int **array) in parse_int_array_user() function 187 EXPORT_SYMBOL(parse_int_array_user);
|
| /linux/sound/soc/sof/ |
| H A D | sof-client-probes.c | 304 ret = parse_int_array_user(from, count, (int **)&array); in sof_probes_dfs_points_write() 371 ret = parse_int_array_user(from, count, (int **)&array); in sof_probes_dfs_points_remove_write()
|
| /linux/drivers/platform/x86/intel/ |
| H A D | vsec_tpmi.c | 468 ret = parse_int_array_user(userbuf, len, (int **)&array); in mem_write()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_gt_sriov_pf_debugfs.c | 313 ret = parse_int_array_user(ubuf, min(size, GUC_MAX_SCHED_GROUPS * sizeof(u32)), &input); in sched_groups_config_write()
|