Home
last modified time | relevance | path

Searched refs:device_req (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/android/
H A Dbinderfs.c231 struct binderfs_device device_req; in binder_ctl_ioctl() local
235 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()