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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/dvb/ttpci/
H A Dav7110_hw.c659 static inline int SetColorBlend(struct av7110 *av7110, u8 windownr) argument
661 return av7110_fw_cmd(av7110, COMTYPE_OSD, SetCBlend, 1, windownr);
664 static inline int SetBlend_(struct av7110 *av7110, u8 windownr, argument
668 windownr, colordepth, index, blending);
671 static inline int SetColor_(struct av7110 *av7110, u8 windownr, argument
675 windownr, colordepth, index, colorhi, colorlo);
678 static inline int SetFont(struct av7110 *av7110, u8 windownr, u8 fontsize, argument
682 windownr, fontsize, colorfg, colorbg);
759 static inline int DrawLine(struct av7110 *av7110, u8 windownr, argument
763 windownr,
766 DrawBlock(struct av7110 *av7110, u8 windownr, u16 x, u16 y, u16 dx, u16 dy, u16 color) argument
773 HideWindow(struct av7110 *av7110, u8 windownr) argument
778 MoveWindowRel(struct av7110 *av7110, u8 windownr, u16 x, u16 y) argument
783 MoveWindowAbs(struct av7110 *av7110, u8 windownr, u16 x, u16 y) argument
788 DestroyOSDWindow(struct av7110 *av7110, u8 windownr) argument
793 CreateOSDWindow(struct av7110 *av7110, u8 windownr, osd_raw_window_t disptype, u16 width, u16 height) argument
[all...]

Completed in 38 milliseconds