Searched defs:dim2_hdm (Results 1 – 1 of 1) sorted by relevance
86 struct dim2_hdm { struct87 struct device dev;88 struct hdm_channel hch[DMA_CHANNELS];89 struct most_channel_capability capabilities[DMA_CHANNELS];113 #define iface_to_hdm(iface) container_of(iface, struct dim2_hdm, most_iface) argument