Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/platform/mediatek/mdp3/
Dmtk-mdp3-comp.h155 struct mdp_comp_ops;
170 const struct mdp_comp_ops *ops;
180 struct mdp_comp_ops { struct
Dmtk-mdp3-comp.c268 static const struct mdp_comp_ops rdma_ops = {
412 static const struct mdp_comp_ops rsz_ops = {
571 static const struct mdp_comp_ops wrot_ops = {
692 static const struct mdp_comp_ops wdma_ops = {
735 static const struct mdp_comp_ops ccorr_ops = {
741 static const struct mdp_comp_ops *mdp_comp_ops[MDP_COMP_TYPE_COUNT] = { variable
950 comp->ops = mdp_comp_ops[comp->type]; in mdp_comp_init()