Searched refs:dw (Results 1 - 6 of 6) sorted by relevance

/include/sound/
H A Datmel-abdac.h13 #include <linux/platform_data/dma-dw.h>
H A Datmel-ac97c.h13 #include <linux/platform_data/dma-dw.h>
/include/linux/dma/
H A Ddw.h19 #include <linux/platform_data/dma-dw.h>
29 * @dw: struct dw_dma that is filed by dw_dma_probe()
36 struct dw_dma *dw; member in struct:dw_dma_chip
/include/drm/
H A Ddrm_rect.h48 * @dw: horizontal adjustment
51 * Change the size of rectangle @r by @dw in the horizontal direction,
55 * Positive @dw and @dh increase the size, negative values decrease it.
57 static inline void drm_rect_adjust_size(struct drm_rect *r, int dw, int dh) argument
59 r->x1 -= dw >> 1;
61 r->x2 += (dw + 1) >> 1;
/include/linux/
H A Dif_team.h202 struct delayed_work dw; member in struct:team::__anon398
208 struct delayed_work dw; member in struct:team::__anon399
H A Dintel-iommu.h252 #define QI_IOTLB_DW(dw) (((u64)dw) << 6)

Completed in 478 milliseconds