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,
78 struct uacce_device *uacce;
105 struct uacce_device { struct
124 struct uacce_device *uacce_alloc(struct device *parent, argument
126 int uacce_register(struct uacce_device *uacce);
127 void uacce_remove(struct uacce_device *uacce);
132 struct uacce_device *uacce_alloc(struct device *parent, in uacce_alloc()
138 static inline int uacce_register(struct uacce_device *uacce) in uacce_register()
143 static inline void uacce_remove(struct uacce_device *uacce) {} in uacce_remove()