/openbmc/openbmc/poky/bitbake/lib/progressbar/ |
H A D | progressbar.py | 42 from . import widgets 99 _DEFAULT_WIDGETS = [widgets.Percentage(), ' ', widgets.Bar()] 101 def __init__(self, maxval=None, widgets=None, term_width=None, poll=1, argument 106 if widgets is None: 107 widgets = list(self._DEFAULT_WIDGETS) 110 self.widgets = widgets 203 for index, widget in enumerate(self.widgets): 204 if isinstance(widget, widgets.WidgetHFill): 208 widget = widgets.format_updatable(widget, self) 228 widgets = ''.join(self._format_widgets()) [all …]
|
H A D | __init__.py | 50 from .widgets import *
|
/openbmc/linux/Documentation/sound/soc/ |
H A D | dapm.rst | 54 widgets hereafter. 60 Audio DAPM widgets fall into a number of types:- 87 Power or clock supply widget used by other widgets. 131 build a list of widgets of the codecs and machines DAPM widgets. 133 Most widgets have a name, register, shift and invert. Some widgets have extra 144 Stream widgets have the following format:- 153 e.g. stream widgets for HiFi playback and capture 159 e.g. stream widgets for AIF 169 Path domain widgets have a ability to control or affect the audio signal or 198 Machine widgets are different from codec widgets in that they don't have a [all …]
|
/openbmc/openbmc/poky/meta/recipes-gnome/libhandy/ |
H A D | libhandy_1.8.3.bb | 1 SUMMARY = "A library full of GTK+ widgets for mobile phones" 2 DESCRIPTION = "Library with GTK widgets for mobile phones. Libhandy provides \ 3 GTK widgets and GObjects to ease developing applications for mobile phones. \ 5 to extend Gtk by providing mobile-friendly widgets and make the creation of \
|
/openbmc/linux/sound/hda/ |
H A D | hdac_sysfs.c | 322 struct hdac_widget_tree *tree = codec->widgets; in widget_tree_free() 335 codec->widgets = NULL; in widget_tree_free() 369 tree = codec->widgets = kzalloc(sizeof(*tree), GFP_KERNEL); in widget_tree_create() 405 if (codec->widgets) in hda_widget_sysfs_init() 432 if (!codec->widgets) in hda_widget_sysfs_reinit() 435 tree = kmemdup(codec->widgets, sizeof(*tree), GFP_KERNEL); in hda_widget_sysfs_reinit() 448 free_widget_node(codec->widgets->nodes[i], in hda_widget_sysfs_reinit() 459 codec->widgets->nodes[nid - codec->start_nid]; in hda_widget_sysfs_reinit() 463 kfree(codec->widgets->nodes); in hda_widget_sysfs_reinit() 464 kfree(codec->widgets); in hda_widget_sysfs_reinit() [all …]
|
/openbmc/linux/sound/soc/intel/avs/boards/ |
H A D | i2s_test.c | 81 struct snd_soc_dapm_widget **widgets, int *num_widgets) in avs_create_dapm_widgets() argument 102 *widgets = dw; in avs_create_dapm_widgets() 110 struct snd_soc_dapm_widget *widgets; in avs_i2s_test_probe() local 144 ret = avs_create_dapm_widgets(dev, ssp_port, &widgets, &num_widgets); in avs_i2s_test_probe() 156 card->dapm_widgets = widgets; in avs_i2s_test_probe()
|
/openbmc/linux/sound/soc/codecs/ |
H A D | audio-iio-aux.c | 123 static struct snd_soc_dapm_widget widgets[3]; variable 127 static_assert(ARRAY_SIZE(widgets) >= 3, "3 widgets are needed"); 155 widgets[0] = SND_SOC_DAPM_INPUT(input_name); in audio_iio_aux_add_dapms() 156 widgets[1] = SND_SOC_DAPM_OUTPUT(output_name); in audio_iio_aux_add_dapms() 157 widgets[2] = SND_SOC_DAPM_PGA(pga_name, SND_SOC_NOPM, 0, 0, NULL, 0); in audio_iio_aux_add_dapms() 158 ret = snd_soc_dapm_new_controls(dapm, widgets, 3); in audio_iio_aux_add_dapms()
|
H A D | hdac_hdmi.c | 1030 struct snd_soc_dapm_widget *widgets, in hdac_hdmi_add_pinmux_cvt_route() argument 1040 kc = widgets[mux_index].kcontrol_news; in hdac_hdmi_add_pinmux_cvt_route() 1044 widgets[mux_index].name, in hdac_hdmi_add_pinmux_cvt_route() 1046 widgets[j].name, NULL); in hdac_hdmi_add_pinmux_cvt_route() 1073 struct snd_soc_dapm_widget *widgets; in create_fill_widget_route_map() local 1086 widgets = devm_kzalloc(dapm->dev, (sizeof(*widgets) * in create_fill_widget_route_map() 1090 if (!widgets) in create_fill_widget_route_map() 1096 ret = hdac_hdmi_fill_widget_info(dapm->dev, &widgets[i], in create_fill_widget_route_map() 1110 ret = hdac_hdmi_fill_widget_info(dapm->dev, &widgets[i], in create_fill_widget_route_map() 1118 pin->ports[j].output_pin = widgets[i].name; in create_fill_widget_route_map() [all …]
|
/openbmc/linux/sound/soc/intel/boards/ |
H A D | bytcht_nocodec.c | 20 static const struct snd_soc_dapm_widget widgets[] = { variable 159 .dapm_widgets = widgets, 160 .num_dapm_widgets = ARRAY_SIZE(widgets),
|
H A D | sof_da7219_max98373.c | 81 static const struct snd_soc_dapm_widget widgets[] = { variable 393 .dapm_widgets = widgets, 394 .num_dapm_widgets = ARRAY_SIZE(widgets),
|
H A D | bxt_da7219_max98357a.c | 675 const struct snd_soc_dapm_widget *widgets; in bxt_card_late_probe() local 684 widgets = max98357a_widgets; in bxt_card_late_probe() 692 widgets = max98390_widgets; in bxt_card_late_probe() 702 err = snd_soc_dapm_new_controls(&card->dapm, widgets, num_widgets); in bxt_card_late_probe()
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | widgets.txt | 3 This mainly specifies audio off-codec DAPM widgets. 15 simple-audio-widgets =
|
/openbmc/linux/sound/soc/samsung/ |
H A D | lowland.c | 150 static const struct snd_soc_dapm_widget widgets[] = { variable 180 .dapm_widgets = widgets, 181 .num_dapm_widgets = ARRAY_SIZE(widgets),
|
H A D | tobermory.c | 133 static const struct snd_soc_dapm_widget widgets[] = { variable 215 .dapm_widgets = widgets, 216 .num_dapm_widgets = ARRAY_SIZE(widgets),
|
H A D | speyside.c | 267 static const struct snd_soc_dapm_widget widgets[] = { variable 319 .dapm_widgets = widgets, 320 .num_dapm_widgets = ARRAY_SIZE(widgets),
|
H A D | littlemill.c | 234 static const struct snd_soc_dapm_widget widgets[] = { variable 328 .dapm_widgets = widgets, 329 .num_dapm_widgets = ARRAY_SIZE(widgets),
|
/openbmc/linux/drivers/staging/greybus/ |
H A D | audio_helper.c | 23 list_for_each_entry(w, &card->widgets, list) { in gbaudio_dapm_link_dai_widget() 65 list_for_each_entry(dai_w, &card->widgets, list) { in gbaudio_dapm_link_component_dai_widgets() 123 list_for_each_entry(tmp_w, &dapm->card->widgets, list) { in gbaudio_dapm_free_controls()
|
H A D | audio_topology.c | 388 struct snd_soc_dapm_widget *widget = wlist->widgets[0]; in gbcodec_mixer_dapm_ctl_get() 437 struct snd_soc_dapm_widget *widget = wlist->widgets[0]; in gbcodec_mixer_dapm_ctl_put() 473 widget = wlist->widgets[wi]; in gbcodec_mixer_dapm_ctl_put() 718 struct snd_soc_dapm_widget *widget = wlist->widgets[0]; in gbcodec_enum_dapm_ctl_get() 766 struct snd_soc_dapm_widget *widget = wlist->widgets[0]; in gbcodec_enum_dapm_ctl_put() 843 widget = wlist->widgets[wi]; in gbcodec_enum_dapm_ctl_put() 1222 struct gb_audio_widget *widgets) in gbaudio_tplg_process_widgets() argument 1235 curr = widgets; in gbaudio_tplg_process_widgets() 1362 struct gb_audio_widget *widgets; in gbaudio_tplg_parse_data() local 1387 widgets = (struct gb_audio_widget *)module->widget_offset; in gbaudio_tplg_parse_data() [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | knotty.py | 40 def __init__(self, msg, maxval, widgets=None, extrapos=-1, resize_handler=None): argument 43 if not widgets: 44 widgets = [': ', progressbar.Percentage(), ' ', progressbar.Bar(), 52 progressbar.ProgressBar.__init__(self, maxval, [self.msg] + widgets, fd=sys.stdout) 66 self.widgets[0] = msg 76 self.widgets[self.extrapos] = extrastr 273 …pbar = BBProgress("0: %s" % msg, 100, widgets=[' ', progressbar.BouncingSlider(), ''], extrapos=3,… 276 …pbar = BBProgress("0: %s" % msg, 100, widgets=[' ', progressbar.Percentage(), ' ', progressbar.Bar… 307 widgets = [' ', progressbar.Percentage(), ' ', progressbar.Bar()] 308 …self.main_progress = BBProgress("Running tasks", maxtask, widgets=widgets, resize_handler=self.sig…
|
/openbmc/linux/Documentation/sound/hd-audio/ |
H A D | realtek-pc-beep.rst | 7 route audio between pins but aren't themselves exposed as HDA widgets. As far 9 for codecs that don't have mixer widgets in their output paths. Why it's easier 35 by h and S bits. Does not affect the level of 1Ah exposed to other widgets. 39 by h and S bits. Does not affect the level of 1Ah exposed to other widgets. 90 and selector widgets.
|
/openbmc/openbmc/poky/meta/recipes-gnome/gtk+/gtk+3/ |
H A D | opengl.patch | 21 docs/tools/widgets.c | 6 +++++- 73 - 'widgets.c', 75 + 'widgets.c' 85 diff --git a/docs/tools/widgets.c b/docs/tools/widgets.c 87 --- a/docs/tools/widgets.c 88 +++ b/docs/tools/widgets.c 92 #include "widgets.h"
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mq-zii-ultra-rmb3.dts | 20 simple-audio-card,widgets = 45 simple-audio-card,widgets =
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libyui/libyui/ |
H A D | 0001-Fix-build-with-clang.patch | 78 * Implementation of all the alignment widgets: 307 * Implementation of the Label, Heading and OutputField widgets 318 * A vertical or horizontal stacking of widgets, implementing HBox and VBox. 461 * Base class for various kinds of multi-value widgets.
|
/openbmc/openbmc/poky/meta/recipes-gnome/libdazzle/ |
H A D | libdazzle_3.44.0.bb | 2 DESCRIPTION = "A wide range of components from utilities for GIO, widgets for \
|
/openbmc/openbmc/poky/meta/recipes-support/fribidi/ |
H A D | fribidi_1.0.16.bb | 3 of interactive editors and widgets that implement BiDi functionality. \
|