Searched defs:bg (Results 1 - 52 of 52) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/aty/
H A Dmach64_cursor.c125 u32 fg_idx, bg_idx, fg, bg; atyfb_cursor() local
H A Dmach64_accel.c352 u32 fg, bg; atyfb_imageblit() local
/linux-4.4.14/drivers/video/fbdev/
H A Datafb_utils.h268 static inline void expand8_2col2mask(u8 fg, u8 bg, u32 fgm[], u32 bgm[]) expand8_2col2mask() argument
300 static inline void fill8_2col(u8 *dst, u8 fg, u8 bg, u32 mask) fill8_2col() argument
342 static inline void expand16_2col2mask(u8 fg, u8 bg, u32 fgm[], u32 bgm[]) expand16_2col2mask() argument
H A Dvt8623fb.c144 u32 bg = expand_color(image->bg_color); vt8623fb_iplan_imageblit() local
200 u32 bg = image->bg_color * 0x11111111; vt8623fb_cfb4_imageblit() local
H A Darkfb.c177 u32 bg = expand_color(image->bg_color); arkfb_iplan_imageblit() local
235 u32 bg = image->bg_color * 0x11111111; arkfb_cfb4_imageblit() local
H A Dleo.c142 u32 bg; member in struct:leo_ld_ss0
H A Dcirrusfb.c1825 u32 fg, bg; cirrusfb_imageblit() local
H A Dfsl-diu-fb.c1073 uint16_t fg, bg; fsl_diu_cursor() local
999 fsl_diu_load_cursor_image(struct fb_info *info, const void *image, uint16_t bg, uint16_t fg, unsigned int width, unsigned int height) fsl_diu_load_cursor_image() argument
H A Ds3fb.c350 u32 bg = expand_color(image->bg_color); s3fb_iplan_imageblit() local
407 u32 bg = image->bg_color * 0x11111111; s3fb_cfb4_imageblit() local
H A Dsm501fb.c1046 unsigned long fg, bg; sm501fb_cursor() local
H A Dcg6.c212 u32 bg; member in struct:cg6_fbc
H A Dffb.c222 u32 bg; member in struct:ffb_fbc
555 u32 fg, bg, xy; ffb_imageblit() local
/linux-4.4.14/drivers/video/fbdev/savage/
H A Dsavagefb_accel.c95 int fg, bg, size, i, width; savagefb_imageblit() local
/linux-4.4.14/drivers/gpu/drm/nouveau/
H A Dnv04_fbcon.c83 uint32_t bg; nv04_fbcon_imageblit() local
/linux-4.4.14/drivers/video/console/
H A Dtileblit.c54 tile_putcs(struct vc_data *vc, struct fb_info *info, const unsigned short *s, int count, int yy, int xx, int fg, int bg) tile_putcs() argument
82 tile_cursor(struct vc_data *vc, struct fb_info *info, int mode, int softback_lines, int fg, int bg) tile_cursor() argument
H A Dbitblit.c143 bit_putcs(struct vc_data *vc, struct fb_info *info, const unsigned short *s, int count, int yy, int xx, int fg, int bg) bit_putcs() argument
236 bit_cursor(struct vc_data *vc, struct fb_info *info, int mode, int softback_lines, int fg, int bg) bit_cursor() argument
H A Dfbcon_ccw.c129 ccw_putcs(struct vc_data *vc, struct fb_info *info, const unsigned short *s, int count, int yy, int xx, int fg, int bg) ccw_putcs() argument
221 ccw_cursor(struct vc_data *vc, struct fb_info *info, int mode, int softback_lines, int fg, int bg) ccw_cursor() argument
H A Dfbcon_cw.c114 cw_putcs(struct vc_data *vc, struct fb_info *info, const unsigned short *s, int count, int yy, int xx, int fg, int bg) cw_putcs() argument
204 cw_cursor(struct vc_data *vc, struct fb_info *info, int mode, int softback_lines, int fg, int bg) cw_cursor() argument
H A Dfbcon_ud.c151 ud_putcs(struct vc_data *vc, struct fb_info *info, const unsigned short *s, int count, int yy, int xx, int fg, int bg) ud_putcs() argument
251 ud_cursor(struct vc_data *vc, struct fb_info *info, int mode, int softback_lines, int fg, int bg) ud_cursor() argument
H A Dfbcon.h124 int bg; attr_col_ec() local
H A Dfbcon.c308 int bg = (info->fix.visual != FB_VISUAL_MONO01) ? 0 : col; get_color() local
/linux-4.4.14/drivers/gpio/
H A Dgpio-bt8xx.c83 struct bt8xxgpio *bg = container_of(gpio, struct bt8xxgpio, gpio); bt8xxgpio_gpio_direction_input() local
104 struct bt8xxgpio *bg = container_of(gpio, struct bt8xxgpio, gpio); bt8xxgpio_gpio_get() local
118 struct bt8xxgpio *bg = container_of(gpio, struct bt8xxgpio, gpio); bt8xxgpio_gpio_direction_output() local
143 struct bt8xxgpio *bg = container_of(gpio, struct bt8xxgpio, gpio); bt8xxgpio_gpio_set() local
159 static void bt8xxgpio_gpio_setup(struct bt8xxgpio *bg) bt8xxgpio_gpio_setup() argument
178 struct bt8xxgpio *bg; bt8xxgpio_probe() local
236 struct bt8xxgpio *bg = pci_get_drvdata(pdev); bt8xxgpio_remove() local
250 struct bt8xxgpio *bg = pci_get_drvdata(pdev); bt8xxgpio_suspend() local
273 struct bt8xxgpio *bg = pci_get_drvdata(pdev); bt8xxgpio_resume() local
/linux-4.4.14/drivers/staging/sm750fb/
H A Dsm750_cursor.c90 hw_cursor_setColor(struct lynx_cursor *cursor, u32 fg, u32 bg) hw_cursor_setColor() argument
H A Dsm750.c138 u16 fg, bg; lynxfb_ops_cursor() local
/linux-4.4.14/drivers/video/fbdev/i810/
H A Di810_accel.c370 u32 fg = 0, bg = 0, size, dst; i810fb_imageblit() local
235 mono_src_copy_imm_blit(int dwidth, int dheight, int dpitch, int dsize, int blit_bpp, int rop, int dest, const u32 *src, int bg, int fg, struct fb_info *info) mono_src_copy_imm_blit() argument
H A Di810_main.c819 static void i810_load_cursor_colors(int fg, int bg, struct fb_info *info) i810_load_cursor_colors() argument
/linux-4.4.14/drivers/video/fbdev/nvidia/
H A Dnv_accel.c354 u32 fg, bg, mask = ~(~0 >> (32 - info->var.bits_per_pixel)); nvidiafb_mono_color_expand() local
H A Dnvidia.c534 u16 fg, bg; nvidiafb_cursor() local
114 nvidiafb_load_cursor_image(struct nvidia_par *par, u8 * data8, u16 bg, u16 fg, u32 w, u32 h) nvidiafb_load_cursor_image() argument
/linux-4.4.14/drivers/media/dvb-frontends/
H A Dzl10036.c287 u8 rfg, ba, bg; zl10036_set_gain_params() local
/linux-4.4.14/arch/powerpc/kernel/
H A Dbtext.c429 int bg = 0x00000000UL; draw_byte_32() local
450 int bg = 0x00000000UL; draw_byte_16() local
468 int bg = 0x00000000UL; draw_byte_8() local
/linux-4.4.14/arch/sparc/kernel/
H A Dbtext.c245 int bg = 0x00000000UL; draw_byte_32() local
266 int bg = 0x00000000UL; draw_byte_16() local
284 int bg = 0x00000000UL; draw_byte_8() local
/linux-4.4.14/tools/perf/ui/
H A Dbrowser.c506 const char *name, *fg, *bg; member in struct:ui_browser_colorset
560 char *fg = NULL, *bg; ui_browser__color_config() local
/linux-4.4.14/drivers/video/fbdev/intelfb/
H A Dintelfbdrv.c1564 u32 fg, bg; intelfb_cursor() local
1610 u32 fg, bg; intelfb_cursor() local
H A Dintelfbhw.c1750 int intelfbhw_do_drawglyph(struct intelfb_info *dinfo, u32 fg, u32 bg, u32 w, intelfbhw_do_drawglyph() argument
1946 void intelfbhw_cursor_setcolor(struct intelfb_info *dinfo, u32 bg, u32 fg) intelfbhw_cursor_setcolor() argument
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/
H A Dbif_slave_defs.h173 unsigned int bg : 1; member in struct:__anon402
/linux-4.4.14/scripts/kconfig/lxdialog/
H A Ddialog.h105 int bg; /* background */ member in struct:dialog_color
/linux-4.4.14/fs/ocfs2/
H A Dioctl.c445 struct ocfs2_group_desc *bg = NULL; ocfs2_info_freefrag_scan_chain() local
H A Dmove_extents.c378 struct ocfs2_group_desc *bg; ocfs2_find_victim_alloc_group() local
473 struct ocfs2_group_desc *bg; ocfs2_validate_and_adjust_move_goal() local
H A Dsuballoc.c368 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) bg_bh->b_data; ocfs2_block_group_fill() local
508 struct ocfs2_group_desc *bg = ocfs2_block_group_grow_discontig() local
567 struct ocfs2_group_desc *bg; ocfs2_bg_alloc_cleanup() local
683 struct ocfs2_group_desc *bg; ocfs2_block_group_alloc() local
1245 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) bg_bh->b_data; ocfs2_test_bg_bit_allocatable() local
1274 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) bg_bh->b_data; ocfs2_block_group_find_clear_bits() local
1403 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) bg_bh->b_data; ocfs2_relink_block_group() local
1456 static inline int ocfs2_block_group_reasonably_empty(struct ocfs2_group_desc *bg, ocfs2_block_group_reasonably_empty() argument
1543 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) group_bh->b_data; ocfs2_block_group_search() local
1740 struct ocfs2_group_desc *bg; ocfs2_search_chain() local
2122 struct ocfs2_group_desc *bg; ocfs2_claim_new_inode_at_loc() local
2602 static inline void ocfs2_debug_bg(struct ocfs2_group_desc *bg) ocfs2_debug_bg() argument
336 ocfs2_bg_discontig_add_extent(struct ocfs2_super *osb, struct ocfs2_group_desc *bg, struct ocfs2_chain_list *cl, u64 p_blkno, unsigned int clusters) ocfs2_bg_discontig_add_extent() argument
1325 ocfs2_block_group_set_bits(handle_t *handle, struct inode *alloc_inode, struct ocfs2_group_desc *bg, struct buffer_head *group_bh, unsigned int bit_off, unsigned int num_bits) ocfs2_block_group_set_bits() argument
1628 ocfs2_bg_discontig_fix_result(struct ocfs2_alloc_context *ac, struct ocfs2_group_desc *bg, struct ocfs2_suballoc_result *res) ocfs2_bg_discontig_fix_result() argument
2369 ocfs2_block_group_clear_bits(handle_t *handle, struct inode *alloc_inode, struct ocfs2_group_desc *bg, struct buffer_head *group_bh, unsigned int bit_off, unsigned int num_bits, void (*undo_fn)(unsigned int bit, unsigned long *bmap)) ocfs2_block_group_clear_bits() argument
/linux-4.4.14/arch/cris/include/arch-v32/mach-fs/mach/hwregs/
H A Dbif_slave_defs.h173 unsigned int bg : 1; member in struct:__anon1269
/linux-4.4.14/fs/ext2/
H A Dsuper.c767 unsigned long bg, first_meta_bg; descriptor_loc() local
/linux-4.4.14/drivers/video/fbdev/riva/
H A Dfbdev.c1582 u16 fg, bg; rivafb_cursor() local
487 rivafb_load_cursor_image(struct riva_par *par, u8 *data8, u16 bg, u16 fg, u32 w, u32 h) rivafb_load_cursor_image() argument
/linux-4.4.14/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c126 struct fcoe_percpu_s *bg; bnx2fc_clean_rx_queue() local
414 struct fcoe_percpu_s *bg; bnx2fc_rcv() local
472 struct fcoe_percpu_s *bg = arg; bnx2fc_l2_rcv_thread() local
2614 struct fcoe_percpu_s *bg; bnx2fc_mod_init() local
2695 struct fcoe_percpu_s *bg; bnx2fc_mod_exit() local
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Dradeon_combios.c866 uint8_t rev, bg, dac; radeon_combios_get_primary_dac_info() local
1017 uint8_t rev, bg, dac; radeon_combios_get_tv_dac_info() local
H A Dradeon_atombios.c1776 uint8_t bg, dac; radeon_atombios_get_primary_dac_info() local
1962 uint8_t bg, dac; radeon_atombios_get_tv_dac_info() local
/linux-4.4.14/drivers/staging/speakup/
H A Dmain.c400 int bg = spk_attr >> 4; say_attributes() local
1574 int i, bg; count_highlight_color() local
/linux-4.4.14/include/linux/
H A Dfb.h334 __u32 bg; /* background color */ member in struct:fb_tilerect
353 __u32 bg; /* background color */ member in struct:fb_tileblit
364 __u32 bg; /* background color */ member in struct:fb_tilecursor
/linux-4.4.14/drivers/net/wireless/ipw2x00/
H A Dlibipw.h714 struct libipw_channel bg[LIBIPW_24GHZ_CHANNELS]; member in struct:libipw_geo
/linux-4.4.14/fs/ext4/
H A Dsuper.c2409 ext4_group_t bg, first_meta_bg; descriptor_loc() local
170 ext4_block_bitmap(struct super_block *sb, struct ext4_group_desc *bg) ext4_block_bitmap() argument
178 ext4_inode_bitmap(struct super_block *sb, struct ext4_group_desc *bg) ext4_inode_bitmap() argument
186 ext4_inode_table(struct super_block *sb, struct ext4_group_desc *bg) ext4_inode_table() argument
194 ext4_free_group_clusters(struct super_block *sb, struct ext4_group_desc *bg) ext4_free_group_clusters() argument
202 ext4_free_inodes_count(struct super_block *sb, struct ext4_group_desc *bg) ext4_free_inodes_count() argument
210 ext4_used_dirs_count(struct super_block *sb, struct ext4_group_desc *bg) ext4_used_dirs_count() argument
218 ext4_itable_unused_count(struct super_block *sb, struct ext4_group_desc *bg) ext4_itable_unused_count() argument
226 ext4_block_bitmap_set(struct super_block *sb, struct ext4_group_desc *bg, ext4_fsblk_t blk) ext4_block_bitmap_set() argument
234 ext4_inode_bitmap_set(struct super_block *sb, struct ext4_group_desc *bg, ext4_fsblk_t blk) ext4_inode_bitmap_set() argument
242 ext4_inode_table_set(struct super_block *sb, struct ext4_group_desc *bg, ext4_fsblk_t blk) ext4_inode_table_set() argument
250 ext4_free_group_clusters_set(struct super_block *sb, struct ext4_group_desc *bg, __u32 count) ext4_free_group_clusters_set() argument
258 ext4_free_inodes_set(struct super_block *sb, struct ext4_group_desc *bg, __u32 count) ext4_free_inodes_set() argument
266 ext4_used_dirs_set(struct super_block *sb, struct ext4_group_desc *bg, __u32 count) ext4_used_dirs_set() argument
274 ext4_itable_unused_set(struct super_block *sb, struct ext4_group_desc *bg, __u32 count) ext4_itable_unused_set() argument
/linux-4.4.14/include/video/
H A Domapdss.h382 s16 br, bg, bb; member in struct:omap_dss_cpr_coefs
/linux-4.4.14/include/linux/mlx5/
H A Ddriver.h321 u16 bg; member in struct:mlx5_core_psv::psv_layout
/linux-4.4.14/include/rdma/
H A Dib_verbs.h618 u16 bg; member in struct:ib_t10_dif_domain

Completed in 1502 milliseconds