Home
last modified time | relevance | path

Searched refs:widgets (Results 1 – 25 of 261) sorted by relevance

1234567891011

/OK3568_Linux_fs/yocto/poky/bitbake/lib/progressbar/
H A Dprogressbar.py42 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 Ddapm.rst54 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 D0023-qlayoutitem-Force-disable-size-cache.patch10 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 D0016-src-extra-New-widgets-inputbox.patch4 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 D0012-src-lv_span-fix-conflicting-function-definitions.patch8 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 Dhdac_sysfs.c322 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 Dlibhandy_1.5.0.bb1 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 DConfig.in6 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 D0002-cmake-Use-OE_QMAKE_PATH_EXTERNAL_HOST_BINS.patch18 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 D0001-Disable-designer-tool-fixes-configure-error.patch28 -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 Drockchip_hdmi.c65 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 Dbytcht_nocodec.c20 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 D0001-Replace-obsolete-deprecated-Qt-methods.patch17 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 Dhdac_hdmi.c1025 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 Dlowland.c143 static struct snd_soc_dapm_widget widgets[] = { variable
172 .dapm_widgets = widgets,
173 .num_dapm_widgets = ARRAY_SIZE(widgets),
H A Dtobermory.c133 static struct snd_soc_dapm_widget widgets[] = { variable
215 .dapm_widgets = widgets,
216 .num_dapm_widgets = ARRAY_SIZE(widgets),
H A Dlittlemill.c231 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 D0001-Fix-examples-build-error.patch23 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 Daudiorecorder.pro5 greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
34 QT+=widgets
/OK3568_Linux_fs/app/forlinx/forlinx_qt/audiorecorder/
H A Daudiorecorder.pro5 greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
34 QT+=widgets
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/
H A Dknotty.py34 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 Dwidgets.txt3 This mainly specifies audio off-codec DAPM widgets.
15 simple-audio-widgets =
H A Damlogic,axg-sound-card.txt11 - audio-widgets : Please refer to widgets.txt.
62 audio-widgets = "Line", "Lineout",
/OK3568_Linux_fs/kernel/drivers/staging/greybus/
H A Daudio_helper.c23 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 DConfig.in11 bool "lvgl demo widgets"
13 Enbale lvgl demo widgets

1234567891011