other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| STRUCT W1_FAMILY(9) | W1 API internal to the kernel | STRUCT W1_FAMILY(9) |
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_entryfamily linked list
fid
8 bit family identifier
fops
operations for this family
refcnt
reference counter
AUTHOR¶
David Fries <David@Fries.net>Author.
COPYRIGHT¶
| February 2017 | Kernel Hackers Manual 3.16 |