/linux-4.1.27/arch/sparc/kernel/ |
D | btext.c | 244 int fg = 0xFFFFFFFFUL; in draw_byte_32() local 250 base[0] = (-(bits >> 7) & fg) ^ bg; in draw_byte_32() 251 base[1] = (-((bits >> 6) & 1) & fg) ^ bg; in draw_byte_32() 252 base[2] = (-((bits >> 5) & 1) & fg) ^ bg; in draw_byte_32() 253 base[3] = (-((bits >> 4) & 1) & fg) ^ bg; in draw_byte_32() 254 base[4] = (-((bits >> 3) & 1) & fg) ^ bg; in draw_byte_32() 255 base[5] = (-((bits >> 2) & 1) & fg) ^ bg; in draw_byte_32() 256 base[6] = (-((bits >> 1) & 1) & fg) ^ bg; in draw_byte_32() 257 base[7] = (-(bits & 1) & fg) ^ bg; in draw_byte_32() 265 int fg = 0xFFFFFFFFUL; in draw_byte_16() local [all …]
|
/linux-4.1.27/drivers/video/fbdev/ |
D | atafb_utils.h | 268 static inline void expand8_2col2mask(u8 fg, u8 bg, u32 fgm[], u32 bgm[]) in expand8_2col2mask() argument 270 fgm[0] = four2long[fg & 15] ^ (bgm[0] = four2long[bg & 15]); in expand8_2col2mask() 272 fgm[1] = four2long[fg >> 4] ^ (bgm[1] = four2long[bg >> 4]); in expand8_2col2mask() 300 static inline void fill8_2col(u8 *dst, u8 fg, u8 bg, u32 mask) in fill8_2col() argument 304 expand8_2col2mask(fg, bg, fgm, bgm); in fill8_2col() 342 static inline void expand16_2col2mask(u8 fg, u8 bg, u32 fgm[], u32 bgm[]) in expand16_2col2mask() argument 345 fgm[0] = two2word[fg & 3] ^ bgm[0]; in expand16_2col2mask() 348 fgm[1] = two2word[(fg >> 2) & 3] ^ bgm[1]; in expand16_2col2mask() 352 fgm[2] = two2word[(fg >> 4) & 3] ^ bgm[2]; in expand16_2col2mask() 354 fgm[3] = two2word[fg >> 6] ^ bgm[3]; in expand16_2col2mask()
|
D | wmt_ge_rops.c | 51 unsigned long fg, pat; in wmt_ge_fillrect() local 58 fg = ((u32 *) (p->pseudo_palette))[rect->color]; in wmt_ge_fillrect() 60 fg = rect->color; in wmt_ge_fillrect() 62 pat = pixel_to_pat(p->var.bits_per_pixel, fg); in wmt_ge_fillrect()
|
D | ffb.c | 221 u32 fg; member 440 upa_writel(par->fg_cache, &fbc->fg); in ffb_switch_from_graph() 480 u32 fg; in ffb_fillrect() local 484 fg = ((u32 *)info->pseudo_palette)[rect->color]; in ffb_fillrect() 488 if (fg != par->fg_cache) { in ffb_fillrect() 490 upa_writel(fg, &fbc->fg); in ffb_fillrect() 491 par->fg_cache = fg; in ffb_fillrect() 555 u32 fg, bg, xy; in ffb_imageblit() local 564 fg = ((u32 *)info->pseudo_palette)[image->fg_color]; in ffb_imageblit() 566 fgbg = ((u64) fg << 32) | (u64) bg; in ffb_imageblit() [all …]
|
D | s1d13xxxfb.c | 538 u32 fg; in s1d13xxxfb_bitblt_solidfill() local 575 fg = ((u32 *)info->pseudo_palette)[rect->color]; in s1d13xxxfb_bitblt_solidfill() 577 dbg_blit("(solidfill) pseudo_palette[%d] = %d\n", rect->color, fg); in s1d13xxxfb_bitblt_solidfill() 579 fg = rect->color; in s1d13xxxfb_bitblt_solidfill() 584 s1d13xxxfb_writereg(info->par, S1DREG_BBLT_FGC0, (fg & 0xff)); in s1d13xxxfb_bitblt_solidfill() 585 s1d13xxxfb_writereg(info->par, S1DREG_BBLT_FGC1, (fg >> 8) & 0xff); in s1d13xxxfb_bitblt_solidfill()
|
D | vt8623fb.c | 153 u32 fg = expand_color(image->fg_color); in vt8623fb_iplan_imageblit() local 170 val = (val & fg) | (~val & bg); in vt8623fb_iplan_imageblit() 181 u32 fg = expand_color(rect->color); in vt8623fb_iplan_fillrect() local 192 fb_writel(fg, dst++); in vt8623fb_iplan_fillrect() 209 u32 fg = image->fg_color * 0x11111111; in vt8623fb_cfb4_imageblit() local 226 val = (val & fg) | (~val & bg); in vt8623fb_cfb4_imageblit()
|
D | arkfb.c | 189 u32 fg = expand_color(image->fg_color); in arkfb_iplan_imageblit() local 206 val = (val & fg) | (~val & bg); in arkfb_iplan_imageblit() 218 u32 fg = expand_color(rect->color); in arkfb_iplan_fillrect() local 229 fb_writel(fg, dst++); in arkfb_iplan_fillrect() 247 u32 fg = image->fg_color * 0x11111111; in arkfb_cfb4_imageblit() local 264 val = (val & fg) | (~val & bg); in arkfb_cfb4_imageblit()
|
D | cg6.c | 211 u32 fg; member 329 sbus_writel(rect->color, &fbc->fg); in cg6_fillrect() 366 sbus_writel(0xff, &fbc->fg); in cg6_copyarea() 411 sbus_writel(image->fg_color, &fbc->fg); in cg6_imageblit()
|
D | s3fb.c | 360 u32 fg = expand_color(image->fg_color); in s3fb_iplan_imageblit() local 377 val = (val & fg) | (~val & bg); in s3fb_iplan_imageblit() 389 u32 fg = expand_color(rect->color); in s3fb_iplan_fillrect() local 400 fb_writel(fg, dst++); in s3fb_iplan_fillrect() 417 u32 fg = image->fg_color * 0x11111111; in s3fb_cfb4_imageblit() local 434 val = (val & fg) | (~val & bg); in s3fb_cfb4_imageblit()
|
D | fsl-diu-fb.c | 997 const void *image, uint16_t bg, uint16_t fg, in fsl_diu_load_cursor_image() argument 1003 __le16 _fg = cpu_to_le16(fg); in fsl_diu_load_cursor_image() 1070 uint16_t fg, bg; in fsl_diu_cursor() local 1088 fg = ((info->cmap.red[fg_idx] & 0xf8) << 7) | in fsl_diu_cursor() 1105 fsl_diu_load_cursor_image(info, image, bg, fg, in fsl_diu_cursor()
|
D | leo.c | 141 u32 fg; member 225 sbus_writel(0, &ss->fg); in leo_switch_from_graph()
|
D | sm501fb.c | 1046 unsigned long fg, bg; in sm501fb_cursor() local 1101 fg = ((info->cmap.red[fg_col] & 0xF8) << 8) | in sm501fb_cursor() 1105 dev_dbg(fbi->dev, "fgcol %08lx, bgcol %08lx\n", fg, bg); in sm501fb_cursor() 1108 smc501_writel(fg, base + SM501_OFF_HWC_COLOR_3); in sm501fb_cursor()
|
D | cirrusfb.c | 1825 u32 fg, bg; in cirrusfb_imageblit() local 1828 fg = image->fg_color; in cirrusfb_imageblit() 1831 fg = ((u32 *)(info->pseudo_palette))[image->fg_color]; in cirrusfb_imageblit() 1848 fg, bg, in cirrusfb_imageblit()
|
D | imsttfb.c | 1202 u32 flags = cursor->set, fg, bg, xx, yy; 1249 fg = ((info->cmap.red[fg_idx] & 0xf8) << 7) |
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | btext.c | 428 int fg = 0xFFFFFFFFUL; in draw_byte_32() local 434 base[0] = (-(bits >> 7) & fg) ^ bg; in draw_byte_32() 435 base[1] = (-((bits >> 6) & 1) & fg) ^ bg; in draw_byte_32() 436 base[2] = (-((bits >> 5) & 1) & fg) ^ bg; in draw_byte_32() 437 base[3] = (-((bits >> 4) & 1) & fg) ^ bg; in draw_byte_32() 438 base[4] = (-((bits >> 3) & 1) & fg) ^ bg; in draw_byte_32() 439 base[5] = (-((bits >> 2) & 1) & fg) ^ bg; in draw_byte_32() 440 base[6] = (-((bits >> 1) & 1) & fg) ^ bg; in draw_byte_32() 441 base[7] = (-(bits & 1) & fg) ^ bg; in draw_byte_32() 449 int fg = 0xFFFFFFFFUL; in draw_byte_16() local [all …]
|
/linux-4.1.27/drivers/video/console/ |
D | tileblit.c | 43 rect.fg = attr_fgcol_ec(fgshift, vc, info); in tile_clear() 56 int fg, int bg) in tile_putcs() argument 66 blit.fg = fg; in tile_putcs() 83 int softback_lines, int fg, int bg) in tile_cursor() argument 91 cursor.fg = fg; in tile_cursor()
|
D | fbcon.h | 61 int fg, int bg); 65 int softback_lines, int fg, int bg); 122 int fg; in attr_col_ec() local 139 fg = is_mono01 ? col : 0; in attr_col_ec() 143 fg = is_mono01 ? 0 : col; in attr_col_ec() 147 return is_fg ? fg : bg; in attr_col_ec()
|
D | fbcon_cw.c | 116 int fg, int bg) in cw_putcs() argument 133 image.fg_color = fg; in cw_putcs() 205 int softback_lines, int fg, int bg) in cw_cursor() argument 253 if (ops->cursor_state.image.fg_color != fg || in cw_cursor() 256 ops->cursor_state.image.fg_color = fg; in cw_cursor()
|
D | fbcon_ccw.c | 131 int fg, int bg) in ccw_putcs() argument 148 image.fg_color = fg; in ccw_putcs() 222 int softback_lines, int fg, int bg) in ccw_cursor() argument 270 if (ops->cursor_state.image.fg_color != fg || in ccw_cursor() 273 ops->cursor_state.image.fg_color = fg; in ccw_cursor()
|
D | bitblit.c | 145 int fg, int bg) in bit_putcs() argument 157 image.fg_color = fg; in bit_putcs() 237 int softback_lines, int fg, int bg) in bit_cursor() argument 281 if (ops->cursor_state.image.fg_color != fg || in bit_cursor() 284 ops->cursor_state.image.fg_color = fg; in bit_cursor()
|
D | fbcon_ud.c | 153 int fg, int bg) in ud_putcs() argument 171 image.fg_color = fg; in ud_putcs() 252 int softback_lines, int fg, int bg) in ud_cursor() argument 301 if (ops->cursor_state.image.fg_color != fg || in ud_cursor() 304 ops->cursor_state.image.fg_color = fg; in ud_cursor()
|
D | fbcon.c | 307 int fg = (info->fix.visual != FB_VISUAL_MONO01) ? col : 0; in get_color() local 311 fg = bg; in get_color() 313 color = (is_fg) ? fg : bg; in get_color() 2930 int i, rows, cols, fg = -1; in fbcon_set_all_vcs() local 2942 fg = i; in fbcon_set_all_vcs() 2956 if (fg != -1) in fbcon_set_all_vcs()
|
/linux-4.1.27/tools/perf/ui/ |
D | browser.c | 477 const char *name, *fg, *bg; member 483 .fg = "red", 489 .fg = "green", 495 .fg = "default", 501 .fg = "black", 507 .fg = "blue", 513 .fg = "magenta", 519 .fg = "white", 531 char *fg = NULL, *bg; in ui_browser__color_config() local 544 fg = strdup(value); in ui_browser__color_config() [all …]
|
D | libslang.h | 19 #define sltt_set_color(obj, name, fg, bg) \ argument 20 SLtt_set_color(obj,(char *)(name), (char *)(fg), (char *)(bg))
|
/linux-4.1.27/drivers/video/fbdev/savage/ |
D | savagefb_accel.c | 95 int fg, bg, size, i, width; in savagefb_imageblit() local 108 fg = image->fg_color; in savagefb_imageblit() 111 fg = ((u32 *)info->pseudo_palette)[image->fg_color]; in savagefb_imageblit() 129 BCI_SEND(fg); in savagefb_imageblit()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | nmi.h | 48 #define register_nmi_handler(t, fn, fg, n, init...) \ argument 53 .flags = (fg), \
|
/linux-4.1.27/drivers/video/fbdev/i810/ |
D | i810_accel.c | 238 int fg, struct fb_info *info) in mono_src_copy_imm_blit() argument 249 PUT_RING(fg); in mono_src_copy_imm_blit() 370 u32 fg = 0, bg = 0, size, dst; in i810fb_imageblit() local 380 fg = image->fg_color; in i810fb_imageblit() 385 fg = ((u32 *)(info->pseudo_palette))[image->fg_color]; in i810fb_imageblit() 402 bg, fg, info); in i810fb_imageblit()
|
D | i810_main.c | 818 static void i810_load_cursor_colors(int fg, int bg, struct fb_info *info) in i810_load_cursor_colors() argument 833 i810fb_getcolreg(fg, &red, &green, &blue, &trans, info); in i810_load_cursor_colors()
|
/linux-4.1.27/sound/pci/hda/ |
D | hda_proc.c | 701 hda_nid_t nid, fg; in print_codec_info() local 705 fg = codec->core.afg; in print_codec_info() 706 if (!fg) in print_codec_info() 710 print_pcm_caps(buffer, codec, fg); in print_codec_info() 712 print_amp_caps(buffer, codec, fg, HDA_INPUT); in print_codec_info() 714 print_amp_caps(buffer, codec, fg, HDA_OUTPUT); in print_codec_info() 715 snd_iprintf(buffer, "State of AFG node 0x%02x:\n", fg); in print_codec_info() 716 print_power_state(buffer, codec, fg); in print_codec_info() 718 nodes = snd_hda_get_sub_nodes(codec, fg, &nid); in print_codec_info() 725 print_gpio(buffer, codec, fg); in print_codec_info() [all …]
|
D | hda_codec.c | 1009 hda_nid_t fg; in snd_hda_codec_new() local 1072 fg = codec->core.afg ? codec->core.afg : codec->core.mfg; in snd_hda_codec_new() 1073 err = read_widget_caps(codec, fg); in snd_hda_codec_new() 1114 hda_nid_t fg; in snd_hda_codec_update_widgets() local 1125 fg = codec->core.afg ? codec->core.afg : codec->core.mfg; in snd_hda_codec_update_widgets() 1126 err = read_widget_caps(codec, fg); in snd_hda_codec_update_widgets() 2991 void snd_hda_codec_set_power_to_all(struct hda_codec *codec, hda_nid_t fg, in snd_hda_codec_set_power_to_all() argument 3016 hda_nid_t fg, in hda_sync_power_state() argument 3023 state = snd_hda_codec_read(codec, fg, 0, in hda_sync_power_state() 3071 hda_nid_t fg = codec->core.afg ? codec->core.afg : codec->core.mfg; in hda_set_power_state() local [all …]
|
D | hda_codec.h | 144 void (*set_power_state)(struct hda_codec *codec, hda_nid_t fg, 478 void snd_hda_codec_set_power_to_all(struct hda_codec *codec, hda_nid_t fg,
|
D | patch_sigmatel.c | 303 hda_nid_t fg = codec->core.afg; in stac_gpio_set() local 307 gpiostate = snd_hda_codec_read(codec, fg, 0, in stac_gpio_set() 311 gpiomask = snd_hda_codec_read(codec, fg, 0, in stac_gpio_set() 315 gpiodir = snd_hda_codec_read(codec, fg, 0, in stac_gpio_set() 320 snd_hda_codec_write(codec, fg, 0, 0x7e7, 0); in stac_gpio_set() 322 snd_hda_codec_write(codec, fg, 0, in stac_gpio_set() 324 snd_hda_codec_read(codec, fg, 0, in stac_gpio_set() 329 snd_hda_codec_read(codec, fg, 0, in stac_gpio_set()
|
D | patch_hdmi.c | 2314 static void haswell_set_power_state(struct hda_codec *codec, hda_nid_t fg, in haswell_set_power_state() argument 2322 snd_hda_codec_read(codec, fg, 0, AC_VERB_SET_POWER_STATE, power_state); in haswell_set_power_state() 2323 snd_hda_codec_set_power_to_all(codec, fg, power_state); in haswell_set_power_state()
|
/linux-4.1.27/drivers/media/platform/vivid/ |
D | vivid-tpg.c | 1434 PIXTYPE fg; \ in tpg_gen_text() 1436 memcpy(&fg, tpg->textfg[p], sizeof(PIXTYPE)); \ in tpg_gen_text() 1450 pos[3] = (chr & (0x01 << 6) ? fg : bg); \ in tpg_gen_text() 1451 pos[2] = (chr & (0x01 << 4) ? fg : bg); \ in tpg_gen_text() 1452 pos[1] = (chr & (0x01 << 2) ? fg : bg); \ in tpg_gen_text() 1453 pos[0] = (chr & (0x01 << 0) ? fg : bg); \ in tpg_gen_text() 1455 pos[0] = (chr & (0x01 << 7) ? fg : bg); \ in tpg_gen_text() 1456 pos[1] = (chr & (0x01 << 5) ? fg : bg); \ in tpg_gen_text() 1457 pos[2] = (chr & (0x01 << 3) ? fg : bg); \ in tpg_gen_text() 1458 pos[3] = (chr & (0x01 << 1) ? fg : bg); \ in tpg_gen_text() [all …]
|
/linux-4.1.27/mm/ |
D | zsmalloc.c | 635 enum fullness_group fg; in get_fullness_group() local 642 fg = ZS_EMPTY; in get_fullness_group() 644 fg = ZS_FULL; in get_fullness_group() 646 fg = ZS_ALMOST_EMPTY; in get_fullness_group() 648 fg = ZS_ALMOST_FULL; in get_fullness_group() 650 return fg; in get_fullness_group() 1268 enum fullness_group fg; in zs_map_object() local 1288 get_zspage_mapping(get_first_page(page), &class_idx, &fg); in zs_map_object() 1321 enum fullness_group fg; in zs_unmap_object() local 1329 get_zspage_mapping(get_first_page(page), &class_idx, &fg); in zs_unmap_object() [all …]
|
/linux-4.1.27/drivers/video/fbdev/aty/ |
D | mach64_cursor.c | 125 u32 fg_idx, bg_idx, fg, bg; in atyfb_cursor() local 130 fg = ((info->cmap.red[fg_idx] & 0xff) << 24) | in atyfb_cursor() 140 aty_st_le32(CUR_CLR1, fg, par); in atyfb_cursor()
|
D | mach64_accel.c | 352 u32 fg, bg; in atyfb_imageblit() local 355 fg = ((u32*)(info->pseudo_palette))[image->fg_color]; in atyfb_imageblit() 358 fg = image->fg_color; in atyfb_imageblit() 364 aty_st_le32(DP_FRGD_CLR, fg, par); in atyfb_imageblit()
|
/linux-4.1.27/drivers/video/fbdev/core/ |
D | sysfillrect.c | 245 unsigned long pat, pat2, fg; in sys_fillrect() local 257 fg = ((u32 *) (p->pseudo_palette))[rect->color]; in sys_fillrect() 259 fg = rect->color; in sys_fillrect() 261 pat = pixel_to_pat( bpp, fg); in sys_fillrect()
|
D | cfbfillrect.c | 280 unsigned long pat, pat2, fg; in cfb_fillrect() local 292 fg = ((u32 *) (p->pseudo_palette))[rect->color]; in cfb_fillrect() 294 fg = rect->color; in cfb_fillrect() 296 pat = pixel_to_pat(bpp, fg); in cfb_fillrect()
|
D | fbmem.c | 284 u8 fg = 1, d; in fb_set_logo() local 288 fg = 1; in fb_set_logo() 291 fg = 3; in fb_set_logo() 294 fg = 7; in fb_set_logo() 300 fg = ~((u8) (0xfff << info->var.green.length)); in fb_set_logo() 319 *dst++ = ((d >> k) & 1) ? fg : 0; in fb_set_logo()
|
D | svgalib.c | 261 int attr = (0x0F & rect->bg) << 4 | (0x0F & rect->fg); in svga_tilefill() 282 int attr = (0x0F & blit->bg) << 4 | (0x0F & blit->fg); in svga_tileblit()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nv04_fbcon.c | 82 uint32_t fg; in nv04_fbcon_imageblit() local 97 fg = ((uint32_t *) info->pseudo_palette)[image->fg_color]; in nv04_fbcon_imageblit() 100 fg = image->fg_color; in nv04_fbcon_imageblit() 109 OUT_RING(chan, fg); in nv04_fbcon_imageblit()
|
/linux-4.1.27/drivers/video/fbdev/mb862xx/ |
D | mb862xxfb_accel.c | 260 u32 x2, y2, vxres, vyres, height, width, fg; in mb86290fb_fillrect() local 280 fg = ((u32 *) (info->pseudo_palette))[rect->color]; in mb86290fb_fillrect() 282 fg = rect->color; in mb86290fb_fillrect() 302 cmd[3] = fg; in mb86290fb_fillrect()
|
/linux-4.1.27/drivers/power/ |
D | ab8500_btemp.c | 100 struct ab8500_fg *fg; member 413 if (!di->fg) in ab8500_btemp_get_batctrl_res() 414 di->fg = ab8500_fg_get(); in ab8500_btemp_get_batctrl_res() 415 if (!di->fg) { in ab8500_btemp_get_batctrl_res() 420 ret = ab8500_fg_inst_curr_start(di->fg); in ab8500_btemp_get_batctrl_res() 429 } while (!ab8500_fg_inst_curr_started(di->fg)); in ab8500_btemp_get_batctrl_res() 437 } while (!ab8500_fg_inst_curr_done(di->fg)); in ab8500_btemp_get_batctrl_res() 440 ret = ab8500_fg_inst_curr_finalize(di->fg, &inst_curr); in ab8500_btemp_get_batctrl_res()
|
D | ab8500_bmdata.c | 403 static const struct abx500_fg_parameters fg = { variable 515 .fg_params = &fg, 547 .fg_params = &fg,
|
D | ab8500_fg.c | 248 struct ab8500_fg *fg; in ab8500_fg_get() local 253 fg = list_first_entry(&ab8500_fg_list, struct ab8500_fg, node); in ab8500_fg_get() 254 return fg; in ab8500_fg_get()
|
/linux-4.1.27/Documentation/devicetree/bindings/power_supply/ab8500/ |
D | fg.txt | 15 - compatible = This shall be: "stericsson,ab8500-fg" 19 compatible = "stericsson,ab8500-fg";
|
D | chargalg.txt | 16 Documentation/devicetree/bindings/power_supply/ab8500/fg.txt
|
D | btemp.txt | 16 Documentation/devicetree/bindings/power_supply/ab8500/fg.txt
|
D | charger.txt | 25 Documentation/devicetree/bindings/power_supply/ab8500/fg.txt
|
/linux-4.1.27/drivers/video/fbdev/nvidia/ |
D | nv_accel.c | 354 u32 fg, bg, mask = ~(~0 >> (32 - info->var.bits_per_pixel)); in nvidiafb_mono_color_expand() local 362 fg = image->fg_color | mask; in nvidiafb_mono_color_expand() 365 fg = ((u32 *) info->pseudo_palette)[image->fg_color] | mask; in nvidiafb_mono_color_expand() 374 NVDmaNext(par, fg); in nvidiafb_mono_color_expand()
|
D | nvidia.c | 120 u16 bg, u16 fg, u32 w, u32 h) in nvidiafb_load_cursor_image() argument 135 tmp = (b & (1 << 31)) ? fg << 16 : bg << 16; in nvidiafb_load_cursor_image() 137 tmp |= (b & (1 << 31)) ? fg : bg; in nvidiafb_load_cursor_image() 140 tmp = (b & 1) ? fg : bg; in nvidiafb_load_cursor_image() 142 tmp |= (b & 1) ? fg << 16 : bg << 16; in nvidiafb_load_cursor_image() 539 u16 fg, bg; in nvidiafb_cursor() local 596 fg = ((info->cmap.red[fg_idx] & 0xf8) << 7) | in nvidiafb_cursor() 602 nvidiafb_load_cursor_image(par, data, bg, fg, in nvidiafb_cursor()
|
/linux-4.1.27/sound/hda/ |
D | hdac_device.c | 41 hda_nid_t fg; in snd_hdac_device_init() local 87 fg = codec->afg ? codec->afg : codec->mfg; in snd_hdac_device_init() 93 codec->power_caps = snd_hdac_read_parm(codec, fg, AC_PAR_POWER_STATE); in snd_hdac_device_init() 96 snd_hdac_read(codec, fg, AC_VERB_GET_SUBSYSTEM_ID, 0, in snd_hdac_device_init()
|
/linux-4.1.27/drivers/staging/sm750fb/ |
D | sm750_cursor.c | 89 u32 fg,u32 bg) in hw_cursor_setColor() argument 91 POKE32(HWC_COLOR_12,(fg<<16)|(bg&0xffff)); in hw_cursor_setColor()
|
D | sm750_cursor.h | 12 u32 fg,u32 bg);
|
D | sm750.c | 158 u16 fg, bg; in lynxfb_ops_cursor() local 160 fg = ((info->cmap.red[fbcursor->image.fg_color] & 0xf800))| in lynxfb_ops_cursor() 168 cursor->setColor(cursor, fg, bg); in lynxfb_ops_cursor()
|
/linux-4.1.27/drivers/video/fbdev/intelfb/ |
D | intelfbdrv.c | 1594 u32 fg, bg; in intelfb_cursor() local 1607 fg =dinfo->pseudo_palette[cursor->image.fg_color]; in intelfb_cursor() 1610 fg = cursor->image.fg_color; in intelfb_cursor() 1613 intelfbhw_cursor_setcolor(dinfo, bg, fg); in intelfb_cursor() 1640 u32 fg, bg; in intelfb_cursor() local 1643 fg = dinfo->pseudo_palette[cursor->image.fg_color]; in intelfb_cursor() 1646 fg = cursor->image.fg_color; in intelfb_cursor() 1650 intelfbhw_cursor_setcolor(dinfo, bg, fg); in intelfb_cursor()
|
D | intelfbhw.h | 592 extern int intelfbhw_do_drawglyph(struct intelfb_info *dinfo, u32 fg, u32 bg, 600 u32 fg);
|
D | intelfbhw.c | 1750 int intelfbhw_do_drawglyph(struct intelfb_info *dinfo, u32 fg, u32 bg, u32 w, in intelfbhw_do_drawglyph() argument 1790 br19 = fg; in intelfbhw_do_drawglyph() 1946 void intelfbhw_cursor_setcolor(struct intelfb_info *dinfo, u32 bg, u32 fg) in intelfbhw_cursor_setcolor() argument 1953 OUTREG(CURSOR_A_PALETTE1, fg & CURSOR_PALETTE_MASK); in intelfbhw_cursor_setcolor() 1954 OUTREG(CURSOR_A_PALETTE2, fg & CURSOR_PALETTE_MASK); in intelfbhw_cursor_setcolor()
|
/linux-4.1.27/drivers/video/fbdev/riva/ |
D | fbdev.c | 493 u16 bg, u16 fg, u32 w, u32 h) in rivafb_load_cursor_image() argument 499 fg = le16_to_cpu(fg); in rivafb_load_cursor_image() 510 tmp = (b & (1 << 31)) ? fg << 16 : bg << 16; in rivafb_load_cursor_image() 512 tmp |= (b & (1 << 31)) ? fg : bg; in rivafb_load_cursor_image() 515 tmp = (b & 1) ? fg : bg; in rivafb_load_cursor_image() 517 tmp |= (b & 1) ? fg << 16 : bg << 16; in rivafb_load_cursor_image() 1587 u16 fg, bg; in rivafb_cursor() local 1646 fg = ((info->cmap.red[fg_idx] & 0xf8) << 7) | in rivafb_cursor() 1653 rivafb_load_cursor_image(par, data, bg, fg, in rivafb_cursor()
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | ab8500.txt | 24 ab8500-fg : : vddadc : Fuel Gauge 69 - compatible : "stericsson,ab8500-[bm|btemp|charger|fg|gpadc|gpio|ponkey|
|
/linux-4.1.27/include/linux/ |
D | fb.h | 333 __u32 fg; /* foreground color */ member 352 __u32 fg; /* foreground color */ member 363 __u32 fg; /* foreground color */ member
|
/linux-4.1.27/scripts/kconfig/lxdialog/ |
D | dialog.h | 104 int fg; /* foreground */ member
|
D | util.c | 66 dlg.dialog.fg = (f); \ 184 init_pair(pair, color->fg, color->bg); in init_one_color()
|
/linux-4.1.27/drivers/staging/speakup/ |
D | main.c | 397 int fg = spk_attr & 0x0f; in say_attributes() local 400 if (fg > 8) { in say_attributes() 402 fg -= 8; in say_attributes() 404 synth_printf("%s", spk_msg_get(MSG_COLORS_START + fg)); in say_attributes()
|
/linux-4.1.27/Documentation/trace/ |
D | mmiotrace.txt | 71 The 'cat' process exits. If it does not, kill it by issuing 'fg' command and
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | ste-dbx5x0.dtsi | 463 compatible = "stericsson,ab8500-fg";
|