Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
w1_int.c File Reference
#include <linux/kernel.h>
#include <linux/list.h>
#include <linux/delay.h>
#include <linux/kthread.h>
#include <linux/slab.h>
#include <linux/export.h>
#include <linux/moduleparam.h>
#include "w1.h"
#include "w1_log.h"
#include "w1_netlink.h"
#include "w1_int.h"

Go to the source code of this file.

Functions

 module_param_named (search_count, w1_search_count, int, 0)
 
 module_param_named (enable_pullup, w1_enable_pullup, int, 0)
 
int w1_add_master_device (struct w1_bus_master *master)
 
void __w1_remove_master_device (struct w1_master *dev)
 
void w1_remove_master_device (struct w1_bus_master *bm)
 
 EXPORT_SYMBOL (w1_add_master_device)
 
 EXPORT_SYMBOL (w1_remove_master_device)
 

Function Documentation

void __w1_remove_master_device ( struct w1_master *  dev)

Definition at line 197 of file w1_int.c.

EXPORT_SYMBOL ( w1_add_master_device  )
EXPORT_SYMBOL ( w1_remove_master_device  )
module_param_named ( search_count  ,
w1_search_count  ,
int  ,
 
)
module_param_named ( enable_pullup  ,
w1_enable_pullup  ,
int  ,
 
)
int w1_add_master_device ( struct w1_bus_master *  master)

Definition at line 106 of file w1_int.c.

void w1_remove_master_device ( struct w1_bus_master *  bm)

Definition at line 231 of file w1_int.c.