Home
last modified time | relevance | path

Searched refs:arg_list_cpy (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/most/
H A Dmost_snd.c526 char arg_list_cpy[STRING_SIZE]; in audio_probe_channel() local
532 strscpy(arg_list_cpy, arg_list, STRING_SIZE); in audio_probe_channel()
533 ret = split_arg_list(arg_list_cpy, &ch_num, &sample_res); in audio_probe_channel()
/kernel/linux/linux-5.10/drivers/staging/most/sound/
H A Dsound.c534 char arg_list_cpy[STRING_SIZE]; in audio_probe_channel() local
540 strlcpy(arg_list_cpy, arg_list, STRING_SIZE); in audio_probe_channel()
541 ret = split_arg_list(arg_list_cpy, &ch_num, &sample_res); in audio_probe_channel()

Completed in 3 milliseconds