Home
last modified time | relevance | path

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

/hal_infineon-3.6.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_resource_if.c47 if (whd_driver->resource_if->whd_resource_size) in whd_resource_size()
49 return whd_driver->resource_if->whd_resource_size(whd_driver, resource, size_out); in whd_resource_size()
62 if (whd_driver->resource_if->whd_get_resource_block_size) in whd_get_resource_block_size()
64 return whd_driver->resource_if->whd_get_resource_block_size(whd_driver, type, size_out); in whd_get_resource_block_size()
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()
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()
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()
Dwhd_management.c155 whd_drv->resource_if = resource_ops; in whd_init()
/hal_infineon-3.6.0/whd-bsp-integration/
Dcybsp_wifi.c635 whd_resource_source_t* resource_if, in cybsp_wifi_init_primary_extended() argument
652 if (resource_if == NULL) in cybsp_wifi_init_primary_extended()
654 resource_if = &resource_ops; in cybsp_wifi_init_primary_extended()
665 result = whd_init(&whd_drv, init_config, resource_if, buffer_if, netif_if); in cybsp_wifi_init_primary_extended()
Dcybsp_wifi.h88 whd_resource_source_t* resource_if,
/hal_infineon-3.6.0/wifi-host-driver/WiFi_Host_Driver/src/include/
Dwhd_int.h100 whd_resource_source_t *resource_if; member