Home
last modified time | relevance | path

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

/device/board/isoftstone/zhiyuan/kernel/driver/drivers/ve/google-ve/
Dgoogle_vp9.c105 struct googlevp9_dev { struct
106 struct cdev cdev; /* char device struct */
107 struct device *dev; /* ptr to class device struct */
108 struct device *platform_dev; /* ptr to class device struct */
109 struct class *class; /* class for auto create device node */
111 struct semaphore sem; /* mutual exclusion semaphore */
113 wait_queue_head_t wq; /* wait queue for poll ops */
115 struct iomap_para iomap_addrs; /* io remap addrs */
117 struct timer_list vp9_engine_timer;
118 struct timer_list vp9_engine_timer_rel;
[all …]