Home
last modified time | relevance | path

Searched refs:w1_max_slave_count (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/w1/
H A Dw1_internal.h69 extern int w1_max_slave_count;
H A Dw1_int.c118 dev = w1_alloc_dev(id, w1_max_slave_count, w1_max_slave_ttl, in w1_add_master_device()
H A Dw1.c40 /* A search stops when w1_max_slave_count devices have been found in that
45 * device on the network and w1_max_slave_count is set to 1, the device id can
48 int w1_max_slave_count = 64; variable
49 module_param_named(max_slave_count, w1_max_slave_count, int, 0);