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/ |
D | whd_resource_if.c | 104 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/ |
D | whd_resource_if.h | 50 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/ |
D | whd_resource_api.h | 133 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/ |
D | whd_bus_m2m_protocol.c | 559 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/ |
D | whd_resources.c | 352 .whd_resource_read = host_resource_read
|