Scroll to navigation

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

struct list_head family_entry

family linked list

u8 fid

8 bit family identifier

struct w1_family_ops * fops

operations for this family

atomic_t refcnt

reference counter

AUTHOR

David Fries <David@Fries.net>

Author.

COPYRIGHT

June 2017 Kernel Hackers Manual 4.11