Home
last modified time | relevance | path

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

/linux-5.10/drivers/android/
Dbinder_internal.h32 struct binder_device { struct
33 struct hlist_node hlist;
34 struct miscdevice miscdev;
35 struct binder_context context;
36 struct inode *binderfs_inode;
37 refcount_t ref;
Dbinder.c6062 struct binder_device *binder_device; in init_binder_device() local