Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/include/hmm/
H A Dhmm.h39 ia_css_ptr hmm_alloc(size_t bytes);
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/spctrl/src/
H A Dspctrl.c67 code_addr = hmm_alloc(spctrl_cfg->code_size); in ia_css_spctrl_load_fw()
/openbmc/linux/drivers/staging/media/atomisp/pci/hmm/
H A Dhmm.c142 dummy_ptr = hmm_alloc(1); in hmm_init()
220 ia_css_ptr hmm_alloc(size_t bytes) in hmm_alloc() function
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css_params.c2168 me->data_ptr = hmm_alloc(me->size); in ia_css_isp_3a_statistics_allocate()
2218 md->address = hmm_alloc(metadata_info->size); in ia_css_metadata_allocate()
2371 hmm_alloc(params_size)); in sh_css_create_isp_params()
2377 hmm_alloc(sizeof(struct ia_css_macc_table))); in sh_css_create_isp_params()
2591 hmm_alloc(sizeof(struct sh_css_sp_stage))); in sh_css_params_init()
2594 hmm_alloc(sizeof(struct sh_css_sp_stage))); in sh_css_params_init()
2614 hmm_alloc(CEIL_MUL(sizeof(struct sh_css_ddr_address_map), in sh_css_params_init()
2617 hmm_alloc(sizeof(struct sh_css_sp_group))); in sh_css_params_init()
2672 pipe->scaler_pp_lut = hmm_alloc(sizeof(zoom_table)); in ia_css_pipe_set_bci_scaler_lut()
2714 default_gdc_lut = hmm_alloc(sizeof(zoom_table)); in sh_css_params_map_and_store_default_gdc_lut()
[all …]
H A Dsh_css_firmware.c381 ia_css_ptr target_addr = hmm_alloc(size); in sh_css_load_blob()
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/rmgr/src/
H A Drmgr_vbuf.c288 new_handle->vptr = hmm_alloc(new_handle->size); in ia_css_rmgr_acq_vbuf()
/openbmc/linux/drivers/staging/media/atomisp/
H A Dnotes.txt9 Memory is allocated by the hmm code. hmm_alloc() returns an ISP virtual
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/isp_param/src/
H A Disp_param.c134 css_params->params[pclass][mem].address = hmm_alloc(size); in ia_css_isp_param_allocate_isp_parameters()
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_2/
H A Dia_css_sdis2.host.c297 me->data_ptr = hmm_alloc(me->size); in ia_css_isp_dvs2_statistics_allocate()
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_1.0/
H A Dia_css_sdis.host.c334 me->data_ptr = hmm_alloc(me->size); in ia_css_isp_dvs_statistics_allocate()
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/frame/src/
H A Dframe.c615 frame->data = hmm_alloc(frame->data_bytes); in frame_allocate_buffer_data()