Home
last modified time | relevance | path

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

/openbmc/linux/drivers/android/
H A Dbinder_internal.h34 struct binder_device { struct
35 struct hlist_node hlist;
36 struct miscdevice miscdev;
37 struct binder_context context;
38 struct inode *binderfs_inode;
39 refcount_t ref;
H A Dbinder.c6541 struct binder_device *binder_device; in init_binder_device() local