Home
last modified time | relevance | path

Searched refs:component (Results 1 – 11 of 11) sorted by relevance

/include/sound/
Dsoc-component.h43 int (*probe)(struct snd_soc_component *component);
44 void (*remove)(struct snd_soc_component *component);
45 int (*suspend)(struct snd_soc_component *component);
46 int (*resume)(struct snd_soc_component *component);
48 unsigned int (*read)(struct snd_soc_component *component,
50 int (*write)(struct snd_soc_component *component,
58 int (*set_sysclk)(struct snd_soc_component *component,
60 int (*set_pll)(struct snd_soc_component *component, int pll_id,
62 int (*set_jack)(struct snd_soc_component *component,
66 int (*of_xlate_dai_name)(struct snd_soc_component *component,
[all …]
Dhdmi-codec.h116 int hdmi_codec_set_jack_detect(struct snd_soc_component *component,
Dsoc.h447 struct snd_soc_component *component,
549 struct snd_ac97 *snd_soc_alloc_ac97_component(struct snd_soc_component *component);
550 struct snd_ac97 *snd_soc_new_ac97_component(struct snd_soc_component *component,
581 int snd_soc_add_component_controls(struct snd_soc_component *component,
751 struct snd_soc_component *component; member
994 int (*init)(struct snd_soc_component *component);
1131 #define for_each_card_auxs(card, component) \ argument
1132 list_for_each_entry(component, &card->aux_comp_list, card_aux_list)
1133 #define for_each_card_auxs_safe(card, component, _comp) \ argument
1134 list_for_each_entry_safe(component, _comp, \
[all …]
Dsoc-dai.h347 struct snd_soc_component *component; member
Dcore.h235 int snd_component_add(struct snd_card *card, const char *component);
Dsoc-dapm.h427 struct snd_soc_component *component);
675 struct snd_soc_component *component; /* parent component */ member
/include/acpi/
Dacoutput.h262 #define ACPI_IS_DEBUG_ENABLED(level, component) \ argument
263 ((level & acpi_dbg_level) && (component & acpi_dbg_layer))
297 #define ACPI_DO_DEBUG_PRINT(function, level, line, filename, modulename, component, ...) \ argument
299 if (ACPI_IS_DEBUG_ENABLED (level, component)) \
301 function (level, line, filename, modulename, component, __VA_ARGS__); \
305 #define ACPI_ACTUAL_DEBUG(level, line, filename, modulename, component, ...) \ argument
307 filename, modulename, component, __VA_ARGS__)
309 #define ACPI_ACTUAL_DEBUG_RAW(level, line, filename, modulename, component, ...) \ argument
311 filename, modulename, component, __VA_ARGS__)
451 #define ACPI_IS_DEBUG_ENABLED(level, component) 0 argument
/include/linux/
Denclosure.h104 struct enclosure_component component[0]; member
127 int enclosure_add_device(struct enclosure_device *enclosure, int component,
/include/media/
Dtuner.h222 int (*tuner_callback)(void *dev, int component, int cmd, int arg);
Ddvb_frontend.h698 int (*callback)(void *adapter_priv, int component, int cmd, int arg);
/include/net/
Ddevlink.h708 const char *component,
958 const char *component,