Home
last modified time | relevance | path

Searched refs:STATUS_READY (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/java/com/rockchip/gpadc/demo/
H A DImageBufferQueue.java52 if (mQueueBuffer[index].mStatus == ImageBuffer.STATUS_READY) { in getReadyBuffer()
57 …(index != mCurrentUsingBufferIndex) && (mQueueBuffer[index].mStatus == ImageBuffer.STATUS_READY)) { in getReadyBuffer()
93 buffer.mStatus = ImageBuffer.STATUS_READY; in postBuffer()
98 static public final int STATUS_READY = 1; field in ImageBufferQueue.ImageBuffer
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dfloppy.h215 st &= STATUS_DMA | STATUS_READY; in floppy_hardint()
216 if (st != (STATUS_DMA | STATUS_READY)) in floppy_hardint()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dfloppy.h65 st &= STATUS_DMA | STATUS_READY; in floppy_hardint()
66 if (st != (STATUS_DMA | STATUS_READY)) in floppy_hardint()
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dfloppy.h79 st &= STATUS_DMA | STATUS_READY; in floppy_hardint()
80 if (st != (STATUS_DMA | STATUS_READY)) in floppy_hardint()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dfloppy.h81 st &= STATUS_DMA | STATUS_READY; in floppy_hardint()
82 if (st != (STATUS_DMA | STATUS_READY)) in floppy_hardint()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfdreg.h38 #define STATUS_READY 0x80 /* Data reg ready */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dfdreg.h36 #define STATUS_READY 0x80 /* Data reg ready */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dfdreg.h36 #define STATUS_READY 0x80 /* Data reg ready */ macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dagn.h94 #define STATUS_READY 3 macro
405 return test_bit(STATUS_READY, &priv->status) && in iwl_is_ready()
H A Dled.c112 if (!test_bit(STATUS_READY, &priv->status)) in iwl_led_cmd()
H A Dmain.c852 set_bit(STATUS_READY, &priv->status); in iwl_alive_start()
1921 clear_bit(STATUS_READY, &priv->status); in iwlagn_fw_error()
2038 clear_bit(STATUS_READY, &priv->status); in iwl_wimax_active()
H A Dscan.c52 if (!test_bit(STATUS_READY, &priv->status) || in iwl_send_scan_abort()
H A Dmac80211.c300 if (WARN_ON(!test_bit(STATUS_READY, &priv->status))) in iwlagn_mac_start()
H A Ddebugfs.c363 test_bit(STATUS_READY, &priv->status)); in iwl_dbgfs_status_read()
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dbq24257_charger.c241 STATUS_READY, enumerator
317 else if (state.status == STATUS_READY) in bq24257_power_supply_get_property()
/OK3568_Linux_fs/kernel/drivers/block/
H A Dfloppy.c789 int state = status & (STATUS_READY | STATUS_DIR | STATUS_DMA); in is_ready_state()
790 return state == STATUS_READY; in is_ready_state()
878 if (fdc_inb(fdc, FD_STATUS) != STATUS_READY) in set_fdc()
1122 if (status & STATUS_READY) in wait_til_ready()
1168 status &= STATUS_DIR | STATUS_READY | STATUS_BUSY | STATUS_DMA; in result()
1169 if ((status & ~STATUS_BUSY) == STATUS_READY) { in result()
1174 if (status == (STATUS_DIR | STATUS_READY | STATUS_BUSY)) in result()