Home
last modified time | relevance | path

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

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