Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
rfkill.h File Reference

Go to the source code of this file.

Functions

void rfkill_switch_all (const enum rfkill_type type, bool blocked)
 
void rfkill_epo (void)
 
void rfkill_restore_states (void)
 
void rfkill_remove_epo_lock (void)
 
bool rfkill_is_epo_lock_active (void)
 
bool rfkill_get_global_sw_state (const enum rfkill_type type)
 
int rfkill_handler_init (void)
 
void rfkill_handler_exit (void)
 

Function Documentation

void rfkill_epo ( void  )
bool rfkill_get_global_sw_state ( const enum rfkill_type  type)
void rfkill_handler_exit ( void  )

Definition at line 346 of file input.c.

int rfkill_handler_init ( void  )

Definition at line 322 of file input.c.

bool rfkill_is_epo_lock_active ( void  )
void rfkill_remove_epo_lock ( void  )
void rfkill_restore_states ( void  )
void rfkill_switch_all ( const enum rfkill_type  type,
bool  blocked 
)