Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | iwl_notif_wait_data |
struct | iwl_notification_wait |
Macros | |
#define | MAX_NOTIF_CMDS 5 |
Functions | |
void | iwl_notification_wait_init (struct iwl_notif_wait_data *notif_data) |
void | iwl_notification_wait_notify (struct iwl_notif_wait_data *notif_data, struct iwl_rx_packet *pkt) |
void | iwl_abort_notification_waits (struct iwl_notif_wait_data *notif_data) |
void | __acquires (wait_entry) iwl_init_notification_wait(struct iwl_notif_wait_data *notif_data |
int __must_check | __releases (wait_entry) iwl_wait_notification(struct iwl_notif_wait_data *notif_data |
Variables | |
void struct iwl_notification_wait * | wait_entry |
void struct iwl_notification_wait const u8 * | cmds |
void struct iwl_notification_wait const u8 int | n_cmds |
void struct iwl_notification_wait const u8 int bool(*) void | fn_data ) |
int __must_check struct iwl_notification_wait unsigned long | timeout |
: | |
void struct iwl_notification_wait const u8 int bool(* | fn )(struct iwl_notif_wait_data *notif_data, struct iwl_rx_packet *pkt, void *data) |
#define MAX_NOTIF_CMDS 5 |
Definition at line 75 of file iwl-notif-wait.h.
void __acquires | ( | wait_entry | ) |
void __releases | ( | wait_entry | ) |
void iwl_abort_notification_waits | ( | struct iwl_notif_wait_data * | notif_data | ) |
Definition at line 122 of file iwl-notif-wait.c.
void iwl_notification_wait_init | ( | struct iwl_notif_wait_data * | notif_data | ) |
Definition at line 69 of file iwl-notif-wait.c.
void iwl_notification_wait_notify | ( | struct iwl_notif_wait_data * | notif_data, |
struct iwl_rx_packet * | pkt | ||
) |
Definition at line 77 of file iwl-notif-wait.c.
Definition at line 123 of file iwl-notif-wait.h.
Call
Definition at line 125 of file iwl-notif-wait.h.
Definition at line 127 of file iwl-notif-wait.h.
Definition at line 123 of file iwl-notif-wait.h.
int __must_check struct iwl_notification_wait unsigned long timeout |
Definition at line 131 of file iwl-notif-wait.h.
void struct iwl_notification_wait * wait_entry |
Definition at line 123 of file iwl-notif-wait.h.