Searched refs:device_req (Results 1 – 2 of 2) sorted by relevance
112 int device_req = dev_pm_qos_raw_resume_latency(device); in cpuidle_governor_latency_req() local115 if (device_req > global_req) in cpuidle_governor_latency_req()116 device_req = global_req; in cpuidle_governor_latency_req()118 return (s64)device_req * NSEC_PER_USEC; in cpuidle_governor_latency_req()
240 struct binderfs_device device_req; in binder_ctl_ioctl() local244 ret = copy_from_user(&device_req, device, sizeof(device_req)); in binder_ctl_ioctl()250 ret = binderfs_binder_device_create(inode, device, &device_req); in binder_ctl_ioctl()