Searched refs:device_req (Results 1 – 3 of 3) sorted by relevance
112 int device_req = dev_pm_qos_raw_resume_latency(device); in cpuidle_governor_latency_req() local119 if (device_req > global_req) in cpuidle_governor_latency_req()120 device_req = global_req; in cpuidle_governor_latency_req()122 return (s64)device_req * NSEC_PER_USEC; in cpuidle_governor_latency_req()
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()
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()