Searched defs:idle (Results 1 - 6 of 6) sorted by relevance

/hardware/intel/img/libdrm/shared-core/
H A Dr128_drm.h249 int idle; member in struct:drm_r128_cce_stop
H A Dradeon_drm.h582 int idle; member in struct:drm_radeon_cp_stop
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcmutils.h217 uint8 idle; /* avail in pool */ member in struct:__anon24
H A Dwlioctl.h1104 uint32 idle; /* time since data pkt rx'd from sta */ member in struct:__anon69
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c144 int idle; member in struct:omap4_hwc_device
1545 dump_printf(&log, " idle timeout: %dms\n", hwc_dev->idle);
1858 timeout = hwc_dev->idle ? hwc_dev->idle : -1;
1863 err = poll(fds, hwc_dev->idle ? 2 : 1, timeout);
1866 if (hwc_dev->idle) {
1891 if (hwc_dev->idle && fds[1].revents & POLLIN) {
1895 timeout = hwc_dev->idle ? hwc_dev->idle
[all...]
/hardware/ti/omap4-aah/hwc/
H A Dhwc.c183 int idle; member in struct:omap4_hwc_device
2096 dump_printf(&log, " idle timeout: %dms\n", hwc_dev->idle);
2503 timeout = hwc_dev->idle ? hwc_dev->idle : -1;
2559 if (hwc_dev->idle && (now >= idle_wakeup)) {
2593 timeout = hwc_dev->idle ? hwc_dev->idle : -1;
2851 property_get("debug.hwc.idle", value, "250");
2852 hwc_dev->idle
[all...]

Completed in 112 milliseconds