Home
last modified time | relevance | path

Searched refs:hmem (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/bh/bh_2/
H A Dia_css_bh.host.c41 out_ptr[i].r = hmem_buf->hmem[BH_COLOR_R][i]; in ia_css_bh_hmem_decode()
42 out_ptr[i].g = hmem_buf->hmem[BH_COLOR_G][i]; in ia_css_bh_hmem_decode()
43 out_ptr[i].b = hmem_buf->hmem[BH_COLOR_B][i]; in ia_css_bh_hmem_decode()
44 out_ptr[i].y = hmem_buf->hmem[BH_COLOR_Y][i]; in ia_css_bh_hmem_decode()
H A Dia_css_bh_types.h33 u32 hmem[ISP_HIST_COMPONENTS][IA_CSS_HMEM_BH_UNIT_SIZE]; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_pcie_linux.c2282 dhd_free_module_memory(struct dhd_bus *bus, struct module_metadata *hmem) in dhd_free_module_memory() argument
2285 if (hmem) { in dhd_free_module_memory()
2286 dma_unmap_single(dev, (dma_addr_t) hmem->data_addr, hmem->size, DMA_TO_DEVICE); in dhd_free_module_memory()
2287 kfree(hmem->data); in dhd_free_module_memory()
2288 hmem->data = NULL; in dhd_free_module_memory()
2289 hmem->size = 0; in dhd_free_module_memory()
2296 dhd_alloc_module_memory(struct dhd_bus *bus, uint32_t size, struct module_metadata *hmem) in dhd_alloc_module_memory() argument
2299 if (!hmem->data) { in dhd_alloc_module_memory()
2300 hmem->data = kzalloc(size, GFP_KERNEL); in dhd_alloc_module_memory()
2301 if (!hmem->data) { in dhd_alloc_module_memory()
[all …]
H A Ddhd_linux.h174 extern void dhd_free_module_memory(struct dhd_bus *bus, struct module_metadata *hmem);
176 struct module_metadata *hmem);
H A Ddhd_linux.c13141 struct module_metadata *hmem = NULL; in dhd_detach() local
13504 hmem = &dhdp->hmem; in dhd_detach()
13505 dhd_free_module_memory(dhdp->bus, hmem); in dhd_detach()
20261 struct module_metadata *hmem = &dhd->hmem; in dhd_linux_get_modfw_address() local
20273 if (!dhd_alloc_module_memory(dhd->bus, module_fw->size, hmem)) { in dhd_linux_get_modfw_address()
20277 memcpy(hmem->data, module_fw->data, module_fw->size); in dhd_linux_get_modfw_address()
H A Ddhd.h1014 struct module_metadata hmem; member
H A Ddhd_msgbuf.c2450 dhd_bus_cmn_writeshared(dhd->bus, &dhd->hmem.data_addr, in dhd_set_host_cap()
2451 sizeof(dhd->hmem.data_addr), WRT_HOST_MODULE_ADDR, 0); in dhd_set_host_cap()
/OK3568_Linux_fs/kernel/drivers/dax/hmem/
H A DMakefile6 dax_hmem-y := hmem.o
/OK3568_Linux_fs/kernel/drivers/dax/
H A DMakefile11 obj-y += hmem/
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Disp_local.h53 bool hmem; member
H A Disp.c92 stall->hmem = in isp_get_state()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/
H A DMakefile149 pci/hive_isp_css_common/host/hmem.o \
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/debug/src/
H A Dia_css_debug.c468 stall.hmem); in ia_css_debug_dump_isp_state()