OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hw_property
(Results
1 - 1
of
1
) sorted by null
/hardware/samsung_slsi/exynos5/libcsc/
csc.c
109
CSC_HW_PROPERTY
hw_property
;
member in struct:_CSC_HANDLE
374
if (csc_handle->
hw_property
.fixed_node >= 0)
375
csc_handle->csc_hw_handle = exynos_gsc_create_exclusive(csc_handle->
hw_property
.fixed_node, GSC_M2M_MODE, 0, 0);
444
csc_handle->
hw_property
.mode_drm);
456
csc_handle->
hw_property
.mode_drm,
559
csc_handle->
hw_property
.fixed_node = -1;
560
csc_handle->
hw_property
.mode_drm = 0;
660
csc_handle->
hw_property
.fixed_node = value;
663
csc_handle->
hw_property
.mode_drm = value;
Completed in 54 milliseconds