Lines Matching refs:subname
906 kfree(ctl->subname); in cs_dsp_free_ctl_blk()
913 const char *subname, unsigned int subname_len, in cs_dsp_create_control() argument
923 if ((!subname && !ctl->subname) || in cs_dsp_create_control()
924 (subname && !strncmp(ctl->subname, subname, ctl->subname_len))) { in cs_dsp_create_control()
938 if (subname && dsp->fw_ver >= 2) { in cs_dsp_create_control()
940 ctl->subname = kmemdup(subname, in cs_dsp_create_control()
941 strlen(subname) + 1, GFP_KERNEL); in cs_dsp_create_control()
942 if (!ctl->subname) { in cs_dsp_create_control()
975 kfree(ctl->subname); in cs_dsp_create_control()
1463 if (!pos->subname) in cs_dsp_get_ctl()
1465 if (strncmp(pos->subname, name, pos->subname_len) == 0 && in cs_dsp_get_ctl()