Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/dma/qcom/
Dhidma.c744 static bool hidma_test_capability(struct device *dev, enum hidma_cap test_cap) in hidma_test_capability() argument
749 return cap ? ((cap & test_cap) > 0) : 0; in hidma_test_capability()