Home
last modified time | relevance | path

Searched refs:tx_callback (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/sound/soc/blackfin/
Dbf6xx-sport.h36 void (*tx_callback)(void *data); member
70 void (*tx_callback)(void *), void *tx_data);
Dbf6xx-sport.c108 void (*tx_callback)(void *), void *tx_data) in sport_set_tx_callback()
110 sport->tx_callback = tx_callback; in sport_set_tx_callback()
233 if (sport->tx_callback) in sport_tx_irq()
234 sport->tx_callback(sport->tx_data); in sport_tx_irq()
Dbf5xx-sport.h90 void (*tx_callback)(void *data); member
168 void (*tx_callback)(void *), void *tx_data);
Dbf5xx-sport.c719 if (sport->tx_callback) { in tx_handler()
720 sport->tx_callback(sport->tx_data); in tx_handler()
784 void (*tx_callback)(void *), void *tx_data) in sport_set_tx_callback()
786 if (WARN_ON(!tx_callback)) in sport_set_tx_callback()
788 sport->tx_callback = tx_callback; in sport_set_tx_callback()
/linux-4.4.14/drivers/net/wireless/hostap/
Dhostap_main.c253 entry->idx = local->tx_callback ? local->tx_callback->idx + 1 : 1; in hostap_tx_callback_register()
254 entry->next = local->tx_callback; in hostap_tx_callback_register()
255 local->tx_callback = entry; in hostap_tx_callback_register()
268 cb = local->tx_callback; in hostap_tx_callback_unregister()
275 local->tx_callback = cb->next; in hostap_tx_callback_unregister()
Dhostap_wlan.h808 struct hostap_tx_callback_info *tx_callback; /* registered TX callbacks member
Dhostap_hw.c2187 cb = local->tx_callback; in hostap_tx_callback()
3354 tx_cb = local->tx_callback; in prism2_free_local_data()