Lines Matching full:iep
78 /* capability for this iep device */
223 IEP_INFO("IEP Power ON\n"); in iep_power_on()
250 IEP_INFO("IEP Power OFF\n"); in iep_power_off()
280 IEP_INFO("iep dpi mode inactivity\n"); in iep_power_off_work()
408 IEP_INFO("%s %d, iep dpi inactivated\n", in iep_switch_dpi()
686 IEP_ERR("%s [%d] iep thread session is null\n", in iep_ioctl()
712 IEP_ERR("iep task queue full\n"); in iep_ioctl()
774 IEP_ERR("%s [%d] iep thread session is null\n", in compat_iep_ioctl()
803 IEP_ERR("iep task queue full\n"); in compat_iep_ioctl()
870 .name = "iep",
883 pr_info("iep, fault addr 0x%08x\n", (u32)iova); in iep_sysmmu_fault_handler()
887 pr_info("iep, mem region [%02d] 0x%08x %ld\n", in iep_sysmmu_fault_handler()
892 pr_alert("iep, page fault occur\n"); in iep_sysmmu_fault_handler()
936 IEP_ERR("failed to find iep power down clock source.\n"); in iep_drv_probe()
942 IEP_ERR("failed to find iep axi clock source.\n"); in iep_drv_probe()
949 IEP_ERR("failed to find iep ahb clock source.\n"); in iep_drv_probe()
957 wake_lock_init(&data->wake_lock, WAKE_LOCK_SUSPEND, "iep"); in iep_drv_probe()
963 IEP_ERR("iep ioremap failed\n"); in iep_drv_probe()
975 IEP_ERR("failed to get iep irq resource (%d).\n", data->irq0); in iep_drv_probe()
984 IEP_ERR("iep request_irq failed (%d).\n", ret); in iep_drv_probe()
1059 IEP_INFO("IEP Driver loaded succesfully\n"); in iep_drv_probe()
1095 { .compatible = "rockchip,iep", },
1104 .name = "iep",
1159 proc_create("iep", 0, NULL, &proc_iep_fops); in iep_proc_init()
1165 remove_proc_entry("iep", NULL); in iep_proc_release()
1211 MODULE_DESCRIPTION("Driver for iep device");
1216 /*this test just test for iep , not test iep's iommu
1265 IEP_INFO("*********** IEP MSG GENARATE ************\n"); in iep_test_case0()
1292 IEP_INFO("*********** IEP TEST CASE 0 ************\n"); in iep_test_case0()
1317 IEP_INFO("IEP pass the checking\n"); in iep_test_case0()