Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/dma/qcom/
Dhidma.c746 static bool hidma_test_capability(struct device *dev, enum hidma_cap test_cap) in hidma_test_capability() argument
751 return cap ? ((cap & test_cap) > 0) : 0; in hidma_test_capability()