Searched refs:windownr (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/ttpci/
H A Dav7110_hw.c649 static inline int SetColorBlend(struct av7110 *av7110, u8 windownr) argument
651 return av7110_fw_cmd(av7110, COMTYPE_OSD, SetCBlend, 1, windownr);
654 static inline int SetBlend_(struct av7110 *av7110, u8 windownr, argument
658 windownr, colordepth, index, blending);
661 static inline int SetColor_(struct av7110 *av7110, u8 windownr, argument
665 windownr, colordepth, index, colorhi, colorlo);
668 static inline int SetFont(struct av7110 *av7110, u8 windownr, u8 fontsize, argument
672 windownr, fontsize, colorfg, colorbg);
749 static inline int DrawLine(struct av7110 *av7110, u8 windownr, argument
753 windownr,
756 DrawBlock(struct av7110 *av7110, u8 windownr, u16 x, u16 y, u16 dx, u16 dy, u16 color) argument
763 HideWindow(struct av7110 *av7110, u8 windownr) argument
768 MoveWindowRel(struct av7110 *av7110, u8 windownr, u16 x, u16 y) argument
773 MoveWindowAbs(struct av7110 *av7110, u8 windownr, u16 x, u16 y) argument
778 DestroyOSDWindow(struct av7110 *av7110, u8 windownr) argument
783 CreateOSDWindow(struct av7110 *av7110, u8 windownr, osd_raw_window_t disptype, u16 width, u16 height) argument
[all...]

Completed in 54 milliseconds