• Home
  • Raw
  • Download

Lines Matching defs:av7110

43 int av7110_debiwrite(struct av7110 *av7110, u32 config,  in av7110_debiwrite()
66 u32 av7110_debiread(struct av7110 *av7110, u32 config, int addr, unsigned int count) in av7110_debiread()
121 static int waitdebi(struct av7110 *av7110, int adr, int state) in waitdebi()
135 static int load_dram(struct av7110 *av7110, u32 *data, int len) in load_dram()
194 int av7110_bootarm(struct av7110 *av7110) in av7110_bootarm()
289 int av7110_wait_msgstate(struct av7110 *av7110, u16 flags) in av7110_wait_msgstate()
321 static int __av7110_send_fw_cmd(struct av7110 *av7110, u16* buf, int length) in __av7110_send_fw_cmd()
456 static int av7110_send_fw_cmd(struct av7110 *av7110, u16* buf, int length) in av7110_send_fw_cmd()
477 int av7110_fw_cmd(struct av7110 *av7110, int type, int com, int num, ...) in av7110_fw_cmd()
532 int av7110_fw_request(struct av7110 *av7110, u16 *request_buf, in av7110_fw_request()
609 static int av7110_fw_query(struct av7110 *av7110, u16 tag, u16* buf, s16 length) in av7110_fw_query()
624 int av7110_firmversion(struct av7110 *av7110) in av7110_firmversion()
659 int av7110_diseqc_send(struct av7110 *av7110, int len, u8 *msg, unsigned long burst) in av7110_diseqc_send()
690 static inline int SetColorBlend(struct av7110 *av7110, u8 windownr) in SetColorBlend()
695 static inline int SetBlend_(struct av7110 *av7110, u8 windownr, in SetBlend_()
702 static inline int SetColor_(struct av7110 *av7110, u8 windownr, in SetColor_()
709 static inline int SetFont(struct av7110 *av7110, u8 windownr, u8 fontsize, in SetFont()
716 static int FlushText(struct av7110 *av7110) in FlushText()
740 static int WriteText(struct av7110 *av7110, u8 win, u16 x, u16 y, char *buf) in WriteText()
790 static inline int DrawLine(struct av7110 *av7110, u8 windownr, in DrawLine()
797 static inline int DrawBlock(struct av7110 *av7110, u8 windownr, in DrawBlock()
804 static inline int HideWindow(struct av7110 *av7110, u8 windownr) in HideWindow()
809 static inline int MoveWindowRel(struct av7110 *av7110, u8 windownr, u16 x, u16 y) in MoveWindowRel()
814 static inline int MoveWindowAbs(struct av7110 *av7110, u8 windownr, u16 x, u16 y) in MoveWindowAbs()
819 static inline int DestroyOSDWindow(struct av7110 *av7110, u8 windownr) in DestroyOSDWindow()
824 static inline int CreateOSDWindow(struct av7110 *av7110, u8 windownr, in CreateOSDWindow()
840 static inline int WaitUntilBmpLoaded(struct av7110 *av7110) in WaitUntilBmpLoaded()
853 static inline int LoadBitmap(struct av7110 *av7110, in LoadBitmap()
910 static int BlitBitmap(struct av7110 *av7110, u16 x, u16 y) in BlitBitmap()
917 static inline int ReleaseBitmap(struct av7110 *av7110) in ReleaseBitmap()
945 static int OSDSetColor(struct av7110 *av7110, u8 color, u8 r, u8 g, u8 b, u8 blend) in OSDSetColor()
963 static int OSDSetPalette(struct av7110 *av7110, u32 __user * colors, u8 first, u8 last) in OSDSetPalette()
988 static int OSDSetBlock(struct av7110 *av7110, int x0, int y0, in OSDSetBlock()
1042 int av7110_osd_cmd(struct av7110 *av7110, osd_cmd_t *dc) in av7110_osd_cmd()
1191 int av7110_osd_capability(struct av7110 *av7110, osd_cap_t *cap) in av7110_osd_capability()