/linux-2.6.39/drivers/misc/ |
D | enclosure.c | 124 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/ |
D | ses.c | 342 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/ |
D | pops_clicks.txt | 5 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/ |
D | get_dvb_firmware | 24 @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/ |
D | THANKS | 17 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/ |
D | Kconfig | 118 int "PMEM for kernel components (in MB)" 122 Configures the amount of PMEM for use by kernel components
|
/linux-2.6.39/sound/core/ |
D | init.c | 814 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/ |
D | Kconfig | 7 Apple Onboard Audio components.
|
/linux-2.6.39/fs/ecryptfs/ |
D | Kconfig | 10 eCryptfs. Userspace components are required and can be
|
/linux-2.6.39/drivers/staging/bcm/ |
D | TODO | 6 have same user level components.
|
/linux-2.6.39/include/linux/ |
D | enclosure.h | 102 int components; member
|
/linux-2.6.39/drivers/media/dvb/siano/ |
D | Kconfig | 18 menu "Siano module components"
|
/linux-2.6.39/Documentation/power/regulator/ |
D | design.txt | 14 have different power requirments, and not all components with power
|
/linux-2.6.39/Documentation/acpi/ |
D | debug.txt | 26 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/ |
D | numa | 9 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/ |
D | pkgtemp | 18 other components in a package. The feature is first implemented in Intel Sandy
|
/linux-2.6.39/Documentation/s390/ |
D | 3270.ChangeLog | 39 * the components are remodularized: added source modules are
|
/linux-2.6.39/Documentation/netlabel/ |
D | introduction.txt | 12 is composed of three main components, the protocol engines, the communication
|
/linux-2.6.39/Documentation/sound/oss/ |
D | PSS-updates | 43 just configure non-sound components. 0 configures all components, a non-0
|
/linux-2.6.39/Documentation/rapidio/ |
D | rapidio.txt | 11 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/ |
D | IXP2000 | 30 components of the chip are accessed via Intel's closed source SDK.
|
/linux-2.6.39/Documentation/fb/ |
D | internals.txt | 80 pseudo color, where the red, green and blue components are always equal to
|
/linux-2.6.39/Documentation/frv/ |
D | booting.txt | 83 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/ |
D | core.h | 447 u32 components; member
|
/linux-2.6.39/fs/nfs/ |
D | nfs4namespace.c | 41 const struct nfs4_string *component = &pathname->components[n]; in nfs4_pathname_string()
|