Home
last modified time | relevance | path

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

/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
DDrmControl.cpp42 union drm_psb_extension_arg video_getparam_arg; in getVideoExtCommand() local
43 strncpy(video_getparam_arg.extension, in getVideoExtCommand()
44 "lnc_video_getparam", sizeof(video_getparam_arg.extension)); in getVideoExtCommand()
46 &video_getparam_arg, sizeof(video_getparam_arg)); in getVideoExtCommand()
52 mVideoExtCommand = video_getparam_arg.rep.driver_ioctl_offset; in getVideoExtCommand()
/hardware/intel/img/hwcomposer/merrifield/ips/common/
DDrmControl.cpp42 union drm_psb_extension_arg video_getparam_arg; in getVideoExtCommand() local
43 strncpy(video_getparam_arg.extension, in getVideoExtCommand()
44 "lnc_video_getparam", sizeof(video_getparam_arg.extension)); in getVideoExtCommand()
46 &video_getparam_arg, sizeof(video_getparam_arg)); in getVideoExtCommand()
52 mVideoExtCommand = video_getparam_arg.rep.driver_ioctl_offset; in getVideoExtCommand()