Home
last modified time | relevance | path

Searched refs:IEP_ERR (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/video/rockchip/iep/
H A Diep_drv.c370 IEP_ERR("unsupported format %d\n", reg->format); in iep_config_lcdc()
584 IEP_ERR("unable to allocate memory for iep_session.\n"); in iep_open()
618 IEP_ERR("iep_service session %d still " in iep_release()
660 IEP_ERR("sync pid %d wait task ret %d\n", session->pid, ret); in iep_get_result_sync()
663 IEP_ERR("sync pid %d wait %d task done timeout\n", in iep_get_result_sync()
686 IEP_ERR("%s [%d] iep thread session is null\n", in iep_ioctl()
701 IEP_ERR("copy_from_user failure\n"); in iep_ioctl()
712 IEP_ERR("iep task queue full\n"); in iep_ioctl()
745 IEP_ERR("error: copy_to_user failed\n"); in iep_ioctl()
753 IEP_ERR("error: copy_to_user failed\n"); in iep_ioctl()
[all …]
H A Dhw_iep_reg.c472 IEP_ERR("unknown deinterlace mode, set deinterlace mode (bypass)\n"); in iep_config_dil()
705 IEP_ERR("Unkown format," in iep_config_vir_line()
785 IEP_ERR("Unkown format, set the destination" in iep_config_vir_line()
1347 IEP_ERR("invalid deinterlace mode\n"); in iep_set_deinterlace_mode()
1507 IEP_ERR("error: translate reg address failed\n"); in iep_config()
H A Diep.h89 #define IEP_ERR(format, args...) printk(KERN_ERR "%s: " format, DRIVER_NAME, ## args) macro