Searched refs:components (Results 1 - 7 of 7) sorted by relevance

/drivers/misc/
H A Denclosure.c117 * @components: number of components in the enclosure
124 enclosure_register(struct device *dev, const char *name, int components, argument
129 sizeof(struct enclosure_component)*components,
138 edev->components = components;
148 for (i = 0; i < components; i++)
179 for (i = 0; i < edev->components; i++)
259 * give their components a unique name. If not, leave the field NULL
274 if (number >= edev->components)
[all...]
/drivers/base/
H A Dcomponent.c32 struct list_head components; member in struct:master
71 list_add_tail(&c->master_node, &master->components);
117 * Search the list of components, looking for components that
125 * any components which are found to this master.
137 /* Detach all attached components from this master */
140 while (!list_empty(&master->components)) {
141 struct component *c = list_first_entry(&master->components,
166 * Search the list of components, looking for components tha
[all...]
/drivers/scsi/
H A Dses.c347 for (i = 0; i < edev->components; i++) {
366 int i, j, page7_len, len, components; local
404 components = 0;
427 components++,
431 ecomp = &edev->component[components++];
492 int i, types, len, components = 0; local
551 components += type_ptr[1];
591 scomp = kzalloc(sizeof(struct ses_component) * components, GFP_KERNEL);
596 components, &ses_enclosure_callbacks);
605 for (i = 0; i < components;
[all...]
/drivers/net/ethernet/ibm/emac/
H A Dcore.h448 * in emac_ethtool_regs_hdr.components
455 u32 components; member in struct:emac_ethtool_regs_hdr
H A Dcore.c2142 hdr->components = 0;
2148 hdr->components |= EMAC_ETHTOOL_REGS_ZMII;
2152 hdr->components |= EMAC_ETHTOOL_REGS_RGMII;
2156 hdr->components |= EMAC_ETHTOOL_REGS_TAH;
/drivers/media/platform/s5p-jpeg/
H A Djpeg-core.c896 int c, components = 0, notfound; local
931 components = get_byte(&jpeg_buffer);
932 if (components == -1)
936 if (components == 1) {
944 skip(&jpeg_buffer, components * 2);
965 result->size = components;
/drivers/mfd/
H A DKconfig49 individual components like LCD backlight, LEDs, GPIOs and Kepad
79 components like regulators or the PEK (Power Enable Key) under the
127 individual components like LCD backlight, voltage regulators,
222 individul components like voltage regulators under corresponding
355 select individual components like voltage regulators, RTC and
367 components like codec device, headset/Mic device under the
378 select individual components like voltage regulators, RTC and

Completed in 195 milliseconds