Scroll to navigation

STRUCT W1_FAMILY_OPS(9) W1 API internal to the kernel STRUCT W1_FAMILY_OPS(9)

NAME

struct_w1_family_ops - operations for a family type

SYNOPSIS

struct w1_family_ops {

int (* add_slave) (struct w1_slave *);
void (* remove_slave) (struct w1_slave *);
const struct attribute_group ** groups; };

MEMBERS

add_slave

add_slave

remove_slave

remove_slave

groups

sysfs group

AUTHOR

David Fries <David@Fries.net>

Author.

COPYRIGHT

March 2017 Kernel Hackers Manual 4.10