Home
last modified time | relevance | path

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

/device/board/isoftstone/zhiyuan/kernel/driver/drivers/ve/cedar-ve/
Dcedar_ve.c204 struct cedar_dev { struct
205 struct cdev cdev; /* char device struct */
206 struct device *dev; /* ptr to class device struct */
207 struct device *plat_dev; /* ptr to class device struct */
208 struct class *class; /* class for auto create device node */
210 struct semaphore sem; /* mutual exclusion semaphore */
211 spinlock_t lock;
212 wait_queue_head_t wq; /* wait queue for poll ops */
214 struct iomap_para iomap_addrs; /* io remap addrs */
216 struct timer_list cedar_engine_timer;
[all …]