Lines Matching defs:w1_master
203 struct w1_master { struct
204 struct list_head w1_master_entry; argument
209 * w1_master.mutex locked and is operating on the bus. argument
212 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;
219 u32 id;
220 int search_count;
222 u64 search_id;
224 atomic_t refcnt;
226 void *priv;
229 int enable_pullup;
231 int pullup_duration;
233 long flags;
235 struct task_struct *thread;
236 struct mutex mutex;
237 struct mutex bus_mutex;
239 struct device_driver *driver;
240 struct device dev;
242 struct w1_bus_master *bus_master;
244 u32 seq;