Home
last modified time | relevance | path

Searched refs:whd_resource_read (Results 1 – 5 of 5) sorted by relevance

/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_resource_if.c104 uint32_t whd_resource_read(whd_driver_t whd_driver, whd_resource_type_t type, uint32_t offset, in whd_resource_read() function
107 if (whd_driver->resource_if->whd_resource_read) in whd_resource_read()
109 …return whd_driver->resource_if->whd_resource_read(whd_driver, type, offset, size, size_out, buffer… in whd_resource_read()
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/include/
Dwhd_resource_if.h50 uint32_t whd_resource_read(whd_driver_t whd_driver, whd_resource_type_t type, uint32_t offset,
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/inc/
Dwhd_resource_api.h133 uint32_t (*whd_resource_read)(whd_driver_t whd_drv, whd_resource_type_t type, member
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/bus_protocols/
Dwhd_bus_m2m_protocol.c559 CHECK_RETURN(whd_resource_read(whd_driver, resource, 0, in whd_bus_m2m_download_resource()
563 CHECK_RETURN(whd_resource_read(whd_driver, resource, 0, 4, &size_out, &reset_instr) ); in whd_bus_m2m_download_resource()
595 CHECK_RETURN(whd_resource_read(whd_driver, WHD_RESOURCE_WLAN_NVRAM, 0, in whd_bus_m2m_write_wifi_nvram_image()
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/resources/resource_imp/
Dwhd_resources.c352 .whd_resource_read = host_resource_read