struct_w1_family_ops (9) Linux Manual Page
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 [at] Fries.net>
- Author.
