/Linux-v6.6/drivers/gpio/ |
D | gpio-bt8xx.c | 71 struct bt8xxgpio *bg = gpiochip_get_data(gpio); in bt8xxgpio_gpio_direction_input() local 92 struct bt8xxgpio *bg = gpiochip_get_data(gpio); in bt8xxgpio_gpio_get() local 106 struct bt8xxgpio *bg = gpiochip_get_data(gpio); in bt8xxgpio_gpio_direction_output() local 131 struct bt8xxgpio *bg = gpiochip_get_data(gpio); in bt8xxgpio_gpio_set() local 147 static void bt8xxgpio_gpio_setup(struct bt8xxgpio *bg) in bt8xxgpio_gpio_setup() 166 struct bt8xxgpio *bg; in bt8xxgpio_probe() local 224 struct bt8xxgpio *bg = pci_get_drvdata(pdev); in bt8xxgpio_remove() local 238 struct bt8xxgpio *bg = pci_get_drvdata(pdev); in bt8xxgpio_suspend() local 261 struct bt8xxgpio *bg = pci_get_drvdata(pdev); in bt8xxgpio_resume() local
|
/Linux-v6.6/fs/btrfs/ |
D | block-group.c | 319 struct btrfs_block_group *bg; in btrfs_inc_nocow_writers() local 353 void btrfs_dec_nocow_writers(struct btrfs_block_group *bg) in btrfs_dec_nocow_writers() 362 void btrfs_wait_nocow_writers(struct btrfs_block_group *bg) in btrfs_wait_nocow_writers() 370 struct btrfs_block_group *bg; in btrfs_dec_block_group_reservations() local 379 void btrfs_wait_block_group_reservations(struct btrfs_block_group *bg) in btrfs_wait_block_group_reservations() 838 static inline void btrfs_free_excluded_extents(const struct btrfs_block_group *bg) in btrfs_free_excluded_extents() 1420 struct btrfs_block_group *bg) in clean_pinned_extents() 1676 void btrfs_mark_bg_unused(struct btrfs_block_group *bg) in btrfs_mark_bg_unused() 1715 static bool should_reclaim_block_group(struct btrfs_block_group *bg, u64 bytes_freed) in should_reclaim_block_group() 1743 struct btrfs_block_group *bg; in btrfs_reclaim_bgs_work() local [all …]
|
D | zoned.h | 233 static inline void btrfs_schedule_zone_finish_bg(struct btrfs_block_group *bg, in btrfs_schedule_zone_finish_bg() 236 static inline void btrfs_clear_data_reloc_bg(struct btrfs_block_group *bg) { } in btrfs_clear_data_reloc_bg() 368 static inline void btrfs_clear_treelog_bg(struct btrfs_block_group *bg) in btrfs_clear_treelog_bg() 397 static inline bool btrfs_zoned_bg_is_full(const struct btrfs_block_group *bg) in btrfs_zoned_bg_is_full()
|
D | scrub.c | 110 struct btrfs_block_group *bg; member 1511 static int scrub_find_fill_first_stripe(struct btrfs_block_group *bg, in scrub_find_fill_first_stripe() 1787 static int queue_scrub_stripe(struct scrub_ctx *sctx, struct btrfs_block_group *bg, in queue_scrub_stripe() 1828 struct btrfs_block_group *bg, in scrub_raid56_parity_stripe() 1997 struct btrfs_block_group *bg, in scrub_simple_mirror() 2067 struct btrfs_block_group *bg, in simple_stripe_get_logical() 2094 struct btrfs_block_group *bg, in scrub_simple_stripe() 2127 struct btrfs_block_group *bg, in scrub_stripe() 2296 struct btrfs_block_group *bg, in scrub_chunk()
|
D | zoned.c | 2279 struct btrfs_block_group *bg = in btrfs_zone_finish_endio_workfn() local 2288 void btrfs_schedule_zone_finish_bg(struct btrfs_block_group *bg, in btrfs_schedule_zone_finish_bg() 2309 void btrfs_clear_data_reloc_bg(struct btrfs_block_group *bg) in btrfs_clear_data_reloc_bg() 2440 struct btrfs_block_group *bg; in btrfs_zoned_activate_one_bg() local
|
/Linux-v6.6/fs/ocfs2/ |
D | suballoc.c | 319 struct ocfs2_group_desc *bg, in ocfs2_bg_discontig_add_extent() 350 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) bg_bh->b_data; in ocfs2_block_group_fill() local 490 struct ocfs2_group_desc *bg = in ocfs2_block_group_grow_discontig() local 549 struct ocfs2_group_desc *bg; in ocfs2_bg_alloc_cleanup() local 665 struct ocfs2_group_desc *bg; in ocfs2_block_group_alloc() local 1252 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) bg_bh->b_data; in ocfs2_test_bg_bit_allocatable() local 1284 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) bg_bh->b_data; in ocfs2_block_group_find_clear_bits() local 1337 struct ocfs2_group_desc *bg, in ocfs2_block_group_set_bits() 1413 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) bg_bh->b_data; in ocfs2_relink_block_group() local 1466 static inline int ocfs2_block_group_reasonably_empty(struct ocfs2_group_desc *bg, in ocfs2_block_group_reasonably_empty() [all …]
|
D | move_extents.c | 376 struct ocfs2_group_desc *bg; in ocfs2_find_victim_alloc_group() local 471 struct ocfs2_group_desc *bg; in ocfs2_validate_and_adjust_move_goal() local
|
/Linux-v6.6/drivers/video/fbdev/ |
D | atafb_utils.h | 269 static inline void expand8_2col2mask(u8 fg, u8 bg, u32 fgm[], u32 bgm[]) in expand8_2col2mask() 301 static inline void fill8_2col(u8 *dst, u8 fg, u8 bg, u32 mask) in fill8_2col() 343 static inline void expand16_2col2mask(u8 fg, u8 bg, u32 fgm[], u32 bgm[]) in expand16_2col2mask()
|
D | pmag-aa-fb.c | 122 u8 bg = cursor->image.bg_color ? 0xf : 0x0; in aafb_cursor() local
|
D | vt8623fb.c | 145 u32 bg = expand_color(image->bg_color); in vt8623fb_iplan_imageblit() local 201 u32 bg = image->bg_color * 0x11111111; in vt8623fb_cfb4_imageblit() local
|
/Linux-v6.6/arch/sparc/kernel/ |
D | btext.c | 246 int bg = 0x00000000UL; in draw_byte_32() local 267 int bg = 0x00000000UL; in draw_byte_16() local 285 int bg = 0x00000000UL; in draw_byte_8() local
|
/Linux-v6.6/drivers/video/fbdev/core/ |
D | tileblit.c | 56 int fg, int bg) in tile_putcs() 83 int fg, int bg) in tile_cursor()
|
D | fbcon_cw.c | 116 int fg, int bg) in cw_putcs() 205 int fg, int bg) in cw_cursor()
|
D | bitblit.c | 145 int fg, int bg) in bit_putcs() 237 int fg, int bg) in bit_cursor()
|
D | fbcon_ccw.c | 131 int fg, int bg) in ccw_putcs() 222 int fg, int bg) in ccw_cursor()
|
D | fbcon_ud.c | 153 int fg, int bg) in ud_putcs() 252 int fg, int bg) in ud_cursor()
|
/Linux-v6.6/drivers/edac/ |
D | al_mc_edac.c | 65 u8 rank, u32 row, u8 bg, u8 bank, u16 column, in prepare_msg() 81 u8 rank, bg, bank; in handle_ce() local 126 u8 rank, bg, bank; in handle_ue() local
|
/Linux-v6.6/arch/powerpc/kernel/ |
D | btext.c | 414 int bg = 0x00000000UL; in draw_byte_32() local 435 int bg = 0x00000000UL; in draw_byte_16() local 453 int bg = 0x00000000UL; in draw_byte_8() local
|
/Linux-v6.6/fs/ext4/ |
D | super.c | 308 struct ext4_group_desc *bg) in ext4_block_bitmap() 316 struct ext4_group_desc *bg) in ext4_inode_bitmap() 324 struct ext4_group_desc *bg) in ext4_inode_table() 332 struct ext4_group_desc *bg) in ext4_free_group_clusters() 340 struct ext4_group_desc *bg) in ext4_free_inodes_count() 348 struct ext4_group_desc *bg) in ext4_used_dirs_count() 356 struct ext4_group_desc *bg) in ext4_itable_unused_count() 364 struct ext4_group_desc *bg, ext4_fsblk_t blk) in ext4_block_bitmap_set() 372 struct ext4_group_desc *bg, ext4_fsblk_t blk) in ext4_inode_bitmap_set() 380 struct ext4_group_desc *bg, ext4_fsblk_t blk) in ext4_inode_table_set() [all …]
|
/Linux-v6.6/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
|
/Linux-v6.6/drivers/video/fbdev/aty/ |
D | mach64_cursor.c | 126 u32 fg_idx, bg_idx, fg, bg; in atyfb_cursor() local
|
/Linux-v6.6/drivers/video/fbdev/savage/ |
D | savagefb_accel.c | 95 int fg, bg, size, i, width; in savagefb_imageblit() local
|
/Linux-v6.6/drivers/scsi/bnx2fc/ |
D | bnx2fc_fcoe.c | 151 struct fcoe_percpu_s *bg; in bnx2fc_clean_rx_queue() local 431 struct fcoe_percpu_s *bg; in bnx2fc_rcv() local 485 struct fcoe_percpu_s *bg = arg; in bnx2fc_l2_rcv_thread() local 2677 struct fcoe_percpu_s *bg; in bnx2fc_mod_init() local 2753 struct fcoe_percpu_s *bg; in bnx2fc_mod_exit() local
|
/Linux-v6.6/drivers/video/fbdev/intelfb/ |
D | intelfbdrv.c | 1568 u32 fg, bg; in intelfb_cursor() local 1614 u32 fg, bg; in intelfb_cursor() local
|
/Linux-v6.6/tools/perf/ui/ |
D | browser.c | 522 const char *name, *fg, *bg; member 576 char *fg = NULL, *bg; in ui_browser__color_config() local
|