| /openbmc/u-boot/drivers/power/battery/ |
| H A D | bat_trats.c | 31 bat->fg->fg_battery_update(p_bat->fg, bat); in power_battery_charge() 55 bat_->pbat->fg = fg_; in power_battery_init_trats() 59 bat_->fg = fg_->fg; in power_battery_init_trats()
|
| H A D | bat_trats2.c | 30 bat_->pbat->fg = fg_; in power_battery_init_trats2() 34 bat_->fg = fg_->fg; in power_battery_init_trats2()
|
| /openbmc/qemu/ui/ |
| H A D | vnc-enc-hextile-template.h | 25 pixel_t fg = 0; in CONCAT() local 46 fg = irow[i]; in CONCAT() 51 if (irow[i] != bg && irow[i] != fg) { in CONCAT() 56 else if (irow[i] == fg) in CONCAT() 70 pixel_t tmp = fg; in CONCAT() 71 fg = bg; in CONCAT() 81 if (n_colors < 3 && (!*has_fg || *last_fg != fg)) { in CONCAT() 84 *last_fg = fg; in CONCAT() 99 if (irow[i] == fg) { in CONCAT()
|
| H A D | vnc-enc-tight.c | 350 uint32_t *bg, uint32_t *fg, \ 363 *bg = *fg = c0; \ 386 *fg = (uint32_t)c1; \ 389 *fg = (uint32_t)c0; \ 422 size_t count, uint32_t *bg, uint32_t *fg, in tight_fill_palette() argument 438 return tight_fill_palette32(vs, tight, x, y, max, count, bg, fg, in tight_fill_palette() 441 return tight_fill_palette16(vs, tight, x, y, max, count, bg, fg, in tight_fill_palette() 445 return tight_fill_palette8(vs, tight, x, y, max, count, bg, fg, in tight_fill_palette() 496 uint##bpp##_t bg, uint##bpp##_t fg) { \ 970 int w, int h, uint32_t bg, uint32_t fg) in send_mono_rect() argument [all …]
|
| H A D | console.c | 524 pixman_color_t fg = QEMU_PIXMAN_COLOR_GRAY; in qemu_create_placeholder_surface() local 533 qemu_pixman_glyph_render(glyph, surface->image, &fg, &bg, in qemu_create_placeholder_surface()
|
| /openbmc/phosphor-fan-presence/control/json/actions/ |
| H A D | mapped_floor.cpp | 143 FloorGroup fg; in setFloorTable() local 146 fg.groupOrParameter = in setFloorTable() 151 fg.groupOrParameter = in setFloorTable() 169 fg.floorEntries.emplace_back(std::move(value), in setFloorTable() 173 ff.floorGroups.push_back(std::move(fg)); in setFloorTable()
|
| /openbmc/u-boot/include/power/ |
| H A D | pmic.h | 63 struct pmic *chrg, *fg, *muic; member 80 struct power_fg *fg; member
|
| /openbmc/u-boot/include/ |
| H A D | video_fb.h | 45 unsigned int fg; member
|
| /openbmc/u-boot/drivers/power/ |
| H A D | power_core.c | 191 p->fg->fg_battery_check(p->pbat->fg, p); in do_pmic()
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
| H A D | ncurses.py | 68 def __init__( self, x, y, width, height, fg=curses.COLOR_BLACK, bg=curses.COLOR_WHITE ): argument 109 … def __init__( self, title, x, y, width, height, fg=curses.COLOR_BLACK, bg=curses.COLOR_WHITE ): argument 110 NCursesUI.Window.__init__( self, x+1, y+3, width-2, height-4, fg, bg ) 111 self.decoration = NCursesUI.Window( x, y, width, height, fg, bg )
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-pulsectl_24.12.0.bb | 2 HOMEPAGE = "https://github.com/mk-fg/python-pulse-control"
|
| /openbmc/u-boot/lib/efi_loader/ |
| H A D | efi_console.c | 332 unsigned int fg; member 351 unsigned int fg = EFI_ATTR_FG(attribute); in efi_cout_set_attribute() local 357 printf(ESC"[%u;%u;%um", bold, color[fg].fg, color[bg].bg); in efi_cout_set_attribute()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/dhex/dhex/ |
| H A D | 0001-Fix-function-declaration-conflict-error-with-empty-p.patch | 36 void colorpair(tOutput* output,uicolors uicol,short fg,short bg,int attr);
|
| /openbmc/u-boot/drivers/power/mfd/ |
| H A D | fg_max77693.c | 133 p->fg = &power_fg_ops; in power_fg_init()
|
| /openbmc/u-boot/scripts/kconfig/lxdialog/ |
| H A D | dialog.h | 91 int fg; /* foreground */ member
|
| H A D | util.c | 53 dlg.dialog.fg = (f); \ 171 init_pair(pair, color->fg, color->bg); in init_one_color()
|
| /openbmc/u-boot/board/samsung/trats2/ |
| H A D | trats2.c | 182 p_fg->fg->fg_battery_check(p_fg, p_bat); in exynos_power_init()
|
| /openbmc/qemu/include/ui/ |
| H A D | console.h | 62 #define ATTR2CHTYPE(c, fg, bg, bold) \ argument 63 ((bold) << 21 | (bg) << 11 | (fg) << 8 | (c))
|
| /openbmc/u-boot/drivers/power/fuel_gauge/ |
| H A D | fg_max17042.c | 283 p->fg = &power_fg_ops; in power_fg_init()
|
| /openbmc/u-boot/board/samsung/trats/ |
| H A D | trats.c | 172 p_fg->fg->fg_battery_check(p_fg, p_bat); in exynos_power_init()
|
| /openbmc/qemu/hw/display/ |
| H A D | artist.c | 781 int fg, int bg) in artist_vram_write32() argument 791 artist_rop8(s, buf, offset + i, fg); in artist_vram_write32()
|
| /openbmc/qemu/target/i386/tcg/ |
| H A D | emit.c.inc | 2969 * 7: ab......bc......cd......de......ef......fg......gh......h.......
|
| /openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
| H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 188 + if (no_cvt_hw && fg->graph)
|