Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
rfkill Struct Reference

Data Fields

spinlock_t lock
 
const charname
 
enum rfkill_type type
 
unsigned long state
 
u32 idx
 
bool registered
 
bool persistent
 
struct rfkill_opsops
 
voiddata
 
struct device dev
 
struct list_head node
 
struct delayed_work poll_work
 
struct work_struct uevent_work
 
struct work_struct sync_work
 

Detailed Description

Definition at line 51 of file core.c.

Field Documentation

Definition at line 65 of file core.c.

Definition at line 72 of file core.c.

u32 idx

Definition at line 59 of file core.c.

spinlock_t lock

Definition at line 52 of file core.c.

const char* name

Definition at line 54 of file core.c.

Definition at line 73 of file core.c.

Definition at line 64 of file core.c.

bool persistent

Definition at line 62 of file core.c.

struct delayed_work poll_work

Definition at line 75 of file core.c.

bool registered

Definition at line 61 of file core.c.

unsigned long state

Definition at line 57 of file core.c.

struct work_struct sync_work

Definition at line 77 of file core.c.

Definition at line 55 of file core.c.

struct work_struct uevent_work

Definition at line 76 of file core.c.


The documentation for this struct was generated from the following file: