Home
last modified time | relevance | path

Searched refs:free_pipes (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/sound/pci/echoaudio/
H A Dechoaudio.h438 static int free_pipes(struct echoaudio *chip, struct audiopipe *pipe);
H A Dechoaudio_dsp.c1092 static int free_pipes(struct echoaudio *chip, struct audiopipe *pipe) in free_pipes() function
H A Dechoaudio.c553 err = free_pipes(chip, pipe); in init_engine()
680 free_pipes(chip, pipe); in pcm_hw_free()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c632 unsigned int free_pipes = 0; in dcn32_get_num_free_pipes() local
646 free_pipes = dc->res_pool->pipe_count - num_pipes; in dcn32_get_num_free_pipes()
647 return free_pipes; in dcn32_get_num_free_pipes()
677 unsigned int free_pipes = dcn32_get_num_free_pipes(dc, context); in dcn32_assign_subvp_pipe() local
714 if (num_pipes <= free_pipes) { in dcn32_assign_subvp_pipe()
751 unsigned int i, split_cnt, free_pipes; in dcn32_enough_pipes_for_subvp() local
772 free_pipes = dcn32_get_num_free_pipes(dc, context); in dcn32_enough_pipes_for_subvp()
776 if (free_pipes >= min_pipe_split && free_pipes < dc->res_pool->pipe_count) in dcn32_enough_pipes_for_subvp()