Home
last modified time | relevance | path

Searched refs:fg (Results 1 – 23 of 23) sorted by relevance

/openbmc/u-boot/drivers/power/battery/
H A Dbat_trats.c31 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 Dbat_trats2.c30 bat_->pbat->fg = fg_; in power_battery_init_trats2()
34 bat_->fg = fg_->fg; in power_battery_init_trats2()
/openbmc/qemu/ui/
H A Dvnc-enc-hextile-template.h25 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 Dvnc-enc-tight.c350 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 Dconsole.c524 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 Dmapped_floor.cpp143 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 Dpmic.h63 struct pmic *chrg, *fg, *muic; member
80 struct power_fg *fg; member
/openbmc/u-boot/include/
H A Dvideo_fb.h45 unsigned int fg; member
/openbmc/u-boot/drivers/power/
H A Dpower_core.c191 p->fg->fg_battery_check(p->pbat->fg, p); in do_pmic()
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dncurses.py68 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 Dpython3-pulsectl_24.12.0.bb2 HOMEPAGE = "https://github.com/mk-fg/python-pulse-control"
/openbmc/u-boot/lib/efi_loader/
H A Defi_console.c332 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 D0001-Fix-function-declaration-conflict-error-with-empty-p.patch36 void colorpair(tOutput* output,uicolors uicol,short fg,short bg,int attr);
/openbmc/u-boot/drivers/power/mfd/
H A Dfg_max77693.c133 p->fg = &power_fg_ops; in power_fg_init()
/openbmc/u-boot/scripts/kconfig/lxdialog/
H A Ddialog.h91 int fg; /* foreground */ member
H A Dutil.c53 dlg.dialog.fg = (f); \
171 init_pair(pair, color->fg, color->bg); in init_one_color()
/openbmc/u-boot/board/samsung/trats2/
H A Dtrats2.c182 p_fg->fg->fg_battery_check(p_fg, p_bat); in exynos_power_init()
/openbmc/qemu/include/ui/
H A Dconsole.h62 #define ATTR2CHTYPE(c, fg, bg, bold) \ argument
63 ((bold) << 21 | (bg) << 11 | (fg) << 8 | (c))
/openbmc/u-boot/drivers/power/fuel_gauge/
H A Dfg_max17042.c283 p->fg = &power_fg_ops; in power_fg_init()
/openbmc/u-boot/board/samsung/trats/
H A Dtrats.c172 p_fg->fg->fg_battery_check(p_fg, p_bat); in exynos_power_init()
/openbmc/qemu/hw/display/
H A Dartist.c781 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 Demit.c.inc2969 * 7: ab......bc......cd......de......ef......fg......gh......h.......
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch188 + if (no_cvt_hw && fg->graph)