Lines Matching defs:w1_master
200 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;
216 u32 id;
217 int search_count;
219 u64 search_id;
221 atomic_t refcnt;
223 void *priv;
226 int enable_pullup;
228 int pullup_duration;
230 long flags;
232 struct task_struct *thread;
233 struct mutex mutex;
234 struct mutex bus_mutex;
236 struct device_driver *driver;
237 struct device dev;
239 struct w1_bus_master *bus_master;
241 u32 seq;