Reference counted family structure.
struct w1_family {
struct list_head family_entry;
u8 fid;
struct w1_family_ops * fops;
atomic_t refcnt;
};
family_entry
family linked list
fid
8 bit family identifier
fops
operations for this family
refcnt
reference counter
David Fries <[email protected]>
Author.