.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "ATTRIBUTE_CONTAINER_TRIGGER" "9" "09 October 2005" "" ""
.SH NAME
attribute_container_trigger \- trigger a function for each matching container
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void attribute_container_trigger (struct device * \fIdev\fB, int (*\fIfn\fB)
struct attribute_container *, struct device *);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdev\fB\fR
The generic device to activate the trigger for
.TP
\fB\fIfn\fB\fR
the function to trigger
.SH "DESCRIPTION"
.PP
This routine triggers a function that only needs to know the
matching containers (not the classdev) associated with a device.
It is more lightweight than attribute_container_device_trigger, so
should be used in preference unless the triggering function
actually needs to know the classdev.
.SH "DESCRIPTION"
.PP
This routine triggers a function that only needs to know the
matching containers (not the classdev) associated with a device.
It is more lightweight than attribute_container_device_trigger, so
should be used in preference unless the triggering function
actually needs to know the classdev.