Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/platform/mediatek/mdp3/
A Dmtk-mdp3-comp.h137 struct mdp_comp_ops;
150 const struct mdp_comp_ops *ops;
160 struct mdp_comp_ops { struct
A Dmtk-mdp3-comp.c206 static const struct mdp_comp_ops rdma_ops = {
311 static const struct mdp_comp_ops rsz_ops = {
435 static const struct mdp_comp_ops wrot_ops = {
532 static const struct mdp_comp_ops wdma_ops = {
567 static const struct mdp_comp_ops ccorr_ops = {
573 static const struct mdp_comp_ops *mdp_comp_ops[MDP_COMP_TYPE_COUNT] = { variable
821 comp->ops = mdp_comp_ops[comp->type]; in mdp_comp_init()

Completed in 5 milliseconds