Searched defs:binder_device (Results 1 – 4 of 4) sorted by relevance
39 struct binder_device { struct40 int minor;41 rust_binder_context ctx;
67 pub struct binder_device { struct68 pub minor: kernel::ffi::c_int,69 pub ctx: rust_binder_context,71 impl Default for binder_device { implementation
33 struct binder_device { struct34 struct hlist_node hlist;35 struct miscdevice miscdev;36 struct binder_context context;37 struct inode *binderfs_inode;38 refcount_t ref;
7065 struct binder_device *binder_device; in init_binder_device() local