Lines Matching refs:subname
609 const char *subname; member
1415 kfree(ctl->subname); in wm_adsp_free_ctl_blk()
1422 const char *subname, unsigned int subname_len, in wm_adsp_create_control() argument
1442 subname = NULL; /* don't append subname */ in wm_adsp_create_control()
1456 if (subname) { in wm_adsp_create_control()
1468 " %.*s", subname_len - skip, subname + skip); in wm_adsp_create_control()
1489 if (subname) { in wm_adsp_create_control()
1491 ctl->subname = kmemdup(subname, in wm_adsp_create_control()
1492 strlen(subname) + 1, GFP_KERNEL); in wm_adsp_create_control()
1493 if (!ctl->subname) { in wm_adsp_create_control()
1535 kfree(ctl->subname); in wm_adsp_create_control()
2035 if (!pos->subname) in wm_adsp_get_ctl()
2037 if (strncmp(pos->subname, name, pos->subname_len) == 0 && in wm_adsp_get_ctl()