#include <linux/sched.h>
#include <linux/export.h>
#include "iwl-notif-wait.h"
Go to the source code of this file.
|
void | iwl_notification_wait_init (struct iwl_notif_wait_data *notif_wait) |
|
| EXPORT_SYMBOL_GPL (iwl_notification_wait_init) |
|
void | iwl_notification_wait_notify (struct iwl_notif_wait_data *notif_wait, struct iwl_rx_packet *pkt) |
|
| EXPORT_SYMBOL_GPL (iwl_notification_wait_notify) |
|
void | iwl_abort_notification_waits (struct iwl_notif_wait_data *notif_wait) |
|
| EXPORT_SYMBOL_GPL (iwl_abort_notification_waits) |
|
void | iwl_init_notification_wait (struct iwl_notif_wait_data *notif_wait, struct iwl_notification_wait *wait_entry, const u8 *cmds, int n_cmds, bool(*fn)(struct iwl_notif_wait_data *notif_wait, struct iwl_rx_packet *pkt, void *data), void *fn_data) |
|
| EXPORT_SYMBOL_GPL (iwl_init_notification_wait) |
|
int | iwl_wait_notification (struct iwl_notif_wait_data *notif_wait, struct iwl_notification_wait *wait_entry, unsigned long timeout) |
|
| EXPORT_SYMBOL_GPL (iwl_wait_notification) |
|
void | iwl_remove_notification (struct iwl_notif_wait_data *notif_wait, struct iwl_notification_wait *wait_entry) |
|
| EXPORT_SYMBOL_GPL (iwl_remove_notification) |
|