Searched refs:class_interface (Results 1 - 3 of 3) sorted by relevance

/external/kernel-headers/original/linux/
H A Ddevice.h263 struct class_interface { struct
267 int (*add) (struct class_device *, struct class_interface *);
268 void (*remove) (struct class_device *, struct class_interface *);
271 extern int class_interface_register(struct class_interface *);
272 extern void class_interface_unregister(struct class_interface *);
H A Drtc.h178 extern int rtc_interface_register(struct class_interface *intf);
/external/chromium_org/ppapi/proxy/
H A Dppp_class_proxy.cc176 const PPP_Class_Deprecated class_interface = { member in namespace:ppapi::proxy::__anon10192
227 return var->CreateObject(instance_id, &class_interface, object_proxy);
237 &class_interface,

Completed in 502 milliseconds