test_cap          746 drivers/dma/qcom/hidma.c static bool hidma_test_capability(struct device *dev, enum hidma_cap test_cap)
test_cap          751 drivers/dma/qcom/hidma.c 	return cap ? ((cap & test_cap) > 0) : 0;