Lines Matching full:binder
33 #include <uapi/linux/android/binder.h>
106 * function will stash a struct binder_device for the specific binder
208 * binder_ctl_ioctl - handle binder device node allocation requests
210 * The request handler for the binder-control device. All requests operate on
211 * the binderfs mount the binder-control device resides in:
213 * Allocate a new binder device.
257 /* ctx is null for binder-control, but this function ignores null pointers */ in binderfs_evict_inode()
368 * binderfs_binder_ctl_create - create a new binder-control device
371 * This function creates a new binder-control device node in the binderfs mount
394 /* If we have already created a binder-control node, return. */ in binderfs_binder_ctl_create()
428 dentry = d_alloc_name(root, "binder-control"); in binderfs_binder_ctl_create()
639 * including devices nodes. The only way to create binder devices nodes in binderfs_fill_super()
640 * is through the binder-control device which userns root is explicitly in binderfs_fill_super()
759 .name = "binder",