Searched refs:component_list (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/char/mwave/
H A Dmwavepub.h63 unsigned long component_list[7]; member in struct:_MW_ABILITIES
H A Dtp3780i.c484 pAbilities->component_list[0] = 0x00010000 | MW_ADC_MASK;
485 pAbilities->component_list[1] = 0x00010000 | MW_ACI_MASK;
486 pAbilities->component_list[2] = 0x00010000 | MW_AIC1_MASK;
487 pAbilities->component_list[3] = 0x00010000 | MW_AIC2_MASK;
488 pAbilities->component_list[4] = 0x00010000 | MW_CDDAC_MASK;
489 pAbilities->component_list[5] = 0x00010000 | MW_MIDI_MASK;
490 pAbilities->component_list[6] = 0x00010000 | MW_UART_MASK;
/linux-master/include/linux/
H A Draid_class.h44 struct list_head component_list; member in struct:raid_data
/linux-master/drivers/scsi/
H A Draid_class.c88 INIT_LIST_HEAD(&rd->component_list);
101 list_for_each_entry_safe(rc, next, &rd->component_list, node) {
/linux-master/drivers/base/
H A Dcomponent.c76 static LIST_HEAD(component_list);
158 list_for_each_entry(c, &component_list, node) {
728 list_add_tail(&component->node, &component_list);
807 list_for_each_entry(c, &component_list, node)
/linux-master/sound/soc/
H A Dsoc-core.c48 static LIST_HEAD(component_list);
52 list_for_each_entry(component, &component_list, list)
195 DEFINE_SHOW_ATTRIBUTE(component_list); variable
2849 list_add(&component->list, &component_list);

Completed in 135 milliseconds