Home
last modified time | relevance | path

Searched refs:components (Results 1 – 25 of 90) sorted by relevance

1234

/linux-2.6.39/drivers/misc/
Denclosure.c124 enclosure_register(struct device *dev, const char *name, int components, in enclosure_register() argument
129 sizeof(struct enclosure_component)*components, in enclosure_register()
138 edev->components = components; in enclosure_register()
148 for (i = 0; i < components; i++) in enclosure_register()
179 for (i = 0; i < edev->components; i++) in enclosure_unregister()
267 if (number >= edev->components) in enclosure_component_register()
317 if (!edev || component >= edev->components) in enclosure_add_device()
350 for (i = 0; i < edev->components; i++) { in enclosure_remove_device()
374 return snprintf(buf, 40, "%d\n", edev->components); in enclosure_show_components()
378 __ATTR(components, S_IRUGO, enclosure_show_components, NULL),
/linux-2.6.39/drivers/scsi/
Dses.c342 for (i = 0; i < edev->components; i++) { in ses_enclosure_find_by_addr()
361 int i, j, page7_len, len, components; in ses_enclosure_data_process() local
399 components = 0; in ses_enclosure_data_process()
422 components++, in ses_enclosure_data_process()
426 ecomp = &edev->component[components++]; in ses_enclosure_data_process()
506 int i, types, len, components = 0; in ses_intf_add() local
565 components += type_ptr[1]; in ses_intf_add()
605 scomp = kzalloc(sizeof(struct ses_component) * components, GFP_KERNEL); in ses_intf_add()
610 components, &ses_enclosure_callbacks); in ses_intf_add()
619 for (i = 0; i < components; i++) in ses_intf_add()
/linux-2.6.39/Documentation/sound/alsa/soc/
Dpops_clicks.txt5 of components within the audio subsystem. This is noticeable on PCs when an
10 because the components within the subsystem are being dynamically powered
21 components in a specific order. This order is different for startup and
37 playback in that components are powered in a sequence depending upon stream
/linux-2.6.39/Documentation/dvb/
Dget_dvb_firmware24 @components = ( "sp8870", "sp887x", "tda10045", "tda10046",
37 for ($i=0; $i < scalar(@components); $i++) {
38 if ($cid eq $components[$i]) {
755 @components = sort @components;
756 for($i=0; $i < scalar(@components); $i++) {
757 print STDERR "\t" . $components[$i] . "\n";
/linux-2.6.39/Documentation/video4linux/bttv/
DTHANKS17 components on their cards. (E.g. how the tuner type is detected)
20 - Hauppauge for telling how the sound input is selected and what components
/linux-2.6.39/drivers/staging/msm/
DKconfig118 int "PMEM for kernel components (in MB)"
122 Configures the amount of PMEM for use by kernel components
/linux-2.6.39/sound/core/
Dinit.c814 ptr = strstr(card->components, component); in snd_component_add()
819 if (strlen(card->components) + 1 + len + 1 > sizeof(card->components)) { in snd_component_add()
823 if (card->components[0] != '\0') in snd_component_add()
824 strcat(card->components, " "); in snd_component_add()
825 strcat(card->components, component); in snd_component_add()
/linux-2.6.39/sound/aoa/
DKconfig7 Apple Onboard Audio components.
/linux-2.6.39/fs/ecryptfs/
DKconfig10 eCryptfs. Userspace components are required and can be
/linux-2.6.39/drivers/staging/bcm/
DTODO6 have same user level components.
/linux-2.6.39/include/linux/
Denclosure.h102 int components; member
/linux-2.6.39/drivers/media/dvb/siano/
DKconfig18 menu "Siano module components"
/linux-2.6.39/Documentation/power/regulator/
Ddesign.txt14 have different power requirments, and not all components with power
/linux-2.6.39/Documentation/acpi/
Ddebug.txt26 The "debug_layer" is a mask that selects components of interest, e.g., a
34 The possible components are defined in include/acpi/acoutput.h and
/linux-2.6.39/Documentation/vm/
Dnuma9 comprises multiple components or assemblies each of which may contain 0
11 disambiguate the hardware view of these physical components/assemblies
12 from the software abstraction thereof, we'll call the components/assemblies
16 of the system--although some components necessary for a stand-alone SMP system
/linux-2.6.39/Documentation/hwmon/
Dpkgtemp18 other components in a package. The feature is first implemented in Intel Sandy
/linux-2.6.39/Documentation/s390/
D3270.ChangeLog39 * the components are remodularized: added source modules are
/linux-2.6.39/Documentation/netlabel/
Dintroduction.txt12 is composed of three main components, the protocol engines, the communication
/linux-2.6.39/Documentation/sound/oss/
DPSS-updates43 just configure non-sound components. 0 configures all components, a non-0
/linux-2.6.39/Documentation/rapidio/
Drapidio.txt11 information on its major components.
28 Each of these components is represented in the subsystem by an associated data
29 structure. The core logical components of the RapidIO subsystem are defined
/linux-2.6.39/Documentation/arm/
DIXP200030 components of the chip are accessed via Intel's closed source SDK.
/linux-2.6.39/Documentation/fb/
Dinternals.txt80 pseudo color, where the red, green and blue components are always equal to
/linux-2.6.39/Documentation/frv/
Dbooting.txt83 how to find its root filesystem. This is made up of the following components,
121 The remaining components are all optional:
/linux-2.6.39/drivers/net/ibm_newemac/
Dcore.h447 u32 components; member
/linux-2.6.39/fs/nfs/
Dnfs4namespace.c41 const struct nfs4_string *component = &pathname->components[n]; in nfs4_pathname_string()

1234