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 D | ia_css_bh.host.c | 41 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 D | ia_css_bh_types.h | 33 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 D | dhd_pcie_linux.c | 2282 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 D | dhd_linux.h | 174 extern void dhd_free_module_memory(struct dhd_bus *bus, struct module_metadata *hmem); 176 struct module_metadata *hmem);
|
| H A D | dhd_linux.c | 13141 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 D | dhd.h | 1014 struct module_metadata hmem; member
|
| H A D | dhd_msgbuf.c | 2450 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 D | Makefile | 6 dax_hmem-y := hmem.o
|
| /OK3568_Linux_fs/kernel/drivers/dax/ |
| H A D | Makefile | 11 obj-y += hmem/
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
| H A D | isp_local.h | 53 bool hmem; member
|
| H A D | isp.c | 92 stall->hmem = in isp_get_state()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/ |
| H A D | Makefile | 149 pci/hive_isp_css_common/host/hmem.o \
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/debug/src/ |
| H A D | ia_css_debug.c | 468 stall.hmem); in ia_css_debug_dump_isp_state()
|