Home
last modified time | relevance | path

Searched refs:transceive_semaphore (Results 1 – 10 of 10) sorted by relevance

/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_thread.c86 retval = cy_rtos_init_semaphore(&whd_driver->thread_info.transceive_semaphore, 1, 0); in whd_thread_init()
221 result = cy_rtos_set_semaphore(&thread_info->transceive_semaphore, WHD_FALSE); in whd_thread_quit()
231 (void)cy_rtos_deinit_semaphore(&thread_info->transceive_semaphore); in whd_thread_quit()
250 (void)cy_rtos_set_semaphore(&whd_driver->thread_info.transceive_semaphore, WHD_TRUE); in whd_thread_notify_irq()
260 (void)cy_rtos_set_semaphore(&whd_driver->thread_info.transceive_semaphore, WHD_FALSE); in whd_thread_notify()
347 whd_bus_wait_for_wlan_event(whd_driver, &thread_info->transceive_semaphore); in whd_thread_func()
/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/bus_protocols/
Dwhd_bus.c181 …result_t whd_bus_wait_for_wlan_event(whd_driver_t whd_driver, cy_semaphore_t *transceive_semaphore) in whd_bus_wait_for_wlan_event() argument
183 return whd_driver->bus_if->whd_bus_wait_for_wlan_event_fptr(whd_driver, transceive_semaphore); in whd_bus_wait_for_wlan_event()
Dwhd_bus_m2m_protocol.c108 …t_t whd_bus_m2m_wait_for_wlan_event(whd_driver_t whd_driver, cy_semaphore_t *transceive_semaphore);
445 …lt_t whd_bus_m2m_wait_for_wlan_event(whd_driver_t whd_driver, cy_semaphore_t *transceive_semaphore) in whd_bus_m2m_wait_for_wlan_event() argument
453 result = cy_rtos_get_semaphore(transceive_semaphore, timeout_ms, WHD_FALSE); in whd_bus_m2m_wait_for_wlan_event()
Dwhd_bus_spi_protocol.h72 cy_semaphore_t *transceive_semaphore);
Dwhd_bus.h71 cy_semaphore_t *transceive_semaphore);
Dwhd_bus_protocol_interface.h115 …lt_t whd_bus_wait_for_wlan_event(whd_driver_t whd_driver, cy_semaphore_t *transceive_semaphore);
Dwhd_bus_sdio_protocol.h210 cy_semaphore_t *transceive_semaphore);
Dwhd_bus_spi_protocol.c785 …lt_t whd_bus_spi_wait_for_wlan_event(whd_driver_t whd_driver, cy_semaphore_t *transceive_semaphore) in whd_bus_spi_wait_for_wlan_event() argument
822 result = cy_rtos_get_semaphore(transceive_semaphore, (uint32_t)MIN_OF(timeout_ms, in whd_bus_spi_wait_for_wlan_event()
827 result = cy_rtos_get_semaphore(transceive_semaphore, (uint32_t)MIN_OF(timeout_ms, in whd_bus_spi_wait_for_wlan_event()
Dwhd_bus_sdio_protocol.c235 …t_t whd_bus_sdio_wait_for_wlan_event(whd_driver_t whd_driver, cy_semaphore_t *transceive_semaphore) in whd_bus_sdio_wait_for_wlan_event() argument
266 result = cy_rtos_get_semaphore(transceive_semaphore, (uint32_t)MIN_OF(timeout_ms, in whd_bus_sdio_wait_for_wlan_event()
271 result = cy_rtos_get_semaphore(transceive_semaphore, (uint32_t)MIN_OF(timeout_ms, in whd_bus_sdio_wait_for_wlan_event()
/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/include/
Dwhd_thread.h57 cy_semaphore_t transceive_semaphore; member