Searched defs:bdisp_filter_addr (Results 1 – 1 of 1) sorted by relevance
43 struct bdisp_filter_addr { struct44 u16 min; /* Filter min scale factor (6.10 fixed point) */45 u16 max; /* Filter max scale factor (6.10 fixed point) */46 void *virt; /* Virtual address for filter table */47 dma_addr_t paddr; /* Physical address for filter table */