Lines Matching refs:subname
603 const char *subname; member
1409 kfree(ctl->subname); in wm_adsp_free_ctl_blk()
1416 const char *subname, unsigned int subname_len, in wm_adsp_create_control() argument
1436 subname = NULL; /* don't append subname */ in wm_adsp_create_control()
1450 if (subname) { in wm_adsp_create_control()
1462 " %.*s", subname_len - skip, subname + skip); in wm_adsp_create_control()
1483 if (subname) { in wm_adsp_create_control()
1485 ctl->subname = kmemdup(subname, in wm_adsp_create_control()
1486 strlen(subname) + 1, GFP_KERNEL); in wm_adsp_create_control()
1487 if (!ctl->subname) { in wm_adsp_create_control()
1528 kfree(ctl->subname); in wm_adsp_create_control()
2031 if (!pos->subname) in wm_adsp_get_ctl()
2033 if (strncmp(pos->subname, name, pos->subname_len) == 0 && in wm_adsp_get_ctl()