Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
wow.c File Reference
#include <linux/export.h>
#include "ath9k.h"
#include "reg.h"
#include "hw-ops.h"

Go to the source code of this file.

Functions

const charath9k_hw_wow_event_to_string (u32 wow_event)
 
 EXPORT_SYMBOL (ath9k_hw_wow_event_to_string)
 
void ath9k_hw_wow_apply_pattern (struct ath_hw *ah, u8 *user_pattern, u8 *user_mask, int pattern_count, int pattern_len)
 
 EXPORT_SYMBOL (ath9k_hw_wow_apply_pattern)
 
u32 ath9k_hw_wow_wakeup (struct ath_hw *ah)
 
 EXPORT_SYMBOL (ath9k_hw_wow_wakeup)
 
void ath9k_hw_wow_enable (struct ath_hw *ah, u32 pattern_enable)
 
 EXPORT_SYMBOL (ath9k_hw_wow_enable)
 

Function Documentation

void ath9k_hw_wow_apply_pattern ( struct ath_hw ah,
u8 user_pattern,
u8 user_mask,
int  pattern_count,
int  pattern_len 
)

Definition at line 135 of file wow.c.

void ath9k_hw_wow_enable ( struct ath_hw ah,
u32  pattern_enable 
)

Definition at line 290 of file wow.c.

const char* ath9k_hw_wow_event_to_string ( u32  wow_event)

Definition at line 22 of file wow.c.

u32 ath9k_hw_wow_wakeup ( struct ath_hw ah)

Definition at line 206 of file wow.c.

EXPORT_SYMBOL ( ath9k_hw_wow_event_to_string  )
EXPORT_SYMBOL ( ath9k_hw_wow_apply_pattern  )
EXPORT_SYMBOL ( ath9k_hw_wow_wakeup  )
EXPORT_SYMBOL ( ath9k_hw_wow_enable  )