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

#include <rfkill.h>

Data Fields

__u32 idx
 
__u8 type
 
__u8 op
 
__u8 soft
 
__u8 hard
 

Detailed Description

struct rfkill_event - events for userspace on /dev/rfkill : index of dev rfkill : type of the rfkill struct : operation code : hard state (0/1) : soft state (0/1)

Structure used for userspace communication on /dev/rfkill, used for events from the kernel and control to the kernel.

Definition at line 79 of file rfkill.h.

Field Documentation

__u8 hard

Definition at line 83 of file rfkill.h.

__u32 idx

Definition at line 80 of file rfkill.h.

Definition at line 82 of file rfkill.h.

__u8 soft

Definition at line 83 of file rfkill.h.

Definition at line 81 of file rfkill.h.


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