Searched refs:transceive_semaphore (Results 1 – 10 of 10) sorted by relevance
| /hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/ |
| D | whd_thread.c | 86 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/ |
| D | whd_bus.c | 181 …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()
|
| D | whd_bus_m2m_protocol.c | 108 …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()
|
| D | whd_bus_spi_protocol.h | 72 cy_semaphore_t *transceive_semaphore);
|
| D | whd_bus.h | 71 cy_semaphore_t *transceive_semaphore);
|
| D | whd_bus_protocol_interface.h | 115 …lt_t whd_bus_wait_for_wlan_event(whd_driver_t whd_driver, cy_semaphore_t *transceive_semaphore);
|
| D | whd_bus_sdio_protocol.h | 210 cy_semaphore_t *transceive_semaphore);
|
| D | whd_bus_spi_protocol.c | 785 …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()
|
| D | whd_bus_sdio_protocol.c | 235 …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/ |
| D | whd_thread.h | 57 cy_semaphore_t transceive_semaphore; member
|