Home
last modified time | relevance | path

Searched defs:bg (Results 1 – 25 of 117) sorted by relevance

12345

/kernel/linux/linux-4.19/drivers/gpio/
Dgpio-bt8xx.c83 struct bt8xxgpio *bg = gpiochip_get_data(gpio); in bt8xxgpio_gpio_direction_input() local
104 struct bt8xxgpio *bg = gpiochip_get_data(gpio); in bt8xxgpio_gpio_get() local
118 struct bt8xxgpio *bg = gpiochip_get_data(gpio); in bt8xxgpio_gpio_direction_output() local
143 struct bt8xxgpio *bg = gpiochip_get_data(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
/kernel/linux/linux-5.10/drivers/gpio/
Dgpio-bt8xx.c71 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
/kernel/linux/linux-5.10/drivers/video/fbdev/
Datafb_utils.h269 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()
/kernel/linux/linux-4.19/drivers/video/fbdev/
Datafb_utils.h269 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()
/kernel/linux/linux-4.19/fs/ocfs2/
Dsuballoc.c335 struct ocfs2_group_desc *bg, in ocfs2_bg_discontig_add_extent()
366 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) bg_bh->b_data; in ocfs2_block_group_fill() local
506 struct ocfs2_group_desc *bg = in ocfs2_block_group_grow_discontig() local
565 struct ocfs2_group_desc *bg; in ocfs2_bg_alloc_cleanup() local
681 struct ocfs2_group_desc *bg; in ocfs2_block_group_alloc() local
1268 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) bg_bh->b_data; in ocfs2_test_bg_bit_allocatable() local
1297 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) bg_bh->b_data; in ocfs2_block_group_find_clear_bits() local
1350 struct ocfs2_group_desc *bg, in ocfs2_block_group_set_bits()
1426 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) bg_bh->b_data; in ocfs2_relink_block_group() local
1479 static inline int ocfs2_block_group_reasonably_empty(struct ocfs2_group_desc *bg, in ocfs2_block_group_reasonably_empty()
[all …]
/kernel/linux/linux-5.10/fs/ocfs2/
Dsuballoc.c321 struct ocfs2_group_desc *bg, in ocfs2_bg_discontig_add_extent()
352 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) bg_bh->b_data; in ocfs2_block_group_fill() local
492 struct ocfs2_group_desc *bg = in ocfs2_block_group_grow_discontig() local
551 struct ocfs2_group_desc *bg; in ocfs2_bg_alloc_cleanup() local
667 struct ocfs2_group_desc *bg; in ocfs2_block_group_alloc() local
1254 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) bg_bh->b_data; in ocfs2_test_bg_bit_allocatable() local
1289 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) bg_bh->b_data; in ocfs2_block_group_find_clear_bits() local
1342 struct ocfs2_group_desc *bg, in ocfs2_block_group_set_bits()
1418 struct ocfs2_group_desc *bg = (struct ocfs2_group_desc *) bg_bh->b_data; in ocfs2_relink_block_group() local
1471 static inline int ocfs2_block_group_reasonably_empty(struct ocfs2_group_desc *bg, in ocfs2_block_group_reasonably_empty()
[all …]
/kernel/linux/linux-5.10/arch/sparc/kernel/
Dbtext.c246 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
/kernel/linux/linux-4.19/arch/sparc/kernel/
Dbtext.c246 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
/kernel/linux/linux-5.10/fs/btrfs/
Dblock-group.c281 struct btrfs_block_group *bg; in btrfs_inc_nocow_writers() local
304 struct btrfs_block_group *bg; in btrfs_dec_nocow_writers() local
318 void btrfs_wait_nocow_writers(struct btrfs_block_group *bg) in btrfs_wait_nocow_writers()
326 struct btrfs_block_group *bg; in btrfs_dec_block_group_reservations() local
335 void btrfs_wait_block_group_reservations(struct btrfs_block_group *bg) in btrfs_wait_block_group_reservations()
1290 struct btrfs_block_group *bg) in clean_pinned_extents()
1527 void btrfs_mark_bg_unused(struct btrfs_block_group *bg) in btrfs_mark_bg_unused()
1545 struct btrfs_block_group_item bg; in read_bg_from_eb() local
1835 struct btrfs_block_group *bg; in check_chunk_block_group_mappings() local
3441 bool btrfs_inc_block_group_swap_extents(struct btrfs_block_group *bg) in btrfs_inc_block_group_swap_extents()
[all …]
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
Dtileblit.c57 int fg, int bg) in tile_putcs()
84 int fg, int bg) in tile_cursor()
Dfbcon_cw.c116 int fg, int bg) in cw_putcs()
205 int fg, int bg) in cw_cursor()
/kernel/linux/linux-4.19/drivers/video/fbdev/core/
Dtileblit.c57 int fg, int bg) in tile_putcs()
84 int fg, int bg) in tile_cursor()
/kernel/linux/linux-5.10/drivers/edac/
Dal_mc_edac.c65 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
/kernel/linux/linux-4.19/arch/powerpc/kernel/
Dbtext.c430 int bg = 0x00000000UL; in draw_byte_32() local
451 int bg = 0x00000000UL; in draw_byte_16() local
469 int bg = 0x00000000UL; in draw_byte_8() local
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dbtext.c413 int bg = 0x00000000UL; in draw_byte_32() local
434 int bg = 0x00000000UL; in draw_byte_16() local
452 int bg = 0x00000000UL; in draw_byte_8() local
/kernel/linux/linux-4.19/tools/perf/ui/
Dlibslang.h22 #define sltt_set_color(obj, name, fg, bg) \ argument
/kernel/linux/linux-5.10/tools/perf/ui/
Dlibslang.h27 #define sltt_set_color(obj, name, fg, bg) \ argument
/kernel/linux/linux-4.19/fs/ext4/
Dsuper.c227 struct ext4_group_desc *bg) in ext4_block_bitmap()
235 struct ext4_group_desc *bg) in ext4_inode_bitmap()
243 struct ext4_group_desc *bg) in ext4_inode_table()
251 struct ext4_group_desc *bg) in ext4_free_group_clusters()
259 struct ext4_group_desc *bg) in ext4_free_inodes_count()
267 struct ext4_group_desc *bg) in ext4_used_dirs_count()
275 struct ext4_group_desc *bg) in ext4_itable_unused_count()
283 struct ext4_group_desc *bg, ext4_fsblk_t blk) in ext4_block_bitmap_set()
291 struct ext4_group_desc *bg, ext4_fsblk_t blk) in ext4_inode_bitmap_set()
299 struct ext4_group_desc *bg, ext4_fsblk_t blk) in ext4_inode_table_set()
[all …]
/kernel/linux/linux-4.19/drivers/video/fbdev/aty/
Dmach64_cursor.c126 u32 fg_idx, bg_idx, fg, bg; in atyfb_cursor() local
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/
Dmach64_cursor.c126 u32 fg_idx, bg_idx, fg, bg; in atyfb_cursor() local
/kernel/linux/linux-4.19/drivers/video/fbdev/savage/
Dsavagefb_accel.c95 int fg, bg, size, i, width; in savagefb_imageblit() local
/kernel/linux/linux-5.10/drivers/video/fbdev/savage/
Dsavagefb_accel.c95 int fg, bg, size, i, width; in savagefb_imageblit() local
/kernel/linux/linux-5.10/fs/ext4/
Dsuper.c297 struct ext4_group_desc *bg) in ext4_block_bitmap()
305 struct ext4_group_desc *bg) in ext4_inode_bitmap()
313 struct ext4_group_desc *bg) in ext4_inode_table()
321 struct ext4_group_desc *bg) in ext4_free_group_clusters()
329 struct ext4_group_desc *bg) in ext4_free_inodes_count()
337 struct ext4_group_desc *bg) in ext4_used_dirs_count()
345 struct ext4_group_desc *bg) in ext4_itable_unused_count()
353 struct ext4_group_desc *bg, ext4_fsblk_t blk) in ext4_block_bitmap_set()
361 struct ext4_group_desc *bg, ext4_fsblk_t blk) in ext4_inode_bitmap_set()
369 struct ext4_group_desc *bg, ext4_fsblk_t blk) in ext4_inode_table_set()
[all …]
/kernel/linux/linux-4.19/drivers/video/fbdev/i810/
Di810_accel.c237 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
/kernel/linux/linux-5.10/drivers/video/fbdev/i810/
Di810_accel.c237 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

12345