Searched refs:shm_size (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/tee/optee/ |
| H A D | device.c | 23 struct tee_shm *device_shm, u32 *shm_size, in get_devices() argument 40 param[0].u.memref.size = *shm_size; in get_devices() 51 *shm_size = param[0].u.memref.size; in get_devices() 98 u32 shm_size = 0, idx, num_devices = 0; in __optee_enumerate_devices() local 120 rc = get_devices(ctx, sess_arg.session, NULL, &shm_size, func); in __optee_enumerate_devices() 121 if (rc < 0 || !shm_size) in __optee_enumerate_devices() 124 device_shm = tee_shm_alloc(ctx, shm_size, in __optee_enumerate_devices() 132 rc = get_devices(ctx, sess_arg.session, device_shm, &shm_size, func); in __optee_enumerate_devices() 143 num_devices = shm_size / sizeof(uuid_t); in __optee_enumerate_devices()
|
| /OK3568_Linux_fs/kernel/drivers/nvmem/ |
| H A D | rockchip-secure-otp.c | 63 u32 shm_size = 0; in rockchip_read_oem_non_protected_otp() local 100 shm_size = byte_len; in rockchip_read_oem_non_protected_otp() 101 device_shm = tee_shm_alloc(ctx, shm_size, in rockchip_read_oem_non_protected_otp() 123 param[1].u.memref.size = shm_size; in rockchip_read_oem_non_protected_otp() 166 u32 shm_size = 0; in rockchip_write_oem_non_protected_otp() local 203 shm_size = byte_len; in rockchip_write_oem_non_protected_otp() 204 device_shm = tee_shm_alloc(ctx, shm_size, in rockchip_write_oem_non_protected_otp() 234 param[1].u.memref.size = shm_size; in rockchip_write_oem_non_protected_otp()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/ |
| H A D | common.c | 309 npages = PAGE_ALIGN(shmem->shm_size) / PAGE_SIZE; in rkcif_shm_alloc() 338 buf->shmem.shm_size = dummy->size; in rkcif_alloc_reserved_mem_buf() 382 phys_to_virt(buf->shmem.shm_start + buf->shmem.shm_size), in rkcif_free_reserved_mem_buf()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/ |
| H A D | rkisp_tb_helper.c | 145 npages = PAGE_ALIGN(shmem->shm_size) / PAGE_SIZE; in shm_alloc()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/pulseaudio/pulseaudio/ |
| H A D | 0001-client-conf-Add-allow-autospawn-for-root.patch | 67 size_t shm_size;
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | rk-isp2-config.h | 2003 __u32 shm_size; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/ |
| H A D | rkisp2-config.h | 2014 u32 shm_size; member
|