other versions
- stretch 4.9.168-1
| 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 typeSYNOPSIS¶
struct w1_family_ops {
int (* add_slave) (struct w1_slave *);
void (* remove_slave) (struct w1_slave *);
const struct attribute_group ** groups;
};
MEMBERS¶
add_slaveadd_slave
remove_slave
remove_slave
groups
sysfs group
AUTHOR¶
David Fries <David@Fries.net>Author.
COPYRIGHT¶
| April 2019 | Kernel Hackers Manual 4.9. |