Lines Matching full:binder
32 #include <uapi/linux/android/binder.h>
106 * function will stash a struct binder_device for the specific binder
213 * binder_ctl_ioctl - handle binder device node allocation requests
214 * @file: The file pointer for the binder-control device node.
218 * The request handler for the binder-control device. All requests operate on
219 * the binderfs mount the binder-control device resides in:
221 * Allocate a new binder device.
377 * binderfs_binder_ctl_create - create a new binder-control device
380 * This function creates a new binder-control device node in the binderfs mount
432 dentry = d_alloc_name(root, "binder-control"); in binderfs_binder_ctl_create()
630 * including devices nodes. The only way to create binder devices nodes in binderfs_fill_super()
631 * is through the binder-control device which userns root is explicitly in binderfs_fill_super()
750 .name = "binder",
775 "binder"); in init_binderfs()