Searched refs:ftr_supported (Results 1 – 3 of 3) sorted by relevance
82 int ftr_supported(int fd, uint16_t feature);
205 if (ftr_supported(fd, MMC_FTR_CD_READ) == 1) { in get_device()222 if ((ftr_supported(fd, MMC_FTR_RT_STREAM) == 1) && in get_device()
720 ftr_supported(int fd, uint16_t feature) in ftr_supported() function