| /OK3568_Linux_fs/yocto/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 …]
|
| /OK3568_Linux_fs/kernel/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 …]
|
| /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/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 | 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 …]
|
| /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/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/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/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/sound/soc/intel/boards/ |
| H A D | bytcht_nocodec.c | 20 static const struct snd_soc_dapm_widget widgets[] = { variable 160 .dapm_widgets = widgets, 161 .num_dapm_widgets = ARRAY_SIZE(widgets),
|
| /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/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() 1068 struct snd_soc_dapm_widget *widgets; in create_fill_widget_route_map() local 1081 widgets = devm_kzalloc(dapm->dev, (sizeof(*widgets) * in create_fill_widget_route_map() 1085 if (!widgets) in create_fill_widget_route_map() 1091 ret = hdac_hdmi_fill_widget_info(dapm->dev, &widgets[i], in create_fill_widget_route_map() 1105 ret = hdac_hdmi_fill_widget_info(dapm->dev, &widgets[i], in create_fill_widget_route_map() 1113 pin->ports[j].output_pin = widgets[i].name; in create_fill_widget_route_map() [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/samsung/ |
| H A D | lowland.c | 143 static struct snd_soc_dapm_widget widgets[] = { variable 172 .dapm_widgets = widgets, 173 .num_dapm_widgets = ARRAY_SIZE(widgets),
|
| H A D | tobermory.c | 133 static struct snd_soc_dapm_widget widgets[] = { variable 215 .dapm_widgets = widgets, 216 .num_dapm_widgets = ARRAY_SIZE(widgets),
|
| H A D | littlemill.c | 231 static struct snd_soc_dapm_widget widgets[] = { variable 312 .dapm_widgets = widgets, 313 .num_dapm_widgets = ARRAY_SIZE(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
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/audiorecorder/ |
| H A D | audiorecorder.pro | 5 greaterThan(QT_MAJOR_VERSION, 4): QT += widgets 34 QT+=widgets
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/audiorecorder/ |
| H A D | audiorecorder.pro | 5 greaterThan(QT_MAJOR_VERSION, 4): QT += widgets 34 QT+=widgets
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/ |
| H A D | knotty.py | 34 def __init__(self, msg, maxval, widgets=None, extrapos=-1, resize_handler=None): argument 37 if not widgets: 38 widgets = [': ', progressbar.Percentage(), ' ', progressbar.Bar(), 46 progressbar.ProgressBar.__init__(self, maxval, [self.msg] + widgets, fd=sys.stdout) 60 self.widgets[0] = msg 70 self.widgets[self.extrapos] = extrastr 266 …pbar = BBProgress("0: %s" % msg, 100, widgets=[' ', progressbar.BouncingSlider(), ''], extrapos=3,… 269 …pbar = BBProgress("0: %s" % msg, 100, widgets=[' ', progressbar.Percentage(), ' ', progressbar.Bar… 300 widgets = [' ', progressbar.Percentage(), ' ', progressbar.Bar()] 301 …self.main_progress = BBProgress("Running tasks", maxtask, widgets=widgets, resize_handler=self.sig…
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/ |
| H A D | widgets.txt | 3 This mainly specifies audio off-codec DAPM widgets. 15 simple-audio-widgets =
|
| H A D | amlogic,axg-sound-card.txt | 11 - audio-widgets : Please refer to widgets.txt. 62 audio-widgets = "Line", "Lineout",
|
| /OK3568_Linux_fs/kernel/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() 122 list_for_each_entry_safe(w, next_w, &dapm->card->widgets, in gbaudio_dapm_free_controls()
|
| /OK3568_Linux_fs/buildroot/package/lvgl/lvgl_demo/ |
| H A D | Config.in | 11 bool "lvgl demo widgets" 13 Enbale lvgl demo widgets
|