Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/sound/soc/dwc/
Dlocal.h111 struct dw_i2s_dev { struct
112 void __iomem *i2s_base;
113 struct clk *clk;
114 struct reset_control *reset;
115 int active;
116 unsigned int capability;
117 unsigned int quirks;
118 unsigned int i2s_reg_comp1;
119 unsigned int i2s_reg_comp2;
120 struct device *dev;
[all …]
/kernel/linux/linux-5.10/sound/soc/dwc/
Dlocal.h89 struct dw_i2s_dev { struct
112 unsigned int (*tx_fn)(struct dw_i2s_dev *dev, argument
115 unsigned int (*rx_fn)(struct dw_i2s_dev *dev, argument
123 void dw_pcm_push_tx(struct dw_i2s_dev *dev); argument