| /OK3568_Linux_fs/kernel/Documentation/sound/soc/ |
| H A D | dapm.rst | 54 widgets hereafter. 57 DAPM Widgets 60 Audio DAPM widgets fall into a number of types:- 87 Power or clock supply widget used by other widgets. 127 (Widgets are defined in include/sound/soc-dapm.h) 129 Widgets can be added to the sound card by any of the component driver types. 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 137 Stream Domain Widgets 140 Stream Widgets relate to the stream power domain and only consist of ADCs [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5base/ |
| HD | qtbase-2ffb7ad8a1079a0444b9c72affe3d19b089b60de.tar.bz2 | pax_global_header
qtbase-2ffb7ad8a1079a0444b9c72affe3d19b089b60de/
qtbase-2ffb7ad8a1079a0444b9c72affe3d19b089b60de/.qmake.conf
qtbase-2ffb7ad8a1079a0444b9c72affe3d19b089b60de ... |
| /OK3568_Linux_fs/kernel/sound/soc/tegra/ |
| H A D | tegra210_ahub.c | 321 WIDGETS("ADMAIF1", t210_admaif1_tx), 322 WIDGETS("ADMAIF2", t210_admaif2_tx), 323 WIDGETS("ADMAIF3", t210_admaif3_tx), 324 WIDGETS("ADMAIF4", t210_admaif4_tx), 325 WIDGETS("ADMAIF5", t210_admaif5_tx), 326 WIDGETS("ADMAIF6", t210_admaif6_tx), 327 WIDGETS("ADMAIF7", t210_admaif7_tx), 328 WIDGETS("ADMAIF8", t210_admaif8_tx), 329 WIDGETS("ADMAIF9", t210_admaif9_tx), 330 WIDGETS("ADMAIF10", t210_admaif10_tx), [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/progressbar/ |
| H A D | progressbar.py | 42 from . import widgets 66 different widgets of any type in any order. You can even write your own 67 widgets! However, since there are already a good number of widgets you 69 widgets. 94 'term_width', 'update_interval', 'widgets', '_time_sensitive', 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 [all …]
|
| H A D | __init__.py | 29 is given by a number of widgets. A widget is an object that may display 31 of widgets: 50 from .widgets import *
|
| /OK3568_Linux_fs/buildroot/dl/qt5webengine/ |
| HD | qtwebengine-v5.15.8-lts.tar.bz2 | pax_global_header
qtwebengine-v5.15.8-lts/
qtwebengine-v5.15.8-lts/.clang ... |
| /OK3568_Linux_fs/buildroot/package/lvgl/lvgl/ |
| H A D | 0016-src-extra-New-widgets-inputbox.patch | 4 Subject: [PATCH 2/2] src: extra: New widgets inputbox 10 src/extra/widgets/inputbox/lv_inputbox.c | 209 ++++++++++++++++++++ 11 src/extra/widgets/inputbox/lv_inputbox.h | 102 ++++++++++ 12 src/extra/widgets/lv_widgets.h | 1 + 14 create mode 100644 src/extra/widgets/inputbox/lv_inputbox.c 15 create mode 100644 src/extra/widgets/inputbox/lv_inputbox.h 66 diff --git a/src/extra/widgets/inputbox/lv_inputbox.c b/src/extra/widgets/inputbox/lv_inputbox.c 70 +++ b/src/extra/widgets/inputbox/lv_inputbox.c 281 diff --git a/src/extra/widgets/inputbox/lv_inputbox.h b/src/extra/widgets/inputbox/lv_inputbox.h 285 +++ b/src/extra/widgets/inputbox/lv_inputbox.h [all …]
|
| H A D | 0012-src-lv_span-fix-conflicting-function-definitions.patch | 8 src/extra/widgets/span/lv_span.c | 2 +- 11 diff --git a/src/extra/widgets/span/lv_span.c b/src/extra/widgets/span/lv_span.c 13 --- a/src/extra/widgets/span/lv_span.c 14 +++ b/src/extra/widgets/span/lv_span.c
|
| /OK3568_Linux_fs/kernel/sound/hda/ |
| H A D | hdac_sysfs.c | 82 * /sys/bus/hdaudioC0D0/widgets/04/caps 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() 373 tree->root = kobject_create_and_add("widgets", &codec->dev.kobj); 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() [all …]
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5base/ |
| H A D | 0023-qlayoutitem-Force-disable-size-cache.patch | 10 src/widgets/kernel/qlayoutitem.cpp | 3 ++- 13 diff --git a/src/widgets/kernel/qlayoutitem.cpp b/src/widgets/kernel/qlayoutitem.cpp 15 --- a/src/widgets/kernel/qlayoutitem.cpp 16 +++ b/src/widgets/kernel/qlayoutitem.cpp
|
| /OK3568_Linux_fs/kernel/sound/soc/sunxi/ |
| H A D | sun8i-codec-analog.c | 235 * contexts, we need to manually link the above widgets to their 236 * stream widgets at the card level. 316 /* headphone specific controls, widgets, and routes */ 409 dev_err(dev, "Failed to add Headphone DAPM widgets: %d\n", ret); in sun8i_codec_add_headphone() 439 dev_err(dev, "Failed to add MBIAS DAPM widgets: %d\n", ret); in sun8i_codec_add_mbias() 460 dev_err(dev, "Failed to add Mic3 DAPM widgets: %d\n", ret); in sun8i_codec_add_hmic() 465 /* line in specific controls, widgets and rines */ 505 dev_err(dev, "Failed to add Line In DAPM widgets: %d\n", ret); in sun8i_codec_add_linein() 520 /* line out specific controls, widgets and routes */ 586 dev_err(dev, "Failed to add Line Out DAPM widgets: %d\n", ret); in sun8i_codec_add_lineout() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/libhandy/ |
| H A D | libhandy_1.5.0.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 \
|
| /OK3568_Linux_fs/kernel/sound/soc/ |
| H A D | soc-dapm.c | 240 * Resets the cached number of inputs for the specified widget and all widgets 257 * Resets the cached number of outputs for the specified widget and all widgets 271 * for the widgets connected to a path 495 struct_size(new_wlist, widgets, n), in dapm_kcontrol_add_widget() 500 new_wlist->widgets[n - 1] = widget; in dapm_kcontrol_add_widget() 555 switch (dapm_kcontrol_get_wlist(kcontrol)->widgets[0]->id) { in dapm_kcontrol_set_value() 584 return dapm_kcontrol_get_wlist(kcontrol)->widgets[0]; in snd_soc_dapm_kcontrol_widget() 599 return dapm_kcontrol_get_wlist(kcontrol)->widgets[0]->dapm; in snd_soc_dapm_kcontrol_dapm() 663 wlist = &w->dapm->card->widgets; in dapm_wcache_lookup() 932 * prefix for widgets so cut the prefix off the in dapm_create_or_share_kcontrol() [all …]
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtbase/ |
| H A D | 0002-cmake-Use-OE_QMAKE_PATH_EXTERNAL_HOST_BINS.patch | 18 src/widgets/Qt5WidgetsConfigExtras.cmake.in | 2 +- 74 diff --git a/src/widgets/Qt5WidgetsConfigExtras.cmake.in b/src/widgets/Qt5WidgetsConfigExtras.cmake… 76 --- a/src/widgets/Qt5WidgetsConfigExtras.cmake.in 77 +++ b/src/widgets/Qt5WidgetsConfigExtras.cmake.in
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5tools/ |
| H A D | 0001-Disable-designer-tool-fixes-configure-error.patch | 28 -QT += core-private gui-private widgets uitools-private printsupport 29 +QT += core-private gui-private widgets printsupport 37 @@ -6,12 +6,9 @@ qtHaveModule(widgets) { 39 QT_FOR_CONFIG += widgets
|
| /OK3568_Linux_fs/buildroot/package/libsexy/ |
| H A D | Config.in | 6 libsexy is a collection of GTK+ widgets that extend the 7 functionality of such standard widgets as GtkEntry and 9 limitations of the widgets.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/ |
| H A D | widgets.txt | 1 Widgets: 3 This mainly specifies audio off-codec DAPM widgets. 15 simple-audio-widgets =
|
| /OK3568_Linux_fs/kernel/drivers/staging/greybus/ |
| H A D | audio_helper.c | 22 /* ...find all widgets with the same stream and link them */ in gbaudio_dapm_link_dai_widget() 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() 99 * source and sink widgets so that path is removed only once. in gbaudio_dapm_free_widget() 122 list_for_each_entry_safe(w, next_w, &dapm->card->widgets, in gbaudio_dapm_free_controls()
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | hdac_hdmi.c | 1025 struct snd_soc_dapm_widget *widgets, in hdac_hdmi_add_pinmux_cvt_route() argument 1035 kc = widgets[mux_index].kcontrol_news; in hdac_hdmi_add_pinmux_cvt_route() 1039 widgets[mux_index].name, in hdac_hdmi_add_pinmux_cvt_route() 1041 widgets[j].name, NULL); in hdac_hdmi_add_pinmux_cvt_route() 1051 * Widgets are added in the below sequence 1052 * Converter widgets for num converters enumerated 1053 * Pin-port widgets for num ports for Pins enumerated 1054 * Pin-port mux widgets to represent connenction list of pin widget 1057 * Total widgets elements = num_cvt + (num_ports * 2); 1068 struct snd_soc_dapm_widget *widgets; in create_fill_widget_route_map() local [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-lib/ |
| H A D | libxmu_1.1.3.bb | 5 various applications and widgets. This library is required by the Athena \ 6 Widgets. A subset of the functions that do not rely on the Athena \ 7 Widgets (libXaw) or X Toolkit Instrinsics (libXt) are provided in a \
|
| /OK3568_Linux_fs/buildroot/package/pulseview/ |
| H A D | 0001-Replace-obsolete-deprecated-Qt-methods.patch | 17 pv/widgets/timestampspinbox.cpp | 2 +- 120 diff --git a/pv/widgets/timestampspinbox.cpp b/pv/widgets/timestampspinbox.cpp 122 --- a/pv/widgets/timestampspinbox.cpp 123 +++ b/pv/widgets/timestampspinbox.cpp
|
| /OK3568_Linux_fs/kernel/sound/soc/rockchip/ |
| H A D | rockchip_hdmi.c | 65 struct snd_soc_dapm_widget *widgets; in rk_dailink_init() local 70 widgets = devm_kcalloc(card->dapm.dev, 1, in rk_dailink_init() 71 sizeof(*widgets), GFP_KERNEL); in rk_dailink_init() 72 if (!widgets) in rk_dailink_init() 75 ret = rk_hdmi_fill_widget_info(card->dapm.dev, widgets, in rk_dailink_init() 82 ret = snd_soc_dapm_new_controls(&card->dapm, widgets, 1); in rk_dailink_init()
|
| /OK3568_Linux_fs/kernel/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.
|
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | soc-topology.h | 9 * algorithms, equalisers, DAIs, widgets, FE caps, BE caps, codec link caps etc. 99 * DAPM widget event handlers - used to map handlers onto widgets. 188 /* Widget removal - widgets also removed wth component API */ 193 /* Binds event handlers to dynamic widgets */
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/ogl-runtime/ |
| H A D | 0001-Fix-examples-build-error.patch | 23 QT += widgets qml quick studio3d 47 QT += widgets qml quick studio3d 59 QT += widgets qml quick studio3d
|