Home
last modified time | relevance | path

Searched refs:slave_count (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/w1/
Dw1_int.c41 static struct w1_master *w1_alloc_dev(u32 id, int slave_count, int slave_ttl, in w1_alloc_dev() argument
62 dev->max_slave_count = slave_count; in w1_alloc_dev()
63 dev->slave_count = 0; in w1_alloc_dev()
Dw1.c98 sl->master->slave_count--; in w1_slave_release()
366 count = sprintf(buf, "%d\n", md->slave_count); in w1_master_attribute_show_slave_count()
542 static W1_MASTER_ATTR_RO(slave_count, S_IRUGO);
757 dev->slave_count++; in w1_attach_slave_device()
939 int i, slave_count = 0; in w1_search() local
952 while ( !last_device && (slave_count++ < dev->max_slave_count) ) { in w1_search()
1027 if (!last_device && slave_count == dev->max_slave_count && in w1_search()
Dw1.h230 int max_slave_count, slave_count; member
Dw1_io.c406 if (sl->master->slave_count == 1) in w1_reset_select_slave()
Dw1_netlink.c547 (dev->slave_count + dev->max_slave_count); in w1_list_count_cmds()