Home
last modified time | relevance | path

Searched refs:whd_get_resource_no_of_blocks (Results 1 – 7 of 7) sorted by relevance

/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_resource_if.c74 uint32_t whd_get_resource_no_of_blocks(whd_driver_t whd_driver, whd_resource_type_t type, uint32_t … in whd_get_resource_no_of_blocks() function
76 if (whd_driver->resource_if->whd_get_resource_no_of_blocks) in whd_get_resource_no_of_blocks()
78 … return whd_driver->resource_if->whd_get_resource_no_of_blocks(whd_driver, type, block_count); in whd_get_resource_no_of_blocks()
Dwhd_clm.c92 ret = whd_get_resource_no_of_blocks(whd_driver, WHD_RESOURCE_WLAN_CLM, &blocks_count); in whd_process_clm_data()
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/include/
Dwhd_resource_if.h46 uint32_t whd_get_resource_no_of_blocks(whd_driver_t whd_drv, whd_resource_type_t type, uint32_t *bl…
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/inc/
Dwhd_resource_api.h108 …uint32_t (*whd_get_resource_no_of_blocks)(whd_driver_t whd_drv, whd_resource_type_t type, uint32_t… member
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/resources/resource_imp/
Dwhd_resources.c350 .whd_get_resource_no_of_blocks = host_get_resource_no_of_blocks,
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/bus_protocols/
Dwhd_bus_sdio_protocol.c1598 result = whd_get_resource_no_of_blocks(whd_driver, resource, &blocks_count); in whd_bus_sdio_verify_resource()
1645 result = whd_get_resource_no_of_blocks(whd_driver, resource, &blocks_count); in whd_bus_sdio_download_resource()
Dwhd_bus_spi_protocol.c1219 result = whd_get_resource_no_of_blocks(whd_driver, resource, &blocks_count); in whd_bus_spi_download_resource()