Home
last modified time | relevance | path

Searched refs:bg (Results 1 – 25 of 105) sorted by relevance

12345

/linux-6.3-rc2/drivers/gpio/
A Dgpio-bt8xx.c149 struct gpio_chip *c = &bg->gpio; in bt8xxgpio_gpio_setup()
166 struct bt8xxgpio *bg; in bt8xxgpio_probe() local
170 if (!bg) in bt8xxgpio_probe()
173 bg->pdev = dev; in bt8xxgpio_probe()
174 spin_lock_init(&bg->lock); in bt8xxgpio_probe()
190 pci_set_drvdata(dev, bg); in bt8xxgpio_probe()
193 if (!bg->mmio) { in bt8xxgpio_probe()
207 bt8xxgpio_gpio_setup(bg); in bt8xxgpio_probe()
208 err = gpiochip_add_data(&bg->gpio, bg); in bt8xxgpio_probe()
226 gpiochip_remove(&bg->gpio); in bt8xxgpio_remove()
[all …]
/linux-6.3-rc2/arch/sparc/kernel/
A Dbtext.c246 int bg = 0x00000000UL; in draw_byte_32() local
251 base[0] = (-(bits >> 7) & fg) ^ bg; in draw_byte_32()
252 base[1] = (-((bits >> 6) & 1) & fg) ^ bg; in draw_byte_32()
253 base[2] = (-((bits >> 5) & 1) & fg) ^ bg; in draw_byte_32()
258 base[7] = (-(bits & 1) & fg) ^ bg; in draw_byte_32()
267 int bg = 0x00000000UL; in draw_byte_16() local
273 base[0] = (eb[bits >> 6] & fg) ^ bg; in draw_byte_16()
276 base[3] = (eb[bits & 3] & fg) ^ bg; in draw_byte_16()
285 int bg = 0x00000000UL; in draw_byte_8() local
291 base[0] = (eb[bits >> 4] & fg) ^ bg; in draw_byte_8()
[all …]
/linux-6.3-rc2/fs/btrfs/
A Dblock-group.c325 if (!bg) in btrfs_inc_nocow_writers()
329 if (bg->ro) in btrfs_inc_nocow_writers()
341 return bg; in btrfs_inc_nocow_writers()
375 ASSERT(bg); in btrfs_dec_block_group_reservations()
1762 if (bg->reserved || bg->pinned || bg->ro) { in btrfs_reclaim_bgs_work()
1802 if (!should_reclaim_block_group(bg, bg->length)) { in btrfs_reclaim_bgs_work()
1830 div64_u64(bg->used * 100, bg->length), in btrfs_reclaim_bgs_work()
2164 if (!bg) { in check_chunk_block_group_mappings()
2179 bg->start, bg->length, in check_chunk_block_group_mappings()
2325 if (!bg) { in fill_dummy_bgs()
[all …]
A Dzoned.h74 void btrfs_schedule_zone_finish_bg(struct btrfs_block_group *bg,
76 void btrfs_clear_data_reloc_bg(struct btrfs_block_group *bg);
241 static inline void btrfs_schedule_zone_finish_bg(struct btrfs_block_group *bg, in btrfs_schedule_zone_finish_bg() argument
244 static inline void btrfs_clear_data_reloc_bg(struct btrfs_block_group *bg) { } in btrfs_clear_data_reloc_bg() argument
374 static inline void btrfs_clear_treelog_bg(struct btrfs_block_group *bg) in btrfs_clear_treelog_bg() argument
376 struct btrfs_fs_info *fs_info = bg->fs_info; in btrfs_clear_treelog_bg()
382 if (fs_info->treelog_bg == bg->start) in btrfs_clear_treelog_bg()
403 static inline bool btrfs_zoned_bg_is_full(const struct btrfs_block_group *bg) in btrfs_zoned_bg_is_full() argument
405 ASSERT(btrfs_is_zoned(bg->fs_info)); in btrfs_zoned_bg_is_full()
406 return (bg->alloc_offset == bg->zone_capacity); in btrfs_zoned_bg_is_full()
A Dblock-group.h280 void btrfs_wait_block_group_reservations(struct btrfs_block_group *bg);
283 void btrfs_dec_nocow_writers(struct btrfs_block_group *bg);
284 void btrfs_wait_nocow_writers(struct btrfs_block_group *bg);
299 void btrfs_mark_bg_unused(struct btrfs_block_group *bg);
302 void btrfs_mark_bg_to_reclaim(struct btrfs_block_group *bg);
358 bool btrfs_inc_block_group_swap_extents(struct btrfs_block_group *bg);
359 void btrfs_dec_block_group_swap_extents(struct btrfs_block_group *bg, int amount);
362 int btrfs_use_block_group_size_class(struct btrfs_block_group *bg,
365 bool btrfs_block_group_should_use_size_class(struct btrfs_block_group *bg);
A Dzoned.c2133 struct btrfs_block_group *bg = in btrfs_zone_finish_endio_workfn() local
2138 btrfs_zone_finish_endio(bg->fs_info, bg->start, bg->length); in btrfs_zone_finish_endio_workfn()
2139 btrfs_put_block_group(bg); in btrfs_zone_finish_endio_workfn()
2146 eb->start + eb->len * 2 <= bg->start + bg->zone_capacity) in btrfs_schedule_zone_finish_bg()
2151 bg->start); in btrfs_schedule_zone_finish_bg()
2156 btrfs_get_block_group(bg); in btrfs_schedule_zone_finish_bg()
2158 bg->last_eb = eb; in btrfs_schedule_zone_finish_bg()
2290 struct btrfs_block_group *bg; in btrfs_zoned_activate_one_bg() local
2312 &bg->runtime_flags)) { in btrfs_zoned_activate_one_bg()
2313 spin_unlock(&bg->lock); in btrfs_zoned_activate_one_bg()
[all …]
/linux-6.3-rc2/fs/ocfs2/
A Dsuballoc.c387 bg->bg_free_bits_count = cpu_to_le16(le16_to_cpu(bg->bg_bits) - 1); in ocfs2_block_group_fill()
549 struct ocfs2_group_desc *bg; in ocfs2_bg_alloc_cleanup() local
557 el = &bg->bg_list; in ocfs2_bg_alloc_cleanup()
665 struct ocfs2_group_desc *bg; in ocfs2_block_group_alloc() local
1265 if (bg) in ocfs2_test_bg_bit_allocatable()
1291 bitmap = bg->bg_bitmap; in ocfs2_block_group_find_clear_bits()
1366 if (le16_to_cpu(bg->bg_free_bits_count) > le16_to_cpu(bg->bg_bits)) { in ocfs2_block_group_set_bits()
1773 if (!bg->bg_next_group) in ocfs2_search_chain()
1849 bg, in ocfs2_search_chain()
2163 bg, in ocfs2_claim_new_inode_at_loc()
[all …]
A Dmove_extents.c376 struct ocfs2_group_desc *bg; in ocfs2_find_victim_alloc_group() local
415 bg = NULL; in ocfs2_find_victim_alloc_group()
418 if (!bg) in ocfs2_find_victim_alloc_group()
421 blkno = le64_to_cpu(bg->bg_next_group); in ocfs2_find_victim_alloc_group()
434 bg = (struct ocfs2_group_desc *)gd_bh->b_data; in ocfs2_find_victim_alloc_group()
436 if (vict_blkno < (le64_to_cpu(bg->bg_blkno) + in ocfs2_find_victim_alloc_group()
444 blkno, le16_to_cpu(bg->bg_bits), in ocfs2_find_victim_alloc_group()
449 } while (le64_to_cpu(bg->bg_next_group)); in ocfs2_find_victim_alloc_group()
471 struct ocfs2_group_desc *bg; in ocfs2_validate_and_adjust_move_goal() local
492 bg = (struct ocfs2_group_desc *)gd_bh->b_data; in ocfs2_validate_and_adjust_move_goal()
[all …]
A Dioctl.c443 struct ocfs2_group_desc *bg = NULL; in ocfs2_info_freefrag_scan_chain() local
453 if (!bg) in ocfs2_info_freefrag_scan_chain()
456 blkno = le64_to_cpu(bg->bg_next_group); in ocfs2_info_freefrag_scan_chain()
477 bg = (struct ocfs2_group_desc *)bh->b_data; in ocfs2_info_freefrag_scan_chain()
479 if (!le16_to_cpu(bg->bg_free_bits_count)) in ocfs2_info_freefrag_scan_chain()
482 max_bits = le16_to_cpu(bg->bg_bits); in ocfs2_info_freefrag_scan_chain()
497 (unsigned long *)bg->bg_bitmap); in ocfs2_info_freefrag_scan_chain()
527 } while (le64_to_cpu(bg->bg_next_group)); in ocfs2_info_freefrag_scan_chain()
/linux-6.3-rc2/drivers/net/wireless/intel/ipw2x00/
A Dlibipw_geo.c45 if ((ieee->geo.bg[i].channel == channel) && in libipw_is_valid_channel()
46 !(ieee->geo.bg[i].flags & LIBIPW_CH_INVALID) && in libipw_is_valid_channel()
48 !(ieee->geo.bg[i].flags & LIBIPW_CH_B_ONLY))) in libipw_is_valid_channel()
71 if (ieee->geo.bg[i].channel == channel) in libipw_channel_to_index()
110 if (ieee->geo.bg[i].freq == freq) in libipw_freq_to_channel()
111 return ieee->geo.bg[i].channel; in libipw_freq_to_channel()
128 memcpy(ieee->geo.bg, geo->bg, geo->bg_channels * in libipw_set_geo()
147 return ieee->geo.bg[index].flags; in libipw_get_channel_flags()
167 return &ieee->geo.bg[index]; in libipw_get_channel()
/linux-6.3-rc2/arch/powerpc/kernel/
A Dbtext.c414 int bg = 0x00000000UL; in draw_byte_32() local
419 base[0] = (-(bits >> 7) & fg) ^ bg; in draw_byte_32()
420 base[1] = (-((bits >> 6) & 1) & fg) ^ bg; in draw_byte_32()
421 base[2] = (-((bits >> 5) & 1) & fg) ^ bg; in draw_byte_32()
426 base[7] = (-(bits & 1) & fg) ^ bg; in draw_byte_32()
435 int bg = 0x00000000UL; in draw_byte_16() local
441 base[0] = (eb[bits >> 6] & fg) ^ bg; in draw_byte_16()
444 base[3] = (eb[bits & 3] & fg) ^ bg; in draw_byte_16()
453 int bg = 0x00000000UL; in draw_byte_8() local
459 base[0] = (eb[bits >> 4] & fg) ^ bg; in draw_byte_8()
[all …]
/linux-6.3-rc2/drivers/video/fbdev/
A Datafb_utils.h269 static inline void expand8_2col2mask(u8 fg, u8 bg, u32 fgm[], u32 bgm[]) in expand8_2col2mask() argument
271 fgm[0] = four2long[fg & 15] ^ (bgm[0] = four2long[bg & 15]); in expand8_2col2mask()
273 fgm[1] = four2long[fg >> 4] ^ (bgm[1] = four2long[bg >> 4]); in expand8_2col2mask()
301 static inline void fill8_2col(u8 *dst, u8 fg, u8 bg, u32 mask) in fill8_2col() argument
305 expand8_2col2mask(fg, bg, fgm, bgm); in fill8_2col()
343 static inline void expand16_2col2mask(u8 fg, u8 bg, u32 fgm[], u32 bgm[]) in expand16_2col2mask() argument
345 bgm[0] = two2word[bg & 3]; in expand16_2col2mask()
348 bgm[1] = two2word[(bg >> 2) & 3]; in expand16_2col2mask()
352 bgm[2] = two2word[(bg >> 4) & 3]; in expand16_2col2mask()
354 bgm[3] = two2word[bg >> 6]; in expand16_2col2mask()
A Dpmag-aa-fb.c122 u8 bg = cursor->image.bg_color ? 0xf : 0x0; in aafb_cursor() local
124 bt455_write_cmap_entry(par->bt455, 8, bg); in aafb_cursor()
125 bt455_write_cmap_next(par->bt455, bg); in aafb_cursor()
/linux-6.3-rc2/drivers/video/fbdev/core/
A Dtileblit.c44 rect.bg = attr_bgcol_ec(bgshift, vc, info); in tile_clear()
56 int fg, int bg) in tile_putcs() argument
67 blit.bg = bg; in tile_putcs()
83 int fg, int bg) in tile_cursor() argument
92 cursor.bg = bg; in tile_cursor()
A Dfbcon.h61 int fg, int bg);
65 int fg, int bg);
125 int bg; in attr_col_ec() local
142 bg = is_mono01 ? 0 : col; in attr_col_ec()
146 bg = is_mono01 ? col : 0; in attr_col_ec()
149 return is_fg ? fg : bg; in attr_col_ec()
/linux-6.3-rc2/include/trace/events/
A Dwbt.h92 int step, unsigned long window, unsigned int bg,
95 TP_ARGS(bdi, msg, step, window, bg, normal, max),
102 __field(unsigned int, bg)
113 __entry->bg = bg;
120 __entry->bg, __entry->normal, __entry->max)
/linux-6.3-rc2/tools/perf/ui/
A Dbrowser.c529 .bg = "default",
535 .bg = "default",
541 .bg = "default",
547 .bg = "yellow",
553 .bg = "default",
559 .bg = "default",
565 .bg = "blue",
594 if (bg == NULL) in ui_browser__color_config()
597 *bg = '\0'; in ui_browser__color_config()
598 bg = skip_spaces(bg + 1); in ui_browser__color_config()
[all …]
A Dlibslang.h27 #define sltt_set_color(obj, name, fg, bg) \ argument
28 SLtt_set_color(obj,(char *)(name), (char *)(fg), (char *)(bg))
/linux-6.3-rc2/drivers/edac/
A Dal_mc_edac.c65 u8 rank, u32 row, u8 bg, u8 bank, u16 column, in prepare_msg() argument
71 rank, row, bg, bank, column, syn0, syn1, syn2); in prepare_msg()
81 u8 rank, bg, bank; in handle_ce() local
103 bg = FIELD_GET(AL_MC_ECC_CE_ADDR1_BG, ecccaddr1); in handle_ce()
108 rank, row, bg, bank, column, in handle_ce()
126 u8 rank, bg, bank; in handle_ue() local
148 bg = FIELD_GET(AL_MC_ECC_UE_ADDR1_BG, eccuaddr1); in handle_ue()
153 rank, row, bg, bank, column, in handle_ue()
/linux-6.3-rc2/drivers/video/fbdev/savage/
A Dsavagefb_accel.c95 int fg, bg, size, i, width; in savagefb_imageblit() local
109 bg = image->bg_color; in savagefb_imageblit()
112 bg = ((u32 *)info->pseudo_palette)[image->bg_color]; in savagefb_imageblit()
130 BCI_SEND(bg); in savagefb_imageblit()
/linux-6.3-rc2/drivers/scsi/bnx2fc/
A Dbnx2fc_fcoe.c151 struct fcoe_percpu_s *bg; in bnx2fc_clean_rx_queue() local
156 bg = &bnx2fc_global; in bnx2fc_clean_rx_queue()
158 list = &bg->fcoe_rx_list; in bnx2fc_clean_rx_queue()
431 struct fcoe_percpu_s *bg; in bnx2fc_rcv() local
468 bg = &bnx2fc_global; in bnx2fc_rcv()
2709 bg = &bnx2fc_global; in bnx2fc_mod_init()
2712 (void *)bg, in bnx2fc_mod_init()
2719 bg->kthread = l2_thread; in bnx2fc_mod_init()
2784 bg = &bnx2fc_global; in bnx2fc_mod_exit()
2786 l2_thread = bg->kthread; in bnx2fc_mod_exit()
[all …]
/linux-6.3-rc2/drivers/video/fbdev/i810/
A Di810_accel.c237 int dest, const u32 *src, int bg, in mono_src_copy_imm_blit() argument
248 PUT_RING(bg); in mono_src_copy_imm_blit()
370 u32 fg = 0, bg = 0, size, dst; in i810fb_imageblit() local
381 bg = image->bg_color; in i810fb_imageblit()
386 bg = ((u32 *)(info->pseudo_palette))[image->bg_color]; in i810fb_imageblit()
402 bg, fg, info); in i810fb_imageblit()
/linux-6.3-rc2/drivers/video/fbdev/aty/
A Dmach64_cursor.c126 u32 fg_idx, bg_idx, fg, bg; in atyfb_cursor() local
135 bg = ((info->cmap.red[bg_idx] & 0xff) << 24) | in atyfb_cursor()
140 aty_st_le32(CUR_CLR0, bg, par); in atyfb_cursor()
/linux-6.3-rc2/drivers/media/common/v4l2-tpg/
A Dv4l2-tpg-core.c1885 PIXTYPE bg; \
1900 pos[3] = (chr & (0x01 << 6) ? fg : bg); \
1901 pos[2] = (chr & (0x01 << 4) ? fg : bg); \
1902 pos[1] = (chr & (0x01 << 2) ? fg : bg); \
1903 pos[0] = (chr & (0x01 << 0) ? fg : bg); \
1905 pos[0] = (chr & (0x01 << 7) ? fg : bg); \
1906 pos[1] = (chr & (0x01 << 5) ? fg : bg); \
1907 pos[2] = (chr & (0x01 << 3) ? fg : bg); \
1908 pos[3] = (chr & (0x01 << 1) ? fg : bg); \
1910 pos[7] = (chr & (0x01 << 7) ? fg : bg); \
[all …]
/linux-6.3-rc2/drivers/media/dvb-frontends/
A Dzl10036.c273 u8 rfg, ba, bg; in zl10036_set_gain_params() local
278 bg = 1; in zl10036_set_gain_params()
282 | ((ba << 3) & 0x18) | ((bg << 1) & 0x06); in zl10036_set_gain_params()
290 deb_info("%s: c=%u rfg=%u ba=%u bg=%u\n", __func__, c, rfg, ba, bg); in zl10036_set_gain_params()

Completed in 76 milliseconds

12345