Searched refs:device_req (Results 1 – 2 of 2) sorted by relevance
223 struct binderfs_device device_req; in binder_ctl_ioctl() local227 ret = copy_from_user(&device_req, device, sizeof(device_req)); in binder_ctl_ioctl()233 ret = binderfs_binder_device_create(inode, device, &device_req); in binder_ctl_ioctl()
231 struct binderfs_device device_req; in binder_ctl_ioctl() local235 ret = copy_from_user(&device_req, device, sizeof(device_req)); in binder_ctl_ioctl()241 ret = binderfs_binder_device_create(inode, device, &device_req); in binder_ctl_ioctl()