Searched refs:reinit (Results 1 – 9 of 9) sorted by relevance
| /openbmc/openpower-proc-control/ |
| H A D | meson.options | 40 description: 'Path to the phal devtree reinit attribute list file',
|
| H A D | meson.build | 66 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 D | op-proc-control_git.bb | 52 ${@bb.utils.contains('MACHINE_FEATURES', 'phal', 'phal-reinit-devtree.service', '', d)} \
|
| H A D | op-proc-control-systemd-links.bb | 71 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 D | nspr_4.36.bb | 110 reinit \
|
| /openbmc/u-boot/scripts/kconfig/ |
| H A D | qconf.cc | 347 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 D | qconf.h | 47 void reinit(void);
|
| /openbmc/u-boot/doc/ |
| H A D | README.chromium | 230 careful to reinit anything that U-Boot expects. If not, some peripherals (or
|
| /openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
| H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 2433 - 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 …]
|