Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
iwl-notif-wait.c File Reference
#include <linux/sched.h>
#include <linux/export.h>
#include "iwl-notif-wait.h"

Go to the source code of this file.

Functions

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)
 

Function Documentation

EXPORT_SYMBOL_GPL ( iwl_notification_wait_init  )
EXPORT_SYMBOL_GPL ( iwl_notification_wait_notify  )
EXPORT_SYMBOL_GPL ( iwl_abort_notification_waits  )
EXPORT_SYMBOL_GPL ( iwl_init_notification_wait  )
EXPORT_SYMBOL_GPL ( iwl_wait_notification  )
EXPORT_SYMBOL_GPL ( iwl_remove_notification  )
void iwl_abort_notification_waits ( struct iwl_notif_wait_data notif_wait)

Definition at line 122 of file iwl-notif-wait.c.

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(*)(struct iwl_notif_wait_data *notif_wait, struct iwl_rx_packet *pkt, void *data fn,
void fn_data 
)

Definition at line 136 of file iwl-notif-wait.c.

void iwl_notification_wait_init ( struct iwl_notif_wait_data notif_wait)

Definition at line 69 of file iwl-notif-wait.c.

void iwl_notification_wait_notify ( struct iwl_notif_wait_data notif_wait,
struct iwl_rx_packet pkt 
)

Definition at line 77 of file iwl-notif-wait.c.

void iwl_remove_notification ( struct iwl_notif_wait_data notif_wait,
struct iwl_notification_wait wait_entry 
)

Definition at line 183 of file iwl-notif-wait.c.

int iwl_wait_notification ( struct iwl_notif_wait_data notif_wait,
struct iwl_notification_wait wait_entry,
unsigned long  timeout 
)

Definition at line 159 of file iwl-notif-wait.c.