.\" 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_DEVICE_TRIGGER" "9" "09 October 2005" "" "" .SH NAME attribute_container_device_trigger \- execute a trigger for each matching classdev .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void attribute_container_device_trigger (struct device * \fIdev\fB, int (*\fIfn\fB) struct attribute_container *, struct device *, struct class_device *); \fR .SH "ARGUMENTS" .TP \fB\fIdev\fB\fR The generic device to run the trigger for \fIfn\fR the function to execute for each classdev. .TP \fB\fIfn\fB\fR -- undescribed -- .SH "DESCRIPTION" .PP This funcion is for executing a trigger when you need to know both the container and the classdev. If you only care about the container, then use \fBattribute_container_trigger\fR instead. .SH "DESCRIPTION" .PP This funcion is for executing a trigger when you need to know both the container and the classdev. If you only care about the container, then use \fBattribute_container_trigger\fR instead.