Searched defs:dim2_hdm (Results 1 – 1 of 1) sorted by relevance
83 struct dim2_hdm { struct84 struct device dev;85 struct hdm_channel hch[DMA_CHANNELS];86 struct most_channel_capability capabilities[DMA_CHANNELS];87 struct most_interface most_iface;111 static inline struct dim2_hdm *iface_to_hdm(struct most_interface *iface) in iface_to_hdm() argument