Home
last modified time | relevance | path

Searched defs:is_dma_capable (Results 1 – 2 of 2) sorted by relevance

/drivers/usb/musb/
Dmusb_dma.h47 #define is_dma_capable() (0) macro
49 #define is_dma_capable() (1) macro
/drivers/media/platform/mediatek/mdp3/
Dmtk-mdp3-comp.c653 static inline bool is_dma_capable(const enum mdp_comp_type type) in is_dma_capable() function