Searched defs:w1_master (Results 1 – 1 of 1) sorted by relevance
203 struct w1_master { struct204 struct list_head w1_master_entry; argument209 * w1_master.mutex locked and is operating on the bus. argument212 struct mutex list_mutex;213 struct list_head slist;214 struct list_head async_list;215 int max_slave_count, slave_count;216 unsigned long attempts;217 int slave_ttl;218 int initialized;[all …]