Lines Matching defs:w1_master
199 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;
215 u32 id;
216 int search_count;
218 u64 search_id;
220 atomic_t refcnt;
222 void *priv;
225 int enable_pullup;
227 int pullup_duration;
229 long flags;
231 struct task_struct *thread;
232 struct mutex mutex;
233 struct mutex bus_mutex;
235 struct device_driver *driver;
236 struct device dev;
238 struct w1_bus_master *bus_master;
240 u32 seq;