#include <linux/input.h>
#include <linux/slab.h>
#include <linux/moduleparam.h>
#include <linux/workqueue.h>
#include <linux/init.h>
#include <linux/rfkill.h>
#include <linux/sched.h>
#include "rfkill.h"
Go to the source code of this file.
#define RFKILL_OPS_DELAY 200 |
- Enumerator:
RFKILL_INPUT_MASTER_UNLOCK |
|
RFKILL_INPUT_MASTER_RESTORE |
|
RFKILL_INPUT_MASTER_UNBLOCKALL |
|
NUM_RFKILL_INPUT_MASTER_MODES |
|
Definition at line 26 of file input.c.
- Enumerator:
RFKILL_GLOBAL_OP_EPO |
|
RFKILL_GLOBAL_OP_RESTORE |
|
RFKILL_GLOBAL_OP_UNLOCK |
|
RFKILL_GLOBAL_OP_UNBLOCK |
|
Definition at line 47 of file input.c.
module_param_named |
( |
master_switch_mode |
, |
|
|
rfkill_master_switch_mode |
, |
|
|
uint |
, |
|
|
0 |
|
|
) |
| |
MODULE_PARM_DESC |
( |
master_switch_mode |
| ) |
|