Home
last modified time | relevance | path

Searched refs:mem_type_mapping_tbl (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/bluetooth/
H A Dbtmrvl_sdio.c25 static struct memory_type_mapping mem_type_mapping_tbl[] = { variable
1352 for (idx = 0; idx < ARRAY_SIZE(mem_type_mapping_tbl); idx++) { in btmrvl_sdio_coredump()
1353 struct memory_type_mapping *entry = &mem_type_mapping_tbl[idx]; in btmrvl_sdio_coredump()
1382 struct memory_type_mapping *entry = &mem_type_mapping_tbl[idx]; in btmrvl_sdio_coredump()
1480 struct memory_type_mapping *entry = &mem_type_mapping_tbl[idx]; in btmrvl_sdio_coredump()
1496 vfree(mem_type_mapping_tbl[idx].mem_ptr); in btmrvl_sdio_coredump()
1497 mem_type_mapping_tbl[idx].mem_ptr = NULL; in btmrvl_sdio_coredump()
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsdio.c490 static struct memory_type_mapping mem_type_mapping_tbl[] = { variable
2508 adapter->mem_type_mapping_tbl = generic_mem_type_map; in mwifiex_register_dev()
2511 adapter->mem_type_mapping_tbl = mem_type_mapping_tbl; in mwifiex_register_dev()
2512 adapter->num_mem_types = ARRAY_SIZE(mem_type_mapping_tbl); in mwifiex_register_dev()
2770 for (idx = 0; idx < ARRAY_SIZE(mem_type_mapping_tbl); idx++) { in mwifiex_sdio_fw_dump()
2771 struct memory_type_mapping *entry = &mem_type_mapping_tbl[idx]; in mwifiex_sdio_fw_dump()
2799 struct memory_type_mapping *entry = &mem_type_mapping_tbl[idx]; in mwifiex_sdio_fw_dump()
H A Dpcie.c160 .mem_type_mapping_tbl = mem_type_mapping_tbl_w8897,
170 .mem_type_mapping_tbl = mem_type_mapping_tbl_w8997,
392 card->pcie.mem_type_mapping_tbl = data->mem_type_mapping_tbl; in mwifiex_pcie_probe()
2862 &adapter->mem_type_mapping_tbl[idx]; in mwifiex_pcie_fw_dump()
2890 &adapter->mem_type_mapping_tbl[idx]; in mwifiex_pcie_fw_dump()
3340 adapter->mem_type_mapping_tbl = card->pcie.mem_type_mapping_tbl; in mwifiex_register_dev()
H A Dpcie.h154 struct memory_type_mapping *mem_type_mapping_tbl; member
H A Dmain.c1229 &adapter->mem_type_mapping_tbl[idx]; in mwifiex_prepare_fw_dump_info()
1261 &adapter->mem_type_mapping_tbl[idx]; in mwifiex_prepare_fw_dump_info()
1285 &adapter->mem_type_mapping_tbl[idx]; in mwifiex_prepare_fw_dump_info()
H A Dmain.h1004 struct memory_type_mapping *mem_type_mapping_tbl; member