Home
last modified time | relevance | path

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

/linux/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-comp.c42 static s64 get_comp_flag(const struct mdp_comp_ctx *ctx) in get_comp_flag() function
387 .get_comp_flag = get_comp_flag,
623 .get_comp_flag = get_comp_flag,
860 .get_comp_flag = get_comp_flag,
973 .get_comp_flag = get_comp_flag,
1068 .get_comp_flag = get_comp_flag,
1132 .get_comp_flag = get_comp_flag,
1174 .get_comp_flag = get_comp_flag,
1233 .get_comp_flag = get_comp_flag,
1313 .get_comp_flag = get_comp_flag,
[all …]
H A Dmtk-mdp3-comp.h239 s64 (*get_comp_flag)(const struct mdp_comp_ctx *ctx); member