Home
last modified time | relevance | path

Searched refs:dhd_alloc_module_memory (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_linux.h175 extern void* dhd_alloc_module_memory(struct dhd_bus *bus, uint32_t size,
H A Ddhd_pcie_linux.c2296 dhd_alloc_module_memory(struct dhd_bus *bus, uint32_t size, struct module_metadata *hmem) in dhd_alloc_module_memory() function
H A Ddhd_linux.c20273 if (!dhd_alloc_module_memory(dhd->bus, module_fw->size, hmem)) { in dhd_linux_get_modfw_address()