Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Enumerations
w1_netlink.h File Reference
#include <asm/types.h>
#include <linux/connector.h>
#include "w1.h"

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
}
 

Enumeration Type Documentation

Enumerator:
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.

Enumerator:
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.