Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/w1/
Dw1_int.c24 static struct w1_master *w1_alloc_dev(u32 id, int slave_count, int slave_ttl, in w1_alloc_dev() argument
46 dev->slave_ttl = slave_ttl; in w1_alloc_dev()
Dw1.c54 module_param_named(slave_ttl, w1_max_slave_ttl, int, 0);
55 MODULE_PARM_DESC(slave_ttl,
768 sl->ttl = dev->slave_ttl; in w1_attach_slave_device()
1106 sl->ttl = dev->slave_ttl; in w1_search_process_cb()
/linux-6.12.1/include/linux/
Dw1.h214 int slave_ttl; member