Lines Matching full:container
3 * attribute_container.c - implementation of a simple container for classes
24 * container .. it should never be visible outside this file */
47 * attribute_container_classdev_to_container - given a classdev, return the container
51 * Returns the container associated with this classdev.
67 * attribute_container_register - register an attribute container
69 * @cont: The container to register. This must be allocated by the
88 * attribute_container_unregister - remove a container registration
90 * @cont: previously registered container to remove
123 * attribute_container_add_device - see if any container is interested in dev
160 dev_err(dev, "failed to allocate class container\n"); in attribute_container_add_device()
349 * the container and the classdev. If you only care about the
350 * container, then use attribute_container_trigger() instead.
382 * attribute_container_trigger - trigger a function for each matching container
414 * attributes listed in the container
519 * @cont: the container
522 * Looks up the device in the container's list of class devices and returns