Home
last modified time | relevance | path

Searched refs:hmm_alloc (Results 1 – 11 of 11) sorted by relevance

/linux-6.1.9/drivers/staging/media/atomisp/include/hmm/
Dhmm.h39 ia_css_ptr hmm_alloc(size_t bytes);
/linux-6.1.9/drivers/staging/media/atomisp/pci/runtime/spctrl/src/
Dspctrl.c67 code_addr = hmm_alloc(spctrl_cfg->code_size); in ia_css_spctrl_load_fw()
/linux-6.1.9/drivers/staging/media/atomisp/pci/
Dsh_css_params.c2097 *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 …]
Dsh_css_firmware.c372 ia_css_ptr target_addr = hmm_alloc(size); in sh_css_load_blob()
/linux-6.1.9/drivers/staging/media/atomisp/pci/hmm/
Dhmm.c144 dummy_ptr = hmm_alloc(1); in hmm_init()
222 ia_css_ptr hmm_alloc(size_t bytes) in hmm_alloc() function
/linux-6.1.9/drivers/staging/media/atomisp/pci/runtime/rmgr/src/
Drmgr_vbuf.c288 new_handle->vptr = hmm_alloc(new_handle->size); in ia_css_rmgr_acq_vbuf()
/linux-6.1.9/drivers/staging/media/atomisp/pci/runtime/isp_param/src/
Disp_param.c134 css_params->params[pclass][mem].address = hmm_alloc(size); in ia_css_isp_param_allocate_isp_parameters()
/linux-6.1.9/drivers/staging/media/atomisp/
Dnotes.txt9 Memory is allocated by the hmm code. hmm_alloc() returns an ISP virtual
/linux-6.1.9/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_2/
Dia_css_sdis2.host.c297 me->data_ptr = hmm_alloc(me->size); in ia_css_isp_dvs2_statistics_allocate()
/linux-6.1.9/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_1.0/
Dia_css_sdis.host.c334 me->data_ptr = hmm_alloc(me->size); in ia_css_isp_dvs_statistics_allocate()
/linux-6.1.9/drivers/staging/media/atomisp/pci/runtime/frame/src/
Dframe.c728 frame->data = hmm_alloc(frame->data_bytes); in frame_allocate_buffer_data()