Searched refs:prism2_callback (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_hw.c | 1495 prism2_callback(local, PRISM2_CALLBACK_ENABLE); in prism2_hw_config() 1517 prism2_callback(local, PRISM2_CALLBACK_DISABLE); in prism2_hw_shutdown() 1801 prism2_callback(local, PRISM2_CALLBACK_TX_START); in prism2_tx_80211() 1868 prism2_callback(local, PRISM2_CALLBACK_TX_END); in prism2_tx_80211() 1920 prism2_callback(local, PRISM2_CALLBACK_RX_START); in prism2_rx() 1999 prism2_callback(local, PRISM2_CALLBACK_RX_END); in prism2_rx() 3309 prism2_callback(local, PRISM2_CALLBACK_DISABLE); in prism2_free_local_data() 3386 * This can use platform specific code and must define prism2_callback()
|
H A D | hostap_wlan.h | 1042 void prism2_callback(local_info_t *local, int event); 1044 #define prism2_callback(d, e) do { } while (0) macro
|
H A D | hostap_main.c | 682 prism2_callback(local, PRISM2_CALLBACK_ENABLE); in prism2_open()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_hw.c | 1498 prism2_callback(local, PRISM2_CALLBACK_ENABLE); in prism2_hw_config() 1520 prism2_callback(local, PRISM2_CALLBACK_DISABLE); in prism2_hw_shutdown() 1804 prism2_callback(local, PRISM2_CALLBACK_TX_START); in prism2_tx_80211() 1872 prism2_callback(local, PRISM2_CALLBACK_TX_END); in prism2_tx_80211() 1924 prism2_callback(local, PRISM2_CALLBACK_RX_START); in prism2_rx() 2003 prism2_callback(local, PRISM2_CALLBACK_RX_END); in prism2_rx() 3306 prism2_callback(local, PRISM2_CALLBACK_DISABLE); in prism2_free_local_data() 3383 * This can use platform specific code and must define prism2_callback()
|
H A D | hostap_wlan.h | 1044 void prism2_callback(local_info_t *local, int event); 1046 #define prism2_callback(d, e) do { } while (0) macro
|
H A D | hostap_main.c | 682 prism2_callback(local, PRISM2_CALLBACK_ENABLE); in prism2_open()
|
Completed in 16 milliseconds