Searched refs:device_req (Results 1 – 2 of 2) sorted by relevance
113 int device_req = dev_pm_qos_raw_resume_latency(device); in cpuidle_governor_latency_req() local116 if (device_req > global_req) in cpuidle_governor_latency_req()117 device_req = global_req; in cpuidle_governor_latency_req()119 return (s64)device_req * NSEC_PER_USEC; in cpuidle_governor_latency_req()
239 struct binderfs_device device_req; in binder_ctl_ioctl() local243 ret = copy_from_user(&device_req, device, sizeof(device_req)); in binder_ctl_ioctl()249 ret = binderfs_binder_device_create(inode, device, &device_req); in binder_ctl_ioctl()
Completed in 6 milliseconds