Searched defs:vop_info (Results 1 – 1 of 1) sorted by relevance
53 struct vop_info { struct54 struct vop_device *vpdev;55 struct work_struct hotplug_work;56 struct mic_irq *cookie;57 int h2c_config_db;58 struct list_head vdev_list;59 struct mutex vop_mutex;60 void __iomem *dp;61 struct dentry *dbg;62 struct dma_chan *dma_ch;[all …]