Home
last modified time | relevance | path

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

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