Lines Matching refs:bmp_state
862 av7110->bmp_state != BMP_LOADING, 10*HZ); in WaitUntilBmpLoaded()
865 ret, av7110->bmp_state); in WaitUntilBmpLoaded()
866 av7110->bmp_state = BMP_NONE; in WaitUntilBmpLoaded()
886 av7110->bmp_state = BMP_LOADING; in LoadBitmap()
896 av7110->bmp_state = BMP_NONE; in LoadBitmap()
902 av7110->bmp_state = BMP_NONE; in LoadBitmap()
907 av7110->bmp_state = BMP_NONE; in LoadBitmap()
940 if (av7110->bmp_state != BMP_LOADED && FW_VERSION(av7110->arm_app) < 0x261e) in ReleaseBitmap()
942 if (av7110->bmp_state == BMP_LOADING) in ReleaseBitmap()
944 av7110->bmp_state = BMP_NONE; in ReleaseBitmap()
1027 if (av7110->bmp_state == BMP_LOADING) { in OSDSetBlock()