Home
last modified time | relevance | path

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

/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_resource_if.c88 uint32_t whd_get_resource_block(whd_driver_t whd_driver, whd_resource_type_t type, in whd_get_resource_block() function
92 if (whd_driver->resource_if->whd_get_resource_block) in whd_get_resource_block()
94 … return whd_driver->resource_if->whd_get_resource_block(whd_driver, type, blockno, data, size_out); in whd_get_resource_block()
Dwhd_clm.c109whd_get_resource_block(whd_driver, WHD_RESOURCE_WLAN_CLM, i, (const uint8_t **)&image, &size_read); in whd_process_clm_data()
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/include/
Dwhd_resource_if.h47 uint32_t whd_get_resource_block(whd_driver_t whd_driver, whd_resource_type_t type,
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/inc/
Dwhd_resource_api.h96 uint32_t (*whd_get_resource_block)(whd_driver_t whd_drv, whd_resource_type_t type, member
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/resources/resource_imp/
Dwhd_resources.c351 .whd_get_resource_block = host_get_resource_block,
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/bus_protocols/
Dwhd_bus_sdio_protocol.c1610 …CHECK_RETURN(whd_get_resource_block(whd_driver, resource, i, (const uint8_t **)&image, &size_out) … in whd_bus_sdio_verify_resource()
1655 …CHECK_RETURN(whd_get_resource_block(whd_driver, resource, i, (const uint8_t **)&image, &size_out) … in whd_bus_sdio_download_resource()
Dwhd_bus_spi_protocol.c1229 …CHECK_RETURN(whd_get_resource_block(whd_driver, resource, i, (const uint8_t **)&image, &size_out) … in whd_bus_spi_download_resource()