Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | w1_netlink_msg |
struct | w1_netlink_cmd |
Enumerations | |
enum | w1_netlink_message_types { W1_SLAVE_ADD = 0, W1_SLAVE_REMOVE, W1_MASTER_ADD, W1_MASTER_REMOVE, W1_MASTER_CMD, W1_SLAVE_CMD, W1_LIST_MASTERS } |
enum | w1_commands { W1_CMD_READ = 0, W1_CMD_WRITE, W1_CMD_SEARCH, W1_CMD_ALARM_SEARCH, W1_CMD_TOUCH, W1_CMD_RESET, W1_CMD_MAX } |
enum w1_commands |
W1_CMD_READ | |
W1_CMD_WRITE | |
W1_CMD_SEARCH | |
W1_CMD_ALARM_SEARCH | |
W1_CMD_TOUCH | |
W1_CMD_RESET | |
W1_CMD_MAX |
Definition at line 55 of file w1_netlink.h.
W1_SLAVE_ADD | |
W1_SLAVE_REMOVE | |
W1_MASTER_ADD | |
W1_MASTER_REMOVE | |
W1_MASTER_CMD | |
W1_SLAVE_CMD | |
W1_LIST_MASTERS |
Definition at line 30 of file w1_netlink.h.