Lines Matching defs:components
28 struct list_head components;
424 data->component_start = component_area->components;
484 list_add_tail(&component->entry, &data->components);
549 list_for_each_entry_safe(component, c_safe, &data->components, entry) {
731 * Loop over each component, sending the applicable components to the firmware
743 list_for_each_entry(component, &data->components, entry) {
746 /* Skip components which are not intended for this device */
785 list_for_each_entry(component, &data->components, entry) {
788 /* Skip components which are not intended for this device */
828 * components indicated in the firmware file.
842 INIT_LIST_HEAD(&data->components);