Lines Matching defs:w1_master
158 struct w1_master struct
160 struct list_head w1_master_entry; argument
161 struct module *owner;
162 unsigned char name[W1_MAXNAMELEN];
163 struct list_head slist;
164 int max_slave_count, slave_count;
165 unsigned long attempts;
166 int slave_ttl;
167 int initialized;
168 u32 id;
192 int w1_create_master_attributes(struct w1_master *); argument