Home
last modified time | relevance | path

Searched refs:bmp_state (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/staging/media/av7110/
Dav7110_hw.c829 av7110->bmp_state != BMP_LOADING, 10 * HZ); in WaitUntilBmpLoaded()
831 pr_warn("warning: timeout waiting in LoadBitmap: %d, %d\n", ret, av7110->bmp_state); in WaitUntilBmpLoaded()
832 av7110->bmp_state = BMP_NONE; in WaitUntilBmpLoaded()
852 av7110->bmp_state = BMP_LOADING; in LoadBitmap()
862 av7110->bmp_state = BMP_NONE; in LoadBitmap()
868 av7110->bmp_state = BMP_NONE; in LoadBitmap()
873 av7110->bmp_state = BMP_NONE; in LoadBitmap()
906 if (av7110->bmp_state != BMP_LOADED && FW_VERSION(av7110->arm_app) < 0x261e) in ReleaseBitmap()
908 if (av7110->bmp_state == BMP_LOADING) in ReleaseBitmap()
910 av7110->bmp_state = BMP_NONE; in ReleaseBitmap()
[all …]
Dav7110.h138 volatile int bmp_state; member
Dav7110.c595 av7110->bmp_state = BMP_LOADED; in gpioirq()