Lines Matching defs:av7110
58 int av7110_debiwrite(struct av7110 *av7110, u32 config, in av7110_debiwrite()
81 u32 av7110_debiread(struct av7110 *av7110, u32 config, int addr, int count) in av7110_debiread()
136 static int waitdebi(struct av7110 *av7110, int adr, int state) in waitdebi()
150 static int load_dram(struct av7110 *av7110, u32 *data, int len) in load_dram()
209 int av7110_bootarm(struct av7110 *av7110) in av7110_bootarm()
308 int av7110_wait_msgstate(struct av7110 *av7110, u16 flags) in av7110_wait_msgstate()
340 static int __av7110_send_fw_cmd(struct av7110 *av7110, u16* buf, int length) in __av7110_send_fw_cmd()
475 static int av7110_send_fw_cmd(struct av7110 *av7110, u16* buf, int length) in av7110_send_fw_cmd()
496 int av7110_fw_cmd(struct av7110 *av7110, int type, int com, int num, ...) in av7110_fw_cmd()
551 int av7110_fw_request(struct av7110 *av7110, u16 *request_buf, in av7110_fw_request()
628 static int av7110_fw_query(struct av7110 *av7110, u16 tag, u16* buf, s16 length) in av7110_fw_query()
643 int av7110_firmversion(struct av7110 *av7110) in av7110_firmversion()
678 int av7110_diseqc_send(struct av7110 *av7110, int len, u8 *msg, unsigned long burst) in av7110_diseqc_send()
709 static inline int SetColorBlend(struct av7110 *av7110, u8 windownr) in SetColorBlend()
714 static inline int SetBlend_(struct av7110 *av7110, u8 windownr, in SetBlend_()
721 static inline int SetColor_(struct av7110 *av7110, u8 windownr, in SetColor_()
728 static inline int SetFont(struct av7110 *av7110, u8 windownr, u8 fontsize, in SetFont()
735 static int FlushText(struct av7110 *av7110) in FlushText()
759 static int WriteText(struct av7110 *av7110, u8 win, u16 x, u16 y, char *buf) in WriteText()
809 static inline int DrawLine(struct av7110 *av7110, u8 windownr, in DrawLine()
816 static inline int DrawBlock(struct av7110 *av7110, u8 windownr, in DrawBlock()
823 static inline int HideWindow(struct av7110 *av7110, u8 windownr) in HideWindow()
828 static inline int MoveWindowRel(struct av7110 *av7110, u8 windownr, u16 x, u16 y) in MoveWindowRel()
833 static inline int MoveWindowAbs(struct av7110 *av7110, u8 windownr, u16 x, u16 y) in MoveWindowAbs()
838 static inline int DestroyOSDWindow(struct av7110 *av7110, u8 windownr) in DestroyOSDWindow()
843 static inline int CreateOSDWindow(struct av7110 *av7110, u8 windownr, in CreateOSDWindow()
859 static inline int WaitUntilBmpLoaded(struct av7110 *av7110) in WaitUntilBmpLoaded()
872 static inline int LoadBitmap(struct av7110 *av7110, in LoadBitmap()
929 static int BlitBitmap(struct av7110 *av7110, u16 x, u16 y) in BlitBitmap()
936 static inline int ReleaseBitmap(struct av7110 *av7110) in ReleaseBitmap()
964 static int OSDSetColor(struct av7110 *av7110, u8 color, u8 r, u8 g, u8 b, u8 blend) in OSDSetColor()
982 static int OSDSetPalette(struct av7110 *av7110, u32 __user * colors, u8 first, u8 last) in OSDSetPalette()
1007 static int OSDSetBlock(struct av7110 *av7110, int x0, int y0, in OSDSetBlock()
1061 int av7110_osd_cmd(struct av7110 *av7110, osd_cmd_t *dc) in av7110_osd_cmd()
1210 int av7110_osd_capability(struct av7110 *av7110, osd_cap_t *cap) in av7110_osd_capability()