Home
last modified time | relevance | path

Searched refs:get_comp_flag (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/media/platform/mediatek/mdp3/
Dmtk-mdp3-comp.c42 static s64 get_comp_flag(const struct mdp_comp_ctx *ctx) in get_comp_flag() function
401 .get_comp_flag = get_comp_flag,
645 .get_comp_flag = get_comp_flag,
894 .get_comp_flag = get_comp_flag,
1015 .get_comp_flag = get_comp_flag,
1114 .get_comp_flag = get_comp_flag,
1181 .get_comp_flag = get_comp_flag,
1223 .get_comp_flag = get_comp_flag,
1284 .get_comp_flag = get_comp_flag,
1365 .get_comp_flag = get_comp_flag,
[all …]
Dmtk-mdp3-comp.h242 s64 (*get_comp_flag)(const struct mdp_comp_ctx *ctx); member