/openbmc/linux/drivers/gpu/host1x/ |
H A D | debug.c | 78 static void show_syncpts(struct host1x *m, struct output *o, bool show_all) in show_syncpts() argument 104 if (!show_all && !min && !max && !waiters) in show_syncpts() 126 static void show_all(struct host1x *m, struct output *o, bool show_fifo) in show_all() function 151 show_all(s->private, &o, true); in host1x_debug_all_show() 164 show_all(s->private, &o, false); in host1x_debug_show() 217 show_all(host1x, &o, true); in host1x_debug_dump()
|
/openbmc/u-boot/cmd/ |
H A D | gpio.c | 37 int offset, int *flagsp, bool show_all) in gpio_get_description() argument 45 if (!show_all && !(*flagsp & FLAG_SHOW_ALL) && ret == GPIOF_UNUSED) in gpio_get_description()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-help.c | 432 bool show_all = false; in cmd_help() local 435 OPT_BOOLEAN('a', "all", &show_all, "print all available commands"), in cmd_help() 469 if (show_all) { in cmd_help()
|
H A D | builtin-c2c.c | 98 bool show_all; member 2110 if (c2c.show_all) in he__display() 3035 OPT_BOOLEAN(0, "show-all", &c2c.show_all, in perf_c2c__report()
|
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
H A D | gui.py | 142 self.options.app_options.show_all = button.get_property ('active') 305 button.set_active(options.app_options.show_all) 310 self.show_all()
|
H A D | draw.py | 339 if not options.app_options.show_all and \ 650 if not options.app_options.show_all and \ 834 if not OPTIONS.show_all: 838 if (OPTIONS.show_pid or OPTIONS.show_all) and ipid != 0: 840 if OPTIONS.show_all:
|
H A D | main.py.in | 57 parser.add_option("--show-all", action="store_true", dest="show_all", default=False,
|
/openbmc/linux/tools/power/cpupower/utils/idle_monitor/ |
H A D | cpupower-monitor.c | 37 enum operation_mode_e { list = 1, show, show_all }; enumerator 384 mode = show_all; in cmdline()
|
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | taskexp.py | 139 self.show_all() 238 bardialog.show_all()
|
/openbmc/linux/include/linux/ceph/ |
H A D | libceph.h | 300 bool show_all);
|
/openbmc/linux/net/ceph/ |
H A D | ceph_common.c | 605 bool show_all) in ceph_print_client_options() argument 666 if (show_all && (opt->flags & CEPH_OPT_ABORT_ON_FULL)) in ceph_print_client_options()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nmon/nmon/ |
H A D | 0001-Fix-a-lot-of-Werror-format-security-errors-with-mvpr.patch | 175 if (!show_all) {
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0004-ffmpeg-4.3.4-rpi_14.patch | 59175 + int show_all; 59488 + ret = do_sem_wait(&de->q_sem_out, !de->show_all); 59718 + { "show_all", "show all frames", OFFSET(show_all), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, AV_OP… 59829 + int show_all; 60433 + while (de->show_all && de->q_next) { 60532 + { "show_all", "show all frames", OFFSET(show_all), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, AV_OPT… 60647 + int show_all; 60794 + while (de->show_all && atomic_load(&de->rpi_display_count) >= DISPLAY_PORT_DEPTH - 1) { 61069 + { "show_all", "show all frames", OFFSET(show_all), AV_OPT_TYPE_BOOL, {.i64 = … 66343 +# The "show_all 1" forces vout to display every frame otherwise it drops any [all …]
|
/openbmc/rest-dbus/resources/ |
H A D | jstree.min.js | 3 …orce_full_redraw=!0,this.redraw(),this.trigger("hide_all",{nodes:e}),e},show_all:function(b){var c…
|