Home
last modified time | relevance | path

Searched defs:w1_master (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/include/linux/
Dw1.h200 struct w1_master { struct
201 struct list_head w1_master_entry; argument
206 * w1_master.mutex locked and is operating on the bus. argument
209 struct mutex list_mutex;
210 struct list_head slist;
211 struct list_head async_list;
212 int max_slave_count, slave_count;
213 unsigned long attempts;
214 int slave_ttl;
215 int initialized;
[all …]