/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_auth.c | 70 if (!file_priv->magic) { in drm_getmagic() 73 file_priv->magic = ret; in drm_getmagic() 76 auth->magic = file_priv->magic; in drm_getmagic() 79 DRM_DEBUG("%u\n", auth->magic); in drm_getmagic() 89 DRM_DEBUG("%u\n", auth->magic); in drm_authmagic() 92 file = idr_find(&file_priv->master->magic_map, auth->magic); in drm_authmagic() 95 idr_replace(&file_priv->master->magic_map, NULL, auth->magic); in drm_authmagic() 325 if (file_priv->magic) { in drm_master_release() 326 idr_remove(&file_priv->master->magic_map, file_priv->magic); in drm_master_release() [all...] |
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_spinlock.h | 48 hi_u32 magic; member 56 .magic = OAL_SPIN_LOCK_MAGIC_TAG, \ 186 pst_lock->magic = OAL_SPIN_LOCK_MAGIC_TAG; in oal_spin_lock_init() 193 if (oal_unlikely((hi_u32)OAL_SPIN_LOCK_MAGIC_TAG != pst_lock->magic)) { in oal_spin_lock_magic_bug() 196 printk(KERN_EMERG "[E]SPIN_LOCK_BUG: spinlock:%p on CPU#%d, %s,magic:%08x should be %08x\n", pst_lock, in oal_spin_lock_magic_bug() 197 raw_smp_processor_id(), current->comm, pst_lock->magic, OAL_SPIN_LOCK_MAGIC_TAG); in oal_spin_lock_magic_bug()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | hnd_debug.h | 34 /* Magic number at a magic location to find HND_DEBUG pointers */ 37 /* Magic number at a magic location to find RAM size */ 60 uint32 magic; member 74 uint32 magic; /* 'RAMS' */ member 84 uint32 magic; member
|
H A D | dhd_daemon.h | 62 int magic; member
|
H A D | brcm_nl80211.h | 53 uint magic; /* magic number for verification */ member
|
H A D | msf.h | 44 uint8 magic[4]; member
|
H A D | trxhdr.h | 62 uint32 magic; /* "HDR0" */ member
|
/device/soc/rockchip/common/hardware/display/src/display_gralloc/ |
H A D | wayland_drm_auth_client.c | 98 drm_magic_t magic; in WaylandDrmAuth() local 102 ret = drmGetMagic(drmFd, &magic); in WaylandDrmAuth() 103 DISPLAY_CHK_RETURN((ret != 0), AUTH_FAILED, DISPLAY_LOGE("can not get magic")); in WaylandDrmAuth() 105 wl_drm_auth_authenticate(dsp->drmAuth, magic); in WaylandDrmAuth()
|
/device/soc/rockchip/rk3399/hardware/display/src/display_gralloc/ |
H A D | wayland_drm_auth_client.c | 98 drm_magic_t magic; in WaylandDrmAuth() local 102 ret = drmGetMagic(drmFd, &magic); in WaylandDrmAuth() 103 DISPLAY_CHK_RETURN((ret != 0), AUTH_FAILED, DISPLAY_LOGE("can not get magic")); in WaylandDrmAuth() 105 wl_drm_auth_authenticate(dsp->drmAuth, magic); in WaylandDrmAuth()
|
/device/soc/rockchip/rk3566/hardware/display/src/display_gralloc/ |
H A D | wayland_drm_auth_client.c | 98 drm_magic_t magic; in WaylandDrmAuth() local 102 ret = drmGetMagic(drmFd, &magic); in WaylandDrmAuth() 103 DISPLAY_CHK_RETURN((ret != 0), AUTH_FAILED, DISPLAY_LOGE("can not get magic")); in WaylandDrmAuth() 105 wl_drm_auth_authenticate(dsp->drmAuth, magic); in WaylandDrmAuth()
|
/device/soc/rockchip/rk3568/hardware/display/src/display_gralloc/ |
H A D | wayland_drm_auth_client.c | 98 drm_magic_t magic; in WaylandDrmAuth() local 102 ret = drmGetMagic(drmFd, &magic); in WaylandDrmAuth() 103 DISPLAY_CHK_RETURN((ret != 0), AUTH_FAILED, DISPLAY_LOGE("can not get magic")); in WaylandDrmAuth() 105 wl_drm_auth_authenticate(dsp->drmAuth, magic); in WaylandDrmAuth()
|
/device/soc/rockchip/rk3588/hardware/display/src/display_gralloc/ |
H A D | wayland_drm_auth_client.c | 98 drm_magic_t magic;
in WaylandDrmAuth() local 102 ret = drmGetMagic(drmFd, &magic);
in WaylandDrmAuth() 103 DISPLAY_CHK_RETURN((ret != 0), AUTH_FAILED, DISPLAY_LOGE("can not get magic"));
in WaylandDrmAuth() 105 wl_drm_auth_authenticate(dsp->drmAuth, magic);
in WaylandDrmAuth()
|
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/ |
H A D | rtl_eeprom.c | 56 u16 magic = 0; in rtl8168_eeprom_type() local 74 magic = rtl8168_eeprom_read_sc(tp, 0); in rtl8168_eeprom_type() 77 if ((magic != 0x8129) && (magic != 0x8128)) { in rtl8168_eeprom_type()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | linux_osl.c | 367 osh->magic = OS_HANDLE_MAGIC; in osl_attach() 545 ASSERT(osh->magic == OS_HANDLE_MAGIC); in osl_detach() 631 ASSERT((osh && (osh->magic == OS_HANDLE_MAGIC))); in osl_pci_read_config() 650 ASSERT((osh && (osh->magic == OS_HANDLE_MAGIC))); in osl_pci_write_config() 669 ASSERT(osh && (osh->magic == OS_HANDLE_MAGIC) && osh->pdev); in osl_pci_bus() 682 ASSERT(osh && (osh->magic == OS_HANDLE_MAGIC) && osh->pdev); in osl_pci_slot() 695 ASSERT(osh && (osh->magic == OS_HANDLE_MAGIC) && osh->pdev); in osl_pcie_domain() 704 ASSERT(osh && (osh->magic == OS_HANDLE_MAGIC) && osh->pdev); in osl_pcie_bus() 713 ASSERT(osh && (osh->magic == OS_HANDLE_MAGIC) && osh->pdev); in osl_pci_device() 743 ASSERT(osh->magic in osl_malloc() [all...] |
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/ |
H A D | vpu_api_mlvec.cpp | 104 RK_U32 magic = cfg->magic; in vpu_api_mlvec_check_cfg() local 107 if ((((magic >> 24) & 0xff) != MLVEC_MAGIC) || // (magic >> 24) in vpu_api_mlvec_check_cfg() 108 (((magic >> 16) & 0xff) != MLVEC_VERSION)) // (magic >> 16) in vpu_api_mlvec_check_cfg() 111 HDF_LOGD("check mlvec cfg magic %08x %s", magic, in vpu_api_mlvec_check_cfg() 126 /* check mlvec magic word */ in vpu_api_mlvec_set_st_cfg()
|
H A D | vpu.c | 48 RK_U32 magic; // Fix magic value 0x4C4A46 member 220 if (extra_info && extra_info->magic == VPU_EXTRA_INFO_MAGIC) { in VPUClientSendReg() 282 if (extra_info && extra_info->magic == VPU_EXTRA_INFO_MAGIC) { in VPUClientWaitResult()
|
H A D | vpu_api_mlvec.h | 49 RK_S32 magic; /* MLVEC magic word */ member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/common/nvm/ |
H A D | hi_nvm.c | 80 hi_u32 magic = HNV_FILE_SIGNATURE; in nv_check_file() local 85 magic = FNV_FILE_SIGNATURE; in nv_check_file() 87 if (magic != nv_head->magic) { in nv_check_file()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/common/nvm/ |
H A D | hi_nvm.c | 80 hi_u32 magic = HNV_FILE_SIGNATURE; in nv_check_file() local 85 magic = FNV_FILE_SIGNATURE; in nv_check_file() 87 if (magic != nv_head->magic) { in nv_check_file()
|
H A D | hi_nvm.h | 40 hi_u32 magic; member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/include/ |
H A D | hi_nvm.h | 32 hi_u32 magic; member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/include/ |
H A D | hi_nvm.h | 39 hi_u32 magic; member
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_memory.c | 271 MALI_DEBUG_ASSERT(MALI_MEM_ALLOCATION_VALID_MAGIC == mali_alloc->magic); in mali_mmap() 286 MALI_DEBUG_ASSERT(MALI_MEM_ALLOCATION_VALID_MAGIC == descriptor->magic); in mali_mem_mali_map_prepare() 302 MALI_DEBUG_ASSERT(MALI_MEM_ALLOCATION_VALID_MAGIC == descriptor->magic); in mali_mem_mali_map_resize()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_memory.c | 271 MALI_DEBUG_ASSERT(MALI_MEM_ALLOCATION_VALID_MAGIC == mali_alloc->magic); in mali_mmap() 286 MALI_DEBUG_ASSERT(MALI_MEM_ALLOCATION_VALID_MAGIC == descriptor->magic); in mali_mem_mali_map_prepare() 302 MALI_DEBUG_ASSERT(MALI_MEM_ALLOCATION_VALID_MAGIC == descriptor->magic); in mali_mem_mali_map_resize()
|
/device/soc/rockchip/common/sdk_linux/tools/usb/ffs-aio-example/multibuff/device_app/ |
H A D | aio_multibuff.c | 79 .magic = htole32(FUNCTIONFS_DESCRIPTORS_MAGIC_V2), 210 .magic = htole32(FUNCTIONFS_STRINGS_MAGIC),
|