Lines Matching refs:uacce_device
13 struct uacce_device;
35 int (*get_available_instances)(struct uacce_device *uacce);
36 int (*get_queue)(struct uacce_device *uacce, unsigned long arg,
79 struct uacce_device *uacce;
107 struct uacce_device { struct
126 struct uacce_device *uacce_alloc(struct device *parent, argument
128 int uacce_register(struct uacce_device *uacce);
129 void uacce_remove(struct uacce_device *uacce);
134 struct uacce_device *uacce_alloc(struct device *parent, in uacce_alloc()
140 static inline int uacce_register(struct uacce_device *uacce) in uacce_register()
145 static inline void uacce_remove(struct uacce_device *uacce) {} in uacce_remove()