Lines Matching defs:av7110

50 int av7110_debiwrite(struct av7110 *av7110, u32 config,  in av7110_debiwrite()
73 u32 av7110_debiread(struct av7110 *av7110, u32 config, int addr, int count) in av7110_debiread()
128 static int waitdebi(struct av7110 *av7110, int adr, int state) in waitdebi()
142 static int load_dram(struct av7110 *av7110, u32 *data, int len) in load_dram()
201 int av7110_bootarm(struct av7110 *av7110) in av7110_bootarm()
300 int av7110_wait_msgstate(struct av7110 *av7110, u16 flags) in av7110_wait_msgstate()
332 static int __av7110_send_fw_cmd(struct av7110 *av7110, u16* buf, int length) in __av7110_send_fw_cmd()
467 static int av7110_send_fw_cmd(struct av7110 *av7110, u16* buf, int length) in av7110_send_fw_cmd()
488 int av7110_fw_cmd(struct av7110 *av7110, int type, int com, int num, ...) in av7110_fw_cmd()
536 int av7110_fw_request(struct av7110 *av7110, u16 *request_buf, in av7110_fw_request()
613 static int av7110_fw_query(struct av7110 *av7110, u16 tag, u16* buf, s16 length) in av7110_fw_query()
628 int av7110_firmversion(struct av7110 *av7110) in av7110_firmversion()
663 int av7110_diseqc_send(struct av7110 *av7110, int len, u8 *msg, unsigned long burst) in av7110_diseqc_send()
694 static inline int SetColorBlend(struct av7110 *av7110, u8 windownr) in SetColorBlend()
699 static inline int SetBlend_(struct av7110 *av7110, u8 windownr, in SetBlend_()
706 static inline int SetColor_(struct av7110 *av7110, u8 windownr, in SetColor_()
713 static inline int SetFont(struct av7110 *av7110, u8 windownr, u8 fontsize, in SetFont()
720 static int FlushText(struct av7110 *av7110) in FlushText()
744 static int WriteText(struct av7110 *av7110, u8 win, u16 x, u16 y, char *buf) in WriteText()
794 static inline int DrawLine(struct av7110 *av7110, u8 windownr, in DrawLine()
801 static inline int DrawBlock(struct av7110 *av7110, u8 windownr, in DrawBlock()
808 static inline int HideWindow(struct av7110 *av7110, u8 windownr) in HideWindow()
813 static inline int MoveWindowRel(struct av7110 *av7110, u8 windownr, u16 x, u16 y) in MoveWindowRel()
818 static inline int MoveWindowAbs(struct av7110 *av7110, u8 windownr, u16 x, u16 y) in MoveWindowAbs()
823 static inline int DestroyOSDWindow(struct av7110 *av7110, u8 windownr) in DestroyOSDWindow()
828 static inline int CreateOSDWindow(struct av7110 *av7110, u8 windownr, in CreateOSDWindow()
844 static inline int WaitUntilBmpLoaded(struct av7110 *av7110) in WaitUntilBmpLoaded()
857 static inline int LoadBitmap(struct av7110 *av7110, in LoadBitmap()
914 static int BlitBitmap(struct av7110 *av7110, u16 x, u16 y) in BlitBitmap()
921 static inline int ReleaseBitmap(struct av7110 *av7110) in ReleaseBitmap()
949 static int OSDSetColor(struct av7110 *av7110, u8 color, u8 r, u8 g, u8 b, u8 blend) in OSDSetColor()
967 static int OSDSetPalette(struct av7110 *av7110, u32 __user * colors, u8 first, u8 last) in OSDSetPalette()
992 static int OSDSetBlock(struct av7110 *av7110, int x0, int y0, in OSDSetBlock()
1046 int av7110_osd_cmd(struct av7110 *av7110, osd_cmd_t *dc) in av7110_osd_cmd()
1195 int av7110_osd_capability(struct av7110 *av7110, osd_cap_t *cap) in av7110_osd_capability()