Searched refs:windownr (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/media/pci/ttpci/ |
D | av7110_hw.c | 709 static inline int SetColorBlend(struct av7110 *av7110, u8 windownr) in SetColorBlend() argument 711 return av7110_fw_cmd(av7110, COMTYPE_OSD, SetCBlend, 1, windownr); in SetColorBlend() 714 static inline int SetBlend_(struct av7110 *av7110, u8 windownr, in SetBlend_() argument 718 windownr, colordepth, index, blending); in SetBlend_() 721 static inline int SetColor_(struct av7110 *av7110, u8 windownr, in SetColor_() argument 725 windownr, colordepth, index, colorhi, colorlo); in SetColor_() 728 static inline int SetFont(struct av7110 *av7110, u8 windownr, u8 fontsize, in SetFont() argument 732 windownr, fontsize, colorfg, colorbg); in SetFont() 809 static inline int DrawLine(struct av7110 *av7110, u8 windownr, in DrawLine() argument 813 windownr, x, y, dx, dy, color); in DrawLine() [all …]
|