#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.
void __w1_remove_master_device |
( |
struct w1_master * |
dev | ) |
|
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_bus_master * |
bm | ) |
|