Searched refs:mem_ctx (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/platform/s5p-mfc/ |
| H A D | s5p_mfc_opr.c | 37 int s5p_mfc_alloc_priv_buf(struct s5p_mfc_dev *dev, unsigned int mem_ctx, in s5p_mfc_alloc_priv_buf() argument 57 struct device *mem_dev = dev->mem_dev[mem_ctx]; in s5p_mfc_alloc_priv_buf() 58 dma_addr_t base = dev->dma_base[mem_ctx]; in s5p_mfc_alloc_priv_buf() 60 b->ctx = mem_ctx; in s5p_mfc_alloc_priv_buf() 79 int s5p_mfc_alloc_generic_buf(struct s5p_mfc_dev *dev, unsigned int mem_ctx, in s5p_mfc_alloc_generic_buf() argument 82 struct device *mem_dev = dev->mem_dev[mem_ctx]; in s5p_mfc_alloc_generic_buf() 86 b->ctx = mem_ctx; in s5p_mfc_alloc_generic_buf()
|
| H A D | s5p_mfc_opr.h | 329 int s5p_mfc_alloc_priv_buf(struct s5p_mfc_dev *dev, unsigned int mem_ctx, 333 int s5p_mfc_alloc_generic_buf(struct s5p_mfc_dev *dev, unsigned int mem_ctx,
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/ |
| H A D | CamHwIsp20.h | 325 static void allocMemResource(uint8_t id, void *ops_ctx, void *config, void **mem_ctx); 326 static void releaseMemResource(uint8_t id, void *mem_ctx); 327 static void* getFreeItem(uint8_t id, void *mem_ctx);
|
| H A D | CamHwIsp20.cpp | 4925 void CamHwIsp20::allocMemResource(uint8_t id, void *ops_ctx, void *config, void **mem_ctx) in allocMemResource() argument 4962 *mem_ctx = nullptr; in allocMemResource() 4976 *mem_ctx = nullptr; in allocMemResource() 4995 *mem_ctx = (void*)(&isp20->_ldch_drv_mem_ctx); in allocMemResource() 5004 *mem_ctx = nullptr; in allocMemResource() 5011 *mem_ctx = nullptr; in allocMemResource() 5035 *mem_ctx = (void*)(&isp20->_fec_drv_mem_ctx); in allocMemResource() 5046 *mem_ctx = nullptr; in allocMemResource() 5055 *mem_ctx = nullptr; in allocMemResource() 5066 *mem_ctx = nullptr; in allocMemResource() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/ |
| H A D | 0001-smbtorture-skip-test-case-tfork_cmd_send.patch | 25 @@ -839,10 +839,6 @@ struct torture_suite *torture_local_tfork(TALLOC_CTX *mem_ctx)
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/ |
| H A D | rk_aiq_types_priv.h | 199 typedef void (*alloc_mem_t)(uint8_t id, void* ops_ctx, void* cfg, void** mem_ctx); 200 typedef void (*release_mem_t)(uint8_t id, void* mem_ctx); 201 typedef void* (*get_free_item_t)(uint8_t id, void* mem_ctx);
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | osl.c | 1514 struct acpi_mem_space_context **mem_ctx; in acpi_deactivate_mem_region() local 1539 mem_ctx = (void *)®ion_obj2->extra.region_context; in acpi_deactivate_mem_region() 1541 if (!(mem_ctx[0]->address >= res->start && in acpi_deactivate_mem_region() 1542 mem_ctx[0]->address < res->end)) in acpi_deactivate_mem_region() 1547 NULL, (void **)mem_ctx); in acpi_deactivate_mem_region()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/sti/bdisp/ |
| H A D | bdisp-v4l2.c | 595 goto mem_ctx; in bdisp_open() 639 mem_ctx: in bdisp_open()
|