Searched refs:hmm_alloc (Results 1 – 11 of 11) sorted by relevance
39 ia_css_ptr hmm_alloc(size_t bytes);
67 code_addr = hmm_alloc(spctrl_cfg->code_size); in ia_css_spctrl_load_fw()
2097 *curr_buf = ia_css_refcount_increment(id, hmm_alloc(needed_size)); in realloc_isp_css_mm_buf()2159 me->data_ptr = hmm_alloc(me->size); in ia_css_isp_3a_statistics_allocate()2209 md->address = hmm_alloc(metadata_info->size); in ia_css_metadata_allocate()2362 hmm_alloc(params_size)); in sh_css_create_isp_params()2368 hmm_alloc(sizeof(struct ia_css_macc_table))); in sh_css_create_isp_params()2582 hmm_alloc(sizeof(struct sh_css_sp_stage))); in sh_css_params_init()2585 hmm_alloc(sizeof(struct sh_css_sp_stage))); in sh_css_params_init()2605 hmm_alloc(CEIL_MUL(sizeof(struct sh_css_ddr_address_map), in sh_css_params_init()2608 hmm_alloc(sizeof(struct sh_css_sp_group))); in sh_css_params_init()2663 pipe->scaler_pp_lut = hmm_alloc(sizeof(zoom_table)); in ia_css_pipe_set_bci_scaler_lut()[all …]
372 ia_css_ptr target_addr = hmm_alloc(size); in sh_css_load_blob()
144 dummy_ptr = hmm_alloc(1); in hmm_init()222 ia_css_ptr hmm_alloc(size_t bytes) in hmm_alloc() function
288 new_handle->vptr = hmm_alloc(new_handle->size); in ia_css_rmgr_acq_vbuf()
134 css_params->params[pclass][mem].address = hmm_alloc(size); in ia_css_isp_param_allocate_isp_parameters()
9 Memory is allocated by the hmm code. hmm_alloc() returns an ISP virtual
297 me->data_ptr = hmm_alloc(me->size); in ia_css_isp_dvs2_statistics_allocate()
334 me->data_ptr = hmm_alloc(me->size); in ia_css_isp_dvs_statistics_allocate()
728 frame->data = hmm_alloc(frame->data_bytes); in frame_allocate_buffer_data()