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

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

Completed in 105 milliseconds