Searched refs:stXCCfdControlInfo (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/xc/drv/xc/ |
| H A D | mdrv_sc_display.c | 413 ST_KDRV_XC_CFD_CONTROL_INFO stXCCfdControlInfo; in _notify_kernel() local 415 memset(&stXCCfdControlInfo, 0, sizeof(ST_KDRV_XC_CFD_CONTROL_INFO)); in _notify_kernel() 417 stXCCfdControlInfo.enCtrlType = E_KDRV_XC_CFD_CTRL_UPDATE_STATUS; in _notify_kernel() 423 stXCCfdControlInfo.pParam = &stXCCfdUpdateStatus; in _notify_kernel() 424 stXCCfdControlInfo.u32ParamLen = sizeof(stXCCfdUpdateStatus); in _notify_kernel() 425 stXCCfdControlInfo.u16ErrCode = 0; in _notify_kernel() 427 if (ioctl(_s32FdScaler, MDRV_XC_IOC_CFDCONCTRL, &stXCCfdControlInfo)) in _notify_kernel() 10607 ST_KDRV_XC_CFD_CONTROL_INFO stXCCfdControlInfo; in MDrv_XC_HDR_Control() local 10608 memset(&stXCCfdControlInfo, 0, sizeof(ST_KDRV_XC_CFD_CONTROL_INFO)); in MDrv_XC_HDR_Control() 10609 stXCCfdControlInfo.enCtrlType = stCfdControlInfo.enCtrlType; in MDrv_XC_HDR_Control() [all …]
|
| H A D | mdrv_sc_display.c.0 | 413 ST_KDRV_XC_CFD_CONTROL_INFO stXCCfdControlInfo; 415 memset(&stXCCfdControlInfo, 0, sizeof(ST_KDRV_XC_CFD_CONTROL_INFO)); 417 stXCCfdControlInfo.enCtrlType = E_KDRV_XC_CFD_CTRL_UPDATE_STATUS; 423 stXCCfdControlInfo.pParam = &stXCCfdUpdateStatus; 424 stXCCfdControlInfo.u32ParamLen = sizeof(stXCCfdUpdateStatus); 425 stXCCfdControlInfo.u16ErrCode = 0; 427 if (ioctl(_s32FdScaler, MDRV_XC_IOC_CFDCONCTRL, &stXCCfdControlInfo)) 10605 ST_KDRV_XC_CFD_CONTROL_INFO stXCCfdControlInfo; 10606 memset(&stXCCfdControlInfo, 0, sizeof(ST_KDRV_XC_CFD_CONTROL_INFO)); 10607 stXCCfdControlInfo.enCtrlType = stCfdControlInfo.enCtrlType; [all …]
|