'\" t .\" Title: struct w1_family_ops .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: March 2017 .\" Manual: W1 API internal to the kernel .\" Source: Kernel Hackers Manual 4.10.7 .\" Language: English .\" .TH "STRUCT W1_FAMILY_OPS" "9" "March 2017" "Kernel Hackers Manual 4\&.10\&" "W1 API internal to the kernel" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" struct_w1_family_ops \- operations for a family type .SH "SYNOPSIS" .sp .nf struct w1_family_ops { int (* add_slave) (struct w1_slave *); void (* remove_slave) (struct w1_slave *); const struct attribute_group ** groups; }; .fi .SH "MEMBERS" .PP add_slave .RS 4 add_slave .RE .PP remove_slave .RS 4 remove_slave .RE .PP groups .RS 4 sysfs group .RE .SH "AUTHOR" .PP \fBDavid Fries\fR <\&David@Fries.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br