Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dmhi.h371 struct mhi_controller { struct
372 struct device *cntrl_dev;
373 struct mhi_device *mhi_dev;
374 struct dentry *debugfs_dentry;
375 void __iomem *regs;
376 void __iomem *bhi;
377 void __iomem *bhie;
378 void __iomem *wake_db;
380 dma_addr_t iova_start;
381 dma_addr_t iova_stop;
[all …]
/kernel/linux/linux-6.6/include/linux/
Dmhi.h379 struct mhi_controller { struct
380 struct device *cntrl_dev;
381 struct mhi_device *mhi_dev;
382 struct dentry *debugfs_dentry;
383 void __iomem *regs;
384 void __iomem *bhi;
385 void __iomem *bhie;
386 void __iomem *wake_db;
388 dma_addr_t iova_start;
389 dma_addr_t iova_stop;
[all …]