Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Drust_binder_internal.h39 struct binder_device { struct
40 int minor;
41 rust_binder_context ctx;
H A Drust_binder_main.rs67 pub struct binder_device { struct
68 pub minor: kernel::ffi::c_int,
69 pub ctx: rust_binder_context,
71 impl Default for binder_device { implementation
/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.c7065 struct binder_device *binder_device; in init_binder_device() local