Home
last modified time | relevance | path

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

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