Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/soc/fsl/qe/
Dqmc.c205 struct qmc_chan { struct
206 struct list_head list;
207 unsigned int id;
208 struct qmc *qmc;
209 void __iomem *s_param;
210 enum qmc_mode mode;
211 spinlock_t ts_lock; /* Protect timeslots */
212 u64 tx_ts_mask_avail;
213 u64 tx_ts_mask;
214 u64 rx_ts_mask_avail;
[all …]
/linux-6.12.1/drivers/net/wan/
Dfsl_qmc_hdlc.c38 struct qmc_chan *qmc_chan; member
/linux-6.12.1/sound/soc/fsl/
Dfsl_qmc_audio.c23 struct qmc_chan *qmc_chan; member