Searched refs:binder_device (Results 1 – 4 of 4) sorted by relevance
118 struct binder_device *device; in binderfs_binder_device_create()261 struct binder_device *device = inode->i_private; in binderfs_evict_inode()397 struct binder_device *device; in binderfs_binder_ctl_create()
4886 struct binder_device *device; in binder_free_proc()5594 struct binder_device *binder_dev; in binder_open()5620 struct binder_device, miscdev); in binder_open()6506 struct binder_device *binder_device; in init_binder_device() local6508 binder_device = kzalloc(sizeof(*binder_device), GFP_KERNEL); in init_binder_device()6509 if (!binder_device) in init_binder_device()6514 binder_device->miscdev.name = name; in init_binder_device()6516 refcount_set(&binder_device->ref, 1); in init_binder_device()6518 binder_device->context.name = name; in init_binder_device()6523 kfree(binder_device); in init_binder_device()[all …]
34 struct binder_device { struct
58 binder_device`` with the name to the kernel it will allocate a new binder
Completed in 17 milliseconds