Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cpuidle/
H A Dgovernor.c112 int device_req = dev_pm_qos_raw_resume_latency(device); in cpuidle_governor_latency_req() local
115 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()
/openbmc/linux/drivers/android/
H A Dbinderfs.c239 struct binderfs_device device_req; in binder_ctl_ioctl() local
243 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()