Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
w1_int.h File Reference
#include <linux/kernel.h>
#include <linux/device.h>
#include "w1.h"

Go to the source code of this file.

Functions

int w1_add_master_device (struct w1_bus_master *)
 
void w1_remove_master_device (struct w1_bus_master *)
 
void __w1_remove_master_device (struct w1_master *)
 

Function Documentation

void __w1_remove_master_device ( struct w1_master *  )

Definition at line 197 of file w1_int.c.

int w1_add_master_device ( struct w1_bus_master *  )

Definition at line 106 of file w1_int.c.

void w1_remove_master_device ( struct w1_bus_master *  )

Definition at line 231 of file w1_int.c.