/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/ |
H A D | vpu.c | 21 #include <sys/ioctl.h> 91 ret = (RK_S32)ioctl(dev, MPP_IOC_CFG_V1, &mpp_req); in vpu_api_set_client_type() 94 ret = ioctl(dev, VPU_IOC_SET_CLIENT_TYPE, client_type); in vpu_api_set_client_type() 98 ret = ioctl(dev, VPU_IOC_SET_CLIENT_TYPE_U32, client_type); in vpu_api_set_client_type() 104 HDF_LOGE("can not find valid client type ioctl\n"); in vpu_api_set_client_type() 110 ret = ioctl(dev, cmd, client_type); in vpu_api_set_client_type() 232 ret = (RK_S32)ioctl(fd, MPP_IOC_CFG_V1, &reqs); in VPUClientSendReg() 239 ret = (RK_S32)ioctl(fd, MPP_IOC_CFG_V1, &reqs_tmp); in VPUClientSendReg() 245 ret = (RK_S32)ioctl(fd, VPU_IOC_SET_REG, &req); in VPUClientSendReg() 249 HDF_LOGE("ioctl VPU_IOC_SET_RE in VPUClientSendReg() [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_ioctl.c | 58 * - GET_UNIQUE ioctl, implemented by drm_getunique is wrapped up in libdrm 60 * - The libdrm drmSetBusid function is backed by the SET_UNIQUE ioctl. All 63 * exclusively use by the SET_VERSION ioctl, because only drm 1.0 (which is 64 * nerved) allowed userspace to set the busid through the above ioctl. 86 * name returned by that ioctl. Note that SET_VERSION is not called, which 187 * Hollowed-out getclient ioctl to keep some dead old drm tests/tools in drm_getclient() 384 * Setversion ioctl. 437 * drm_noop - DRM no-op ioctl implemntation 438 * @dev: DRM device for the ioctl 439 * @data: data pointer for the ioctl 808 const struct drm_ioctl_desc *ioctl = NULL; drm_ioctl() local [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/ |
H A D | sample_comm_vo.c | 21 #include <sys/ioctl.h> 770 s32Ret = ioctl(fd, HI_MIPI_TX_SET_CMD, &cmd_info); in SAMPLE_PRIVATE_VO_InitScreen1080x1920() 783 s32Ret = ioctl(fd, HI_MIPI_TX_SET_CMD, &cmd_info); in SAMPLE_PRIVATE_VO_InitScreen1080x1920() 796 s32Ret = ioctl(fd, HI_MIPI_TX_SET_CMD, &cmd_info); in SAMPLE_PRIVATE_VO_InitScreen1080x1920() 809 s32Ret = ioctl(fd, HI_MIPI_TX_SET_CMD, &cmd_info); in SAMPLE_PRIVATE_VO_InitScreen1080x1920() 822 s32Ret = ioctl(fd, HI_MIPI_TX_SET_CMD, &cmd_info); in SAMPLE_PRIVATE_VO_InitScreen1080x1920() 835 s32Ret = ioctl(fd, HI_MIPI_TX_SET_CMD, &cmd_info); in SAMPLE_PRIVATE_VO_InitScreen1080x1920() 848 s32Ret = ioctl(fd, HI_MIPI_TX_SET_CMD, &cmd_info); in SAMPLE_PRIVATE_VO_InitScreen1080x1920() 861 s32Ret = ioctl(fd, HI_MIPI_TX_SET_CMD, &cmd_info); in SAMPLE_PRIVATE_VO_InitScreen1080x1920() 874 s32Ret = ioctl(f in SAMPLE_PRIVATE_VO_InitScreen1080x1920() [all...] |
H A D | sample_comm_vpss.c | 21 #include <sys/ioctl.h>
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/ |
H A D | ioctl.h | 8 #include <bits/ioctl.h> 124 int ioctl (int, int, ...);
|
H A D | mount.h | 8 #include <sys/ioctl.h>
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/ |
H A D | pty.h | 9 #include <sys/ioctl.h>
|
/device/soc/hisilicon/common/hal/display/source/display_device/src/fbdev/ |
H A D | fb_display.cpp | 17 #include <sys/ioctl.h>
19 #include <sys/ioctl.h>
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/ |
H A D | hifb_proc.h | 38 hifb_proc_ioctl ioctl;
member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
H A D | hi_osal_user.h | 39 #define OSAL_IOCTL ioctl
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/resize_crop/ |
H A D | sample_resize_crop_main.c | 38 #include <sys/ioctl.h>
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/umplock/ |
H A D | umplock_ioctl.h | 16 #include <linux/ioctl.h>
|
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/usb/ |
H A D | g_uvc.h | 11 #include <linux/ioctl.h>
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/umplock/ |
H A D | umplock_ioctl.h | 19 #include <linux/ioctl.h>
|
/device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
H A D | drm_display.cpp | 20 #include <sys/ioctl.h> 126 err = ioctl(fb_fd, FBIOBLANK, FB_BLANK_POWERDOWN); in SetDisplayPowerStatus() 129 err = ioctl(fb_fd, FBIOBLANK, FB_BLANK_UNBLANK); in SetDisplayPowerStatus() 136 DISPLAY_LOGE("ioctl fb0 failed\n"); in SetDisplayPowerStatus()
|
/device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
H A D | drm_display.cpp | 20 #include <sys/ioctl.h> 126 err = ioctl(fb_fd, FBIOBLANK, FB_BLANK_POWERDOWN); in SetDisplayPowerStatus() 129 err = ioctl(fb_fd, FBIOBLANK, FB_BLANK_UNBLANK); in SetDisplayPowerStatus() 136 DISPLAY_LOGE("ioctl fb0 failed\n"); in SetDisplayPowerStatus()
|
/device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
H A D | drm_display.cpp | 20 #include <sys/ioctl.h>
126 err = ioctl(fb_fd, FBIOBLANK, FB_BLANK_POWERDOWN);
in SetDisplayPowerStatus() 129 err = ioctl(fb_fd, FBIOBLANK, FB_BLANK_UNBLANK);
in SetDisplayPowerStatus() 136 DISPLAY_LOGE("ioctl fb0 failed\n");
in SetDisplayPowerStatus()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/linux/ |
H A D | ump_ioctl.h | 19 #include <linux/ioctl.h>
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/jm/ |
H A D | mali_kbase_jm_ioctl.h | 26 #include <asm-generic/ioctl.h> 40 * - New ioctl KBASE_IOCTL_MEM_FIND_GPU_START_AND_OFFSET 42 * - New ioctl: KBASE_IOCTL_MEM_JIT_INIT (old ioctl renamed to _OLD) 60 * - Removed ioctl: KBASE_IOCTL_GET_PROFILING_CONTROLS 62 * - New ioctl: KBASE_IOCTL_MEM_EXEC_INIT 71 * - Extended ioctl KBASE_IOCTL_MEM_SYNC to accept imported dma-buf. 72 * - Modified (backwards compatible) ioctl KBASE_IOCTL_MEM_IMPORT behavior for 79 * - New ioctl: KBASE_IOCTL_GET_CPU_GPU_TIMEINFO 112 * - Backwards compatible extension to HWC ioctl [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/ump/linux/ |
H A D | ump_ioctl.h | 17 #include <linux/ioctl.h>
|
/device/soc/rockchip/rk3588/kernel/include/uapi/gpu/arm/bifrost/jm/ |
H A D | mali_kbase_jm_ioctl.h | 25 #include <asm-generic/ioctl.h> 39 * - New ioctl KBASE_IOCTL_MEM_FIND_GPU_START_AND_OFFSET 41 * - New ioctl: KBASE_IOCTL_MEM_JIT_INIT (old ioctl renamed to _OLD) 59 * - Removed ioctl: KBASE_IOCTL_GET_PROFILING_CONTROLS 61 * - New ioctl: KBASE_IOCTL_MEM_EXEC_INIT 70 * - Extended ioctl KBASE_IOCTL_MEM_SYNC to accept imported dma-buf. 71 * - Modified (backwards compatible) ioctl KBASE_IOCTL_MEM_IMPORT behavior for 78 * - New ioctl: KBASE_IOCTL_GET_CPU_GPU_TIMEINFO 111 * - Backwards compatible extension to HWC ioctl [all...] |
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/ |
H A D | csi.c | 11 #include <media/v4l2-ioctl.h> 283 ret = v4l2_subdev_call(mipi_sensor, core, ioctl, RKMODULE_GET_HDR_CFG, &hdr_cfg); in csi_config() 422 ret = v4l2_subdev_call(mipi_sensor, core, ioctl, RKMODULE_GET_HDR_CFG, &hdr_cfg); in rkisp_csi_config_patch() 437 v4l2_subdev_call(mipi_sensor, core, ioctl, RKISP_VICAP_CMD_MODE, &mode); in rkisp_csi_config_patch() 453 v4l2_subdev_call(mipi_sensor, core, ioctl, RKISP_VICAP_CMD_INIT_BUF, &cnt); in rkisp_csi_config_patch()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
H A D | csi.c | 11 #include <media/v4l2-ioctl.h> 286 core, ioctl, in csi_config() 451 core, ioctl, in rkisp_csi_config_patch() 466 v4l2_subdev_call(mipi_sensor, core, ioctl, in rkisp_csi_config_patch() 483 v4l2_subdev_call(mipi_sensor, core, ioctl, in rkisp_csi_config_patch()
|
/device/soc/hisilicon/hi3751v350/sdk_linux/include/ |
H A D | hi_osal_user.h | 57 #define OSAL_IOCTL ioctl
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/ive/ |
H A D | sample_ive_main.c | 24 #include <sys/ioctl.h>
|