Searched refs:binder_device (Results 1 – 4 of 4) sorted by relevance
4333 struct binder_device *device; in binder_free_proc()5032 struct binder_device *binder_dev; in binder_open()5058 struct binder_device, miscdev); in binder_open()5905 struct binder_device *binder_device; in init_binder_device() local5907 binder_device = kzalloc(sizeof(*binder_device), GFP_KERNEL); in init_binder_device()5908 if (!binder_device) in init_binder_device()5913 binder_device->miscdev.name = name; in init_binder_device()5915 refcount_set(&binder_device->ref, 1); in init_binder_device()5917 binder_device->context.name = name; in init_binder_device()5922 kfree(binder_device); in init_binder_device()[all …]
117 struct binder_device *device; in binderfs_binder_device_create()260 struct binder_device *device = inode->i_private; in binderfs_evict_inode()408 struct binder_device *device; in binderfs_binder_ctl_create()
34 struct binder_device { struct
58 binder_device`` with the name to the kernel it will allocate a new binder
Completed in 96 milliseconds