| /linux-4.4.14/drivers/power/ | 
| D | da9150-fg.c | 92 static u32 da9150_fg_read_attr(struct da9150_fg *fg, u8 code, u8 size)  in da9150_fg_read_attr()110 static void da9150_fg_write_attr(struct da9150_fg *fg, u8 code, u8 size,  in da9150_fg_write_attr()
 129 static void da9150_fg_read_sync_start(struct da9150_fg *fg)  in da9150_fg_read_sync_start()
 161 static inline void da9150_fg_read_sync_end(struct da9150_fg *fg)  in da9150_fg_read_sync_end()
 167 static u32 da9150_fg_read_attr_sync(struct da9150_fg *fg, u8 code, u8 size)  in da9150_fg_read_attr_sync()
 179 static void da9150_fg_write_attr_sync(struct da9150_fg *fg, u8 code, u8 size,  in da9150_fg_write_attr_sync()
 227 static int da9150_fg_capacity(struct da9150_fg *fg,  in da9150_fg_capacity()
 239 static int da9150_fg_current_avg(struct da9150_fg *fg,  in da9150_fg_current_avg()
 264 static int da9150_fg_voltage_avg(struct da9150_fg *fg,  in da9150_fg_voltage_avg()
 279 static int da9150_fg_charge_full(struct da9150_fg *fg,  in da9150_fg_charge_full()
 [all …]
 
 | 
| D | ab8500_bmdata.c | 403 static const struct abx500_fg_parameters fg = {  variable
 | 
| D | ab8500_btemp.c | 100 	struct ab8500_fg *fg;  member
 | 
| D | ab8500_fg.c | 248 	struct ab8500_fg *fg;  in ab8500_fg_get()  local
 | 
| /linux-4.4.14/drivers/video/fbdev/ | 
| D | atafb_utils.h | 268 static inline void expand8_2col2mask(u8 fg, u8 bg, u32 fgm[], u32 bgm[])  in expand8_2col2mask()300 static inline void fill8_2col(u8 *dst, u8 fg, u8 bg, u32 mask)  in fill8_2col()
 342 static inline void expand16_2col2mask(u8 fg, u8 bg, u32 fgm[], u32 bgm[])  in expand16_2col2mask()
 
 | 
| D | vt8623fb.c | 143 	u32 fg = expand_color(image->fg_color);  in vt8623fb_iplan_imageblit()  local171 	u32 fg = expand_color(rect->color);  in vt8623fb_iplan_fillrect()  local
 199 	u32 fg = image->fg_color * 0x11111111;  in vt8623fb_cfb4_imageblit()  local
 
 | 
| D | wmt_ge_rops.c | 51 	unsigned long fg, pat;  in wmt_ge_fillrect()  local
 | 
| D | s3fb.c | 349 	u32 fg = expand_color(image->fg_color);  in s3fb_iplan_imageblit()  local378 	u32 fg = expand_color(rect->color);  in s3fb_iplan_fillrect()  local
 406 	u32 fg = image->fg_color * 0x11111111;  in s3fb_cfb4_imageblit()  local
 
 | 
| D | arkfb.c | 176 	u32 fg = expand_color(image->fg_color);  in arkfb_iplan_imageblit()  local205 	u32 fg = expand_color(rect->color);  in arkfb_iplan_fillrect()  local
 234 	u32 fg = image->fg_color * 0x11111111;  in arkfb_cfb4_imageblit()  local
 
 | 
| D | s1d13xxxfb.c | 537 	u32 fg;  in s1d13xxxfb_bitblt_solidfill()  local
 | 
| D | ffb.c | 221 	u32	fg;  member480 	u32 fg;  in ffb_fillrect()  local
 555 	u32 fg, bg, xy;  in ffb_imageblit()  local
 
 | 
| D | fsl-diu-fb.c | 1000 	const void *image, uint16_t bg, uint16_t fg,  in fsl_diu_load_cursor_image()1073 		uint16_t fg, bg;  in fsl_diu_cursor()  local
 
 | 
| D | leo.c | 141 	u32	fg;  member
 | 
| D | cirrusfb.c | 1825 		u32 fg, bg;  in cirrusfb_imageblit()  local
 | 
| D | sm501fb.c | 1046 	unsigned long fg, bg;  in sm501fb_cursor()  local
 | 
| D | cg6.c | 211 	u32	fg;  member
 | 
| /linux-4.4.14/arch/sparc/kernel/ | 
| D | btext.c | 244 	int fg = 0xFFFFFFFFUL;  in draw_byte_32()  local265 	int fg = 0xFFFFFFFFUL;  in draw_byte_16()  local
 283 	int fg = 0x0F0F0F0FUL;  in draw_byte_8()  local
 
 | 
| /linux-4.4.14/drivers/video/console/ | 
| D | tileblit.c | 56 		       int fg, int bg)  in tile_putcs()83 			int softback_lines, int fg, int bg)  in tile_cursor()
 
 | 
| D | fbcon_cw.c | 116 		      int fg, int bg)  in cw_putcs()205 		      int softback_lines, int fg, int bg)  in cw_cursor()
 
 | 
| D | fbcon_ccw.c | 131 		      int fg, int bg)  in ccw_putcs()222 		       int softback_lines, int fg, int bg)  in ccw_cursor()
 
 | 
| D | bitblit.c | 145 		      int fg, int bg)  in bit_putcs()237 		       int softback_lines, int fg, int bg)  in bit_cursor()
 
 | 
| D | fbcon_ud.c | 153 		      int fg, int bg)  in ud_putcs()252 		      int softback_lines, int fg, int bg)  in ud_cursor()
 
 | 
| D | fbcon.h | 123 	int fg;  in attr_col_ec()  local
 | 
| D | fbcon.c | 307 		int fg = (info->fix.visual != FB_VISUAL_MONO01) ? col : 0;  in get_color()  local2935 	int i, rows, cols, fg = -1;  in fbcon_set_all_vcs()  local
 
 | 
| /linux-4.4.14/arch/powerpc/kernel/ | 
| D | btext.c | 428 	int fg = 0xFFFFFFFFUL;  in draw_byte_32()  local449 	int fg = 0xFFFFFFFFUL;  in draw_byte_16()  local
 467 	int fg = 0x0F0F0F0FUL;  in draw_byte_8()  local
 
 | 
| /linux-4.4.14/tools/perf/ui/ | 
| D | libslang.h | 21 #define sltt_set_color(obj, name, fg, bg) \  argument
 | 
| D | browser.c | 506 	const char *name, *fg, *bg;  member560 	char *fg = NULL, *bg;  in ui_browser__color_config()  local
 
 | 
| /linux-4.4.14/drivers/video/fbdev/aty/ | 
| D | mach64_cursor.c | 125 		u32 fg_idx, bg_idx, fg, bg;  in atyfb_cursor()  local
 | 
| D | mach64_accel.c | 352 		u32 fg, bg;  in atyfb_imageblit()  local
 | 
| /linux-4.4.14/arch/x86/include/asm/ | 
| D | nmi.h | 48 #define register_nmi_handler(t, fn, fg, n, init...)	\  argument
 | 
| /linux-4.4.14/drivers/video/fbdev/savage/ | 
| D | savagefb_accel.c | 95 	int fg, bg, size, i, width;  in savagefb_imageblit()  local
 | 
| /linux-4.4.14/drivers/video/fbdev/i810/ | 
| D | i810_accel.c | 238 					  int fg, struct fb_info *info)  in mono_src_copy_imm_blit()370 	u32 fg = 0, bg = 0, size, dst;  in i810fb_imageblit()  local
 
 | 
| D | i810_main.c | 819 static void i810_load_cursor_colors(int fg, int bg, struct fb_info *info)  in i810_load_cursor_colors()
 | 
| /linux-4.4.14/drivers/gpu/drm/nouveau/ | 
| D | nv04_fbcon.c | 82 	uint32_t fg;  in nv04_fbcon_imageblit()  local
 | 
| /linux-4.4.14/drivers/video/fbdev/core/ | 
| D | sysfillrect.c | 245 	unsigned long pat, pat2, fg;  in sys_fillrect()  local
 | 
| D | cfbfillrect.c | 280 	unsigned long pat, pat2, fg;  in cfb_fillrect()  local
 | 
| D | fbmem.c | 284 	u8 fg = 1, d;  in fb_set_logo()  local
 | 
| /linux-4.4.14/drivers/video/fbdev/intelfb/ | 
| D | intelfbdrv.c | 1564 		u32 fg, bg;  in intelfb_cursor()  local1610 		u32 fg, bg;  in intelfb_cursor()  local
 
 | 
| D | intelfbhw.c | 1750 int intelfbhw_do_drawglyph(struct intelfb_info *dinfo, u32 fg, u32 bg, u32 w,  in intelfbhw_do_drawglyph()1946 void intelfbhw_cursor_setcolor(struct intelfb_info *dinfo, u32 bg, u32 fg)  in intelfbhw_cursor_setcolor()
 
 | 
| /linux-4.4.14/drivers/staging/sm750fb/ | 
| D | sm750_cursor.c | 91 						u32 fg, u32 bg)  in hw_cursor_setColor()
 | 
| D | sm750.c | 138 		u16 fg, bg;  in lynxfb_ops_cursor()  local
 | 
| /linux-4.4.14/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
 | 
| D | nvidia.c | 115 				       u16 bg, u16 fg, u32 w, u32 h)  in nvidiafb_load_cursor_image()534 	u16 fg, bg;  in nvidiafb_cursor()  local
 
 | 
| /linux-4.4.14/drivers/video/fbdev/mb862xx/ | 
| D | mb862xxfb_accel.c | 260 	u32 x2, y2, vxres, vyres, height, width, fg;  in mb86290fb_fillrect()  local
 | 
| /linux-4.4.14/mm/ | 
| D | zsmalloc.c | 626 	enum fullness_group fg;  in get_fullness_group()  local1268 	enum fullness_group fg;  in zs_map_object()  local
 1321 	enum fullness_group fg;  in zs_unmap_object()  local
 1984 		int fg;  in zs_destroy_pool()  local
 
 | 
| /linux-4.4.14/scripts/kconfig/lxdialog/ | 
| D | dialog.h | 104 	int fg;		/* foreground */  member
 | 
| /linux-4.4.14/drivers/video/fbdev/riva/ | 
| D | fbdev.c | 488 				     u16 bg, u16 fg, u32 w, u32 h)  in rivafb_load_cursor_image()1582 	u16 fg, bg;  in rivafb_cursor()  local
 
 | 
| /linux-4.4.14/sound/pci/hda/ | 
| D | hda_codec.c | 806 	hda_nid_t fg;  in snd_hda_codec_new()  local911 	hda_nid_t fg;  in snd_hda_codec_update_widgets()  local
 2788 void snd_hda_codec_set_power_to_all(struct hda_codec *codec, hda_nid_t fg,  in snd_hda_codec_set_power_to_all()
 2813 					 hda_nid_t fg,  in hda_sync_power_state()
 2868 	hda_nid_t fg = codec->core.afg ? codec->core.afg : codec->core.mfg;  in hda_set_power_state()  local
 
 | 
| D | hda_proc.c | 756 	hda_nid_t nid, fg;  in print_codec_info()  local
 | 
| D | patch_sigmatel.c | 303 	hda_nid_t fg = codec->core.afg;  in stac_gpio_set()  local
 | 
| D | patch_hdmi.c | 2339 static void haswell_set_power_state(struct hda_codec *codec, hda_nid_t fg,  in haswell_set_power_state()
 | 
| /linux-4.4.14/include/linux/ | 
| D | fb.h | 333 	__u32 fg;                   /* foreground color */  member352 	__u32 fg;                   /* foreground color */  member
 363 	__u32 fg;                   /* foreground color */  member
 
 | 
| /linux-4.4.14/sound/hda/ | 
| D | hdac_device.c | 42 	hda_nid_t fg;  in snd_hdac_device_init()  local
 | 
| /linux-4.4.14/drivers/staging/speakup/ | 
| D | main.c | 399 	int fg = spk_attr & 0x0f;  in say_attributes()  local
 |