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/ |
D | whd_resource_if.c | 74 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()
|
D | whd_clm.c | 92 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/ |
D | whd_resource_if.h | 46 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/ |
D | whd_resource_api.h | 108 …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/ |
D | whd_resources.c | 350 .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/ |
D | whd_bus_sdio_protocol.c | 1598 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()
|
D | whd_bus_spi_protocol.c | 1219 result = whd_get_resource_no_of_blocks(whd_driver, resource, &blocks_count); in whd_bus_spi_download_resource()
|