Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/st/sti/bdisp/
H A Dbdisp-hw.c50 static const struct bdisp_filter_h_spec bdisp_h_spec[] = { variable
221 #define NB_H_FILTER ARRAY_SIZE(bdisp_h_spec)
520 bdisp_h_filter[i].min = bdisp_h_spec[i].min; in bdisp_hw_alloc_filters()
521 bdisp_h_filter[i].max = bdisp_h_spec[i].max; in bdisp_hw_alloc_filters()
522 memcpy(base, bdisp_h_spec[i].coef, BDISP_HF_NB); in bdisp_hw_alloc_filters()