struct_w1_family_ops(9) 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 <[email protected]>

Author.

COPYRIGHT