Home
last modified time | relevance | path

Searched refs:GET_BAD_BLOCK_IO (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Dsdmmc_vendor_storage.c42 #define GET_BAD_BLOCK_IO _IOW('r', 0x03, unsigned int) macro
484 case GET_BAD_BLOCK_IO: in vendor_storage_ioctl()
H A Dmtd_vendor_storage.c39 #define GET_BAD_BLOCK_IO _IOW('r', 0x03, unsigned int) macro
/OK3568_Linux_fs/external/rkupdate/
H A DRKComm.h112 #define GET_BAD_BLOCK_IO _IOW('r', TEST_BAD_BLOCK, unsigned int) macro
H A DRKComm.cpp437 ret = ioctl(m_hDev, GET_BAD_BLOCK_IO, lpBuffer); in RKU_TestBadBlock()