Lines Matching defs:mtk_wed_device
29 struct mtk_wed_device { struct
31 const struct mtk_wed_ops *ops;
32 struct device *dev;
33 struct mtk_wed_hw *hw;
34 bool init_done, running;
35 int wdma_idx;
36 int irq;
38 struct mtk_wed_ring tx_ring[MTK_WED_TX_QUEUES];
39 struct mtk_wed_ring txfree_ring;
40 struct mtk_wed_ring tx_wdma[MTK_WED_TX_QUEUES];
42 struct {
70 int (*offload_enable)(struct mtk_wed_device *wed); argument
77 int (*attach)(struct mtk_wed_device *dev); argument