Home
last modified time | relevance | path

Searched refs:suspend (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/img/psb_video/src/
Dobject_heap.c214 void object_heap_suspend_object(object_base_p obj, int suspend) in object_heap_suspend_object() argument
216 if (suspend) { in object_heap_suspend_object()
Dobject_heap.h97 void object_heap_suspend_object(object_base_p obj, int suspend);
/hardware/invensense/60xx/mlsdk/mllite/
Dmldl_cfg_mpu.c87 MPL_LOGD("slave_accel->suspend = %p\n", mldl_cfg->accel->suspend); in mpu_print_cfg()
103 MPL_LOGD("slave_compass->suspend = %p\n", mldl_cfg->compass->suspend); in mpu_print_cfg()
119 MPL_LOGD("slave_pressure->suspend = %p\n", mldl_cfg->pressure->suspend); in mpu_print_cfg()
Dml.h385 unsigned short suspend; member
Dml.c506 inv_obj.suspend = 1; in inv_start_bias_calc()
517 inv_obj.suspend = 0; in inv_stop_bias_calc()
/hardware/invensense/60xx/mlsdk/platform/include/linux/
Dmpu.h248 int (*suspend) (void *mlsl_handle, member