Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/staging/most/dim2/
Ddim2.c83 struct dim2_hdm { struct
84 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 #define iface_to_hdm(iface) container_of(iface, struct dim2_hdm, most_iface) argument