Lines Matching full:slaves
87 INIT_LIST_HEAD(&bus->slaves); in sdw_bus_master_add()
128 * Create Slave devices based on Slaves described in in sdw_bus_master_add()
139 dev_err(bus->dev, "Finding slaves failed:%d\n", ret); in sdw_bus_master_add()
149 * Default active bank will be 0 as out of reset the Slaves have in sdw_bus_master_add()
700 list_for_each_entry(slave, &bus->slaves, node) { in sdw_get_slave()
858 list_for_each_entry_safe(slave, _s, &bus->slaves, node) { in sdw_program_device_num()
1061 list_for_each_entry(slave, &bus->slaves, node) { in sdw_bus_prep_clk_stop()
1099 * Don't wait for all Slaves to be ready if they follow the simple in sdw_bus_prep_clk_stop()
1115 /* Inform slaves that prep is done */ in sdw_bus_prep_clk_stop()
1116 list_for_each_entry(slave, &bus->slaves, node) { in sdw_bus_prep_clk_stop()
1143 * After preparing the Slaves for clock stop, stop the clock by broadcasting
1151 * broadcast clock stop now, attached Slaves will ACK this, in sdw_bus_clk_stop()
1171 * This De-prepares the Slaves by exiting Clock Stop Mode 0. For the Slaves
1187 list_for_each_entry(slave, &bus->slaves, node) { in sdw_bus_exit_clk_stop()
1220 * Don't wait for all Slaves to be ready if they follow the simple in sdw_bus_exit_clk_stop()
1229 list_for_each_entry(slave, &bus->slaves, node) { in sdw_bus_exit_clk_stop()
1853 /* first check if any Slaves fell off the bus */ in sdw_handle_slave_status()