Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/fsl/qe/
H A Dqmc.c174 struct qmc_chan { struct
176 unsigned int id;
177 struct qmc *qmc;
179 enum qmc_mode mode;
180 u64 tx_ts_mask;
181 u64 rx_ts_mask;
184 spinlock_t tx_lock;
189 u64 nb_tx_underrun;
190 bool is_tx_stopped;
192 spinlock_t rx_lock;
[all …]
/openbmc/linux/sound/soc/fsl/
H A Dfsl_qmc_audio.c24 struct qmc_chan *qmc_chan; member