struct_w1_family (9) - Linux Manuals
struct_w1_family: reference counted family structure.
NAME
struct_w1_family - reference counted family structure.
SYNOPSIS
struct w1_family { struct list_head family_entry; u8 fid; struct w1_family_ops * fops; atomic_t refcnt; };
MEMBERS
family_entry
- family linked list
fid
- 8 bit family identifier
fops
- operations for this family
refcnt
- reference counter
AUTHOR
David Fries <David [at] Fries.net>
- Author.
COPYRIGHT