ATTRIBUTE_CONTAINER_DEVICE_TRIGGER
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
attribute_container_device_trigger - execute a trigger for each matching classdev
SYNOPSIS
"SYNOPSIS"
void attribute_container_device_trigger (struct device * dev, int (*fn)
struct attribute_container *, struct device *, struct class_device *);
ARGUMENTS
- dev
-
The generic device to run the trigger for
fn the function to execute for each classdev.
- fn
-
-- undescribed --
DESCRIPTION
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 attribute_container_trigger instead.
DESCRIPTION
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 attribute_container_trigger instead.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 00:01:57 GMT, October 09, 2005