Searched refs:slave_ttl (Results 1 – 3 of 3) sorted by relevance
33 static struct w1_master *w1_alloc_dev(u32 id, int slave_count, int slave_ttl, in w1_alloc_dev() argument59 dev->slave_ttl = slave_ttl; in w1_alloc_dev()
61 module_param_named(slave_ttl, w1_max_slave_ttl, int, 0);62 MODULE_PARM_DESC(slave_ttl,784 sl->ttl = dev->slave_ttl; in w1_attach_slave_device()1091 sl->ttl = dev->slave_ttl; in w1_search_process_cb()
217 int slave_ttl; member