Lines Matching refs:GFP_KERNEL

168 	struct wm_adsp_buf *buf = kzalloc(sizeof(*buf), GFP_KERNEL);  in wm_adsp_buf_alloc()
396 scratch = kmemdup(buf, ctl->len, GFP_KERNEL | GFP_DMA); in wm_coeff_write_control()
451 scratch = kmalloc(ctl->len, GFP_KERNEL | GFP_DMA); in wm_coeff_read_control()
494 kcontrol = kzalloc(sizeof(*kcontrol), GFP_KERNEL); in wmfw_add_ctl()
542 file = kzalloc(PAGE_SIZE, GFP_KERNEL); in wm_adsp_load()
639 GFP_KERNEL); in wm_adsp_load()
644 GFP_KERNEL); in wm_adsp_load()
791 name = kmalloc(PAGE_SIZE, GFP_KERNEL); in wm_adsp_create_control()
828 ctl = kzalloc(sizeof(*ctl), GFP_KERNEL); in wm_adsp_create_control()
834 ctl->name = kmemdup(name, strlen(name) + 1, GFP_KERNEL); in wm_adsp_create_control()
846 ctl->cache = kzalloc(ctl->len, GFP_KERNEL); in wm_adsp_create_control()
852 ctl_work = kzalloc(sizeof(*ctl_work), GFP_KERNEL); in wm_adsp_create_control()
931 region = kzalloc(sizeof(*region), GFP_KERNEL); in wm_adsp_setup_algs()
939 region = kzalloc(sizeof(*region), GFP_KERNEL); in wm_adsp_setup_algs()
972 region = kzalloc(sizeof(*region), GFP_KERNEL); in wm_adsp_setup_algs()
980 region = kzalloc(sizeof(*region), GFP_KERNEL); in wm_adsp_setup_algs()
988 region = kzalloc(sizeof(*region), GFP_KERNEL); in wm_adsp_setup_algs()
1029 alg = kzalloc((term - pos) * 2, GFP_KERNEL | GFP_DMA); in wm_adsp_setup_algs()
1054 region = kzalloc(sizeof(*region), GFP_KERNEL); in wm_adsp_setup_algs()
1074 region = kzalloc(sizeof(*region), GFP_KERNEL); in wm_adsp_setup_algs()
1106 region = kzalloc(sizeof(*region), GFP_KERNEL); in wm_adsp_setup_algs()
1126 region = kzalloc(sizeof(*region), GFP_KERNEL); in wm_adsp_setup_algs()
1146 region = kzalloc(sizeof(*region), GFP_KERNEL); in wm_adsp_setup_algs()
1188 file = kzalloc(PAGE_SIZE, GFP_KERNEL); in wm_adsp_load_coeff()