Lines Matching refs:bmp_state
855 av7110->bmp_state != BMP_LOADING, 10*HZ); in WaitUntilBmpLoaded()
858 ret, av7110->bmp_state); in WaitUntilBmpLoaded()
859 av7110->bmp_state = BMP_NONE; in WaitUntilBmpLoaded()
879 av7110->bmp_state = BMP_LOADING; in LoadBitmap()
889 av7110->bmp_state = BMP_NONE; in LoadBitmap()
895 av7110->bmp_state = BMP_NONE; in LoadBitmap()
900 av7110->bmp_state = BMP_NONE; in LoadBitmap()
933 if (av7110->bmp_state != BMP_LOADED && FW_VERSION(av7110->arm_app) < 0x261e) in ReleaseBitmap()
935 if (av7110->bmp_state == BMP_LOADING) in ReleaseBitmap()
937 av7110->bmp_state = BMP_NONE; in ReleaseBitmap()
1020 if (av7110->bmp_state == BMP_LOADING) { in OSDSetBlock()