/linux-4.1.27/drivers/gpio/ |
D | gpio-bt8xx.c | 83 struct bt8xxgpio *bg = container_of(gpio, struct bt8xxgpio, gpio); in bt8xxgpio_gpio_direction_input() local 104 struct bt8xxgpio *bg = container_of(gpio, struct bt8xxgpio, gpio); in bt8xxgpio_gpio_get() local 118 struct bt8xxgpio *bg = container_of(gpio, struct bt8xxgpio, gpio); in bt8xxgpio_gpio_direction_output() local 143 struct bt8xxgpio *bg = container_of(gpio, struct bt8xxgpio, gpio); in bt8xxgpio_gpio_set() local 159 static void bt8xxgpio_gpio_setup(struct bt8xxgpio *bg) in bt8xxgpio_gpio_setup() 178 struct bt8xxgpio *bg; in bt8xxgpio_probe() local 236 struct bt8xxgpio *bg = pci_get_drvdata(pdev); in bt8xxgpio_remove() local 250 struct bt8xxgpio *bg = pci_get_drvdata(pdev); in bt8xxgpio_suspend() local 273 struct bt8xxgpio *bg = pci_get_drvdata(pdev); in bt8xxgpio_resume() local
|
/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() 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 | 154 u32 bg = expand_color(image->bg_color); in vt8623fb_iplan_imageblit() local 210 u32 bg = image->bg_color * 0x11111111; in vt8623fb_cfb4_imageblit() local
|
D | arkfb.c | 190 u32 bg = expand_color(image->bg_color); in arkfb_iplan_imageblit() local 248 u32 bg = image->bg_color * 0x11111111; in arkfb_cfb4_imageblit() local
|
D | s3fb.c | 361 u32 bg = expand_color(image->bg_color); in s3fb_iplan_imageblit() local 418 u32 bg = image->bg_color * 0x11111111; in s3fb_cfb4_imageblit() local
|
D | fsl-diu-fb.c | 997 const void *image, uint16_t bg, uint16_t fg, in fsl_diu_load_cursor_image() 1070 uint16_t fg, bg; in fsl_diu_cursor() local
|
D | ffb.c | 222 u32 bg; member 555 u32 fg, bg, xy; in ffb_imageblit() local
|
D | leo.c | 142 u32 bg; 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 | 212 u32 bg; member
|
/linux-4.1.27/fs/ocfs2/ |
D | suballoc.c | 352 struct ocfs2_group_desc *bg, in ocfs2_bg_discontig_add_extent() 383 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) bg_bh->b_data; in ocfs2_block_group_fill() local 524 struct ocfs2_group_desc *bg = in ocfs2_block_group_grow_discontig() local 583 struct ocfs2_group_desc *bg; in ocfs2_bg_alloc_cleanup() local 699 struct ocfs2_group_desc *bg; in ocfs2_block_group_alloc() local 1261 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) bg_bh->b_data; in ocfs2_test_bg_bit_allocatable() local 1290 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) bg_bh->b_data; in ocfs2_block_group_find_clear_bits() local 1343 struct ocfs2_group_desc *bg, in ocfs2_block_group_set_bits() 1420 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) bg_bh->b_data; in ocfs2_relink_block_group() local 1473 static inline int ocfs2_block_group_reasonably_empty(struct ocfs2_group_desc *bg, in ocfs2_block_group_reasonably_empty() [all …]
|
D | move_extents.c | 380 struct ocfs2_group_desc *bg; in ocfs2_find_victim_alloc_group() local 475 struct ocfs2_group_desc *bg; in ocfs2_validate_and_adjust_move_goal() local
|
D | ioctl.c | 445 struct ocfs2_group_desc *bg = NULL; in ocfs2_info_freefrag_scan_chain() local
|
/linux-4.1.27/arch/sparc/kernel/ |
D | btext.c | 245 int bg = 0x00000000UL; in draw_byte_32() local 266 int bg = 0x00000000UL; in draw_byte_16() local 284 int bg = 0x00000000UL; in draw_byte_8() local
|
/linux-4.1.27/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 bg; in attr_col_ec() local
|
D | fbcon.c | 308 int bg = (info->fix.visual != FB_VISUAL_MONO01) ? 0 : col; in get_color() local
|
/linux-4.1.27/tools/perf/ui/ |
D | libslang.h | 19 #define sltt_set_color(obj, name, fg, bg) \ argument
|
D | browser.c | 477 const char *name, *fg, *bg; member 531 char *fg = NULL, *bg; in ui_browser__color_config() local
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | btext.c | 429 int bg = 0x00000000UL; in draw_byte_32() local 450 int bg = 0x00000000UL; in draw_byte_16() local 468 int bg = 0x00000000UL; in draw_byte_8() local
|
/linux-4.1.27/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.1.27/drivers/video/fbdev/savage/ |
D | savagefb_accel.c | 95 int fg, bg, size, i, width; in savagefb_imageblit() local
|
/linux-4.1.27/fs/ext4/ |
D | super.c | 179 struct ext4_group_desc *bg) in ext4_block_bitmap() 187 struct ext4_group_desc *bg) in ext4_inode_bitmap() 195 struct ext4_group_desc *bg) in ext4_inode_table() 203 struct ext4_group_desc *bg) in ext4_free_group_clusters() 211 struct ext4_group_desc *bg) in ext4_free_inodes_count() 219 struct ext4_group_desc *bg) in ext4_used_dirs_count() 227 struct ext4_group_desc *bg) in ext4_itable_unused_count() 235 struct ext4_group_desc *bg, ext4_fsblk_t blk) in ext4_block_bitmap_set() 243 struct ext4_group_desc *bg, ext4_fsblk_t blk) in ext4_inode_bitmap_set() 251 struct ext4_group_desc *bg, ext4_fsblk_t blk) in ext4_inode_table_set() [all …]
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nv04_fbcon.c | 83 uint32_t bg; in nv04_fbcon_imageblit() local
|
/linux-4.1.27/drivers/video/fbdev/i810/ |
D | i810_accel.c | 237 int dest, const u32 *src, int bg, in mono_src_copy_imm_blit() 370 u32 fg = 0, bg = 0, size, dst; in i810fb_imageblit() local
|
D | i810_main.c | 818 static void i810_load_cursor_colors(int fg, int bg, struct fb_info *info) in i810_load_cursor_colors()
|
/linux-4.1.27/drivers/scsi/bnx2fc/ |
D | bnx2fc_fcoe.c | 126 struct fcoe_percpu_s *bg; in bnx2fc_clean_rx_queue() local 414 struct fcoe_percpu_s *bg; in bnx2fc_rcv() local 472 struct fcoe_percpu_s *bg = arg; in bnx2fc_l2_rcv_thread() local 2544 struct fcoe_percpu_s *bg; in bnx2fc_mod_init() local 2625 struct fcoe_percpu_s *bg; in bnx2fc_mod_exit() local
|
/linux-4.1.27/drivers/video/fbdev/intelfb/ |
D | intelfbdrv.c | 1594 u32 fg, bg; in intelfb_cursor() local 1640 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.1.27/drivers/staging/sm750fb/ |
D | sm750_cursor.c | 89 u32 fg,u32 bg) in hw_cursor_setColor()
|
D | sm750.c | 158 u16 fg, bg; in lynxfb_ops_cursor() local
|
/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
|
D | nvidia.c | 120 u16 bg, u16 fg, u32 w, u32 h) in nvidiafb_load_cursor_image() 539 u16 fg, bg; in nvidiafb_cursor() local
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | zl10036.c | 287 u8 rfg, ba, bg; in zl10036_set_gain_params() local
|
/linux-4.1.27/scripts/kconfig/lxdialog/ |
D | dialog.h | 105 int bg; /* background */ member
|
/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() 1587 u16 fg, bg; in rivafb_cursor() local
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_combios.c | 866 uint8_t rev, bg, dac; in radeon_combios_get_primary_dac_info() local 1017 uint8_t rev, bg, dac; in radeon_combios_get_tv_dac_info() local
|
D | radeon_atombios.c | 1776 uint8_t bg, dac; in radeon_atombios_get_primary_dac_info() local 1962 uint8_t bg, dac; in radeon_atombios_get_tv_dac_info() local
|
/linux-4.1.27/include/linux/ |
D | fb.h | 334 __u32 bg; /* background color */ member 353 __u32 bg; /* background color */ member 364 __u32 bg; /* background color */ member
|
/linux-4.1.27/drivers/staging/speakup/ |
D | main.c | 398 int bg = spk_attr >> 4; in say_attributes() local 1569 int i, bg; in count_highlight_color() local
|
/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/ |
D | bif_slave_defs.h | 173 unsigned int bg : 1; member
|
/linux-4.1.27/arch/cris/include/arch-v32/mach-fs/mach/hwregs/ |
D | bif_slave_defs.h | 173 unsigned int bg : 1; member
|
/linux-4.1.27/fs/ext2/ |
D | super.c | 762 unsigned long bg, first_meta_bg; in descriptor_loc() local
|
/linux-4.1.27/fs/ext3/ |
D | super.c | 1673 unsigned long bg, first_meta_bg; in descriptor_loc() local
|
/linux-4.1.27/include/linux/mlx5/ |
D | driver.h | 366 u16 bg; member
|
/linux-4.1.27/include/video/ |
D | omapdss.h | 382 s16 br, bg, bb; member
|
/linux-4.1.27/drivers/net/wireless/ipw2x00/ |
D | libipw.h | 714 struct libipw_channel bg[LIBIPW_24GHZ_CHANNELS]; member
|
/linux-4.1.27/include/rdma/ |
D | ib_verbs.h | 554 u16 bg; member
|