Lines Matching defs:av7110
55 int av7110_debiwrite(struct av7110 *av7110, u32 config, in av7110_debiwrite()
78 u32 av7110_debiread(struct av7110 *av7110, u32 config, int addr, unsigned int count) in av7110_debiread()
133 static int waitdebi(struct av7110 *av7110, int adr, int state) in waitdebi()
147 static int load_dram(struct av7110 *av7110, u32 *data, int len) in load_dram()
206 int av7110_bootarm(struct av7110 *av7110) in av7110_bootarm()
301 int av7110_wait_msgstate(struct av7110 *av7110, u16 flags) in av7110_wait_msgstate()
333 static int __av7110_send_fw_cmd(struct av7110 *av7110, u16* buf, int length) in __av7110_send_fw_cmd()
468 static int av7110_send_fw_cmd(struct av7110 *av7110, u16* buf, int length) in av7110_send_fw_cmd()
489 int av7110_fw_cmd(struct av7110 *av7110, int type, int com, int num, ...) in av7110_fw_cmd()
544 int av7110_fw_request(struct av7110 *av7110, u16 *request_buf, in av7110_fw_request()
621 static int av7110_fw_query(struct av7110 *av7110, u16 tag, u16* buf, s16 length) in av7110_fw_query()
636 int av7110_firmversion(struct av7110 *av7110) in av7110_firmversion()
671 int av7110_diseqc_send(struct av7110 *av7110, int len, u8 *msg, unsigned long burst) in av7110_diseqc_send()
702 static inline int SetColorBlend(struct av7110 *av7110, u8 windownr) in SetColorBlend()
707 static inline int SetBlend_(struct av7110 *av7110, u8 windownr, in SetBlend_()
714 static inline int SetColor_(struct av7110 *av7110, u8 windownr, in SetColor_()
721 static inline int SetFont(struct av7110 *av7110, u8 windownr, u8 fontsize, in SetFont()
728 static int FlushText(struct av7110 *av7110) in FlushText()
752 static int WriteText(struct av7110 *av7110, u8 win, u16 x, u16 y, char *buf) in WriteText()
802 static inline int DrawLine(struct av7110 *av7110, u8 windownr, in DrawLine()
809 static inline int DrawBlock(struct av7110 *av7110, u8 windownr, in DrawBlock()
816 static inline int HideWindow(struct av7110 *av7110, u8 windownr) in HideWindow()
821 static inline int MoveWindowRel(struct av7110 *av7110, u8 windownr, u16 x, u16 y) in MoveWindowRel()
826 static inline int MoveWindowAbs(struct av7110 *av7110, u8 windownr, u16 x, u16 y) in MoveWindowAbs()
831 static inline int DestroyOSDWindow(struct av7110 *av7110, u8 windownr) in DestroyOSDWindow()
836 static inline int CreateOSDWindow(struct av7110 *av7110, u8 windownr, in CreateOSDWindow()
852 static inline int WaitUntilBmpLoaded(struct av7110 *av7110) in WaitUntilBmpLoaded()
865 static inline int LoadBitmap(struct av7110 *av7110, in LoadBitmap()
922 static int BlitBitmap(struct av7110 *av7110, u16 x, u16 y) in BlitBitmap()
929 static inline int ReleaseBitmap(struct av7110 *av7110) in ReleaseBitmap()
957 static int OSDSetColor(struct av7110 *av7110, u8 color, u8 r, u8 g, u8 b, u8 blend) in OSDSetColor()
975 static int OSDSetPalette(struct av7110 *av7110, u32 __user * colors, u8 first, u8 last) in OSDSetPalette()
1000 static int OSDSetBlock(struct av7110 *av7110, int x0, int y0, in OSDSetBlock()
1054 int av7110_osd_cmd(struct av7110 *av7110, osd_cmd_t *dc) in av7110_osd_cmd()
1203 int av7110_osd_capability(struct av7110 *av7110, osd_cap_t *cap) in av7110_osd_capability()