Home
last modified time | relevance | path

Searched refs:vsp1_entity_operations (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/drivers/media/platform/vsp1/
Dvsp1_entity.h78 struct vsp1_entity_operations { struct
97 const struct vsp1_entity_operations *ops; argument
Dvsp1_histo.h66 const struct vsp1_entity_operations *ops,
Dvsp1_lif.c122 static const struct vsp1_entity_operations lif_entity_ops = {
Dvsp1_hsit.c142 static const struct vsp1_entity_operations hsit_entity_ops = {
Dvsp1_lut.c186 static const struct vsp1_entity_operations lut_entity_ops = {
Dvsp1_hgt.c173 static const struct vsp1_entity_operations hgt_entity_ops = {
Dvsp1_hgo.c172 static const struct vsp1_entity_operations hgo_entity_ops = {
Dvsp1_clu.c227 static const struct vsp1_entity_operations clu_entity_ops = {
Dvsp1_uif.c226 static const struct vsp1_entity_operations uif_entity_ops = {
Dvsp1_rpf.c332 static const struct vsp1_entity_operations rpf_entity_ops = {
Dvsp1_sru.c345 static const struct vsp1_entity_operations sru_entity_ops = {
Dvsp1_uds.c386 static const struct vsp1_entity_operations uds_entity_ops = {
Dvsp1_brx.c398 static const struct vsp1_entity_operations brx_entity_ops = {
Dvsp1_wpf.c499 static const struct vsp1_entity_operations wpf_entity_ops = {
Dvsp1_histo.c518 const struct vsp1_entity_operations *ops, in vsp1_histogram_init()