Home
last modified time | relevance | path

Searched refs:reinit (Results 1 – 9 of 9) sorted by relevance

/openbmc/openpower-proc-control/
H A Dmeson.options40 description: 'Path to the phal devtree reinit attribute list file',
H A Dmeson.build66 description: 'Path to the phal devtree reinit attribute list file',
142 'service_files/phal-reinit-devtree.service',
/openbmc/openbmc/meta-openpower/recipes-phosphor/host/
H A Dop-proc-control_git.bb52 ${@bb.utils.contains('MACHINE_FEATURES', 'phal', 'phal-reinit-devtree.service', '', d)} \
H A Dop-proc-control-systemd-links.bb71 LINK="$D$systemd_system_unitdir/obmc-host-start@0.target.requires/phal-reinit-devtree.service"
72 TARGET="../phal-reinit-devtree.service"
155 LINK="$D$systemd_system_unitdir/obmc-host-start@0.target.requires/phal-reinit-devtree.service"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/
H A Dnspr_4.36.bb110 reinit \
/openbmc/u-boot/scripts/kconfig/
H A Dqconf.cc347 reinit(); in ConfigList()
361 void ConfigList::reinit(void) in reinit() function in ConfigList
967 list->reinit(); in setShowName()
976 list->reinit(); in setShowRange()
985 list->reinit(); in setShowData()
H A Dqconf.h47 void reinit(void);
/openbmc/u-boot/doc/
H A DREADME.chromium230 careful to reinit anything that U-Boot expects. If not, some peripherals (or
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch2433 - if (s->reinit) {
3666 - * returns 1 if reinit was successful, negative if it failed
3667 - * returns 0 if reinit was not executed
3678 + int reinit;
3704 + reinit = ctx_resolution_changed(&s->capture, &cap_fmt);
3706 + reinit = 1;
3709 + if (reinit) {
3727 - s->reinit = 1;
3734 …ctx, AV_LOG_DEBUG, "Source change: Fmt: %s, SAR: %d/%d, wxh %dx%d crop %dx%d @ %d,%d, reinit=%d\n",
3739 + s->capture.selection.left, s->capture.selection.top, reinit);
[all …]