| /linux/drivers/greybus/ |
| H A D | gb-beagleplay.c | 204 static void hdlc_rx_greybus_frame(struct gb_beagleplay *bg, u8 *buf, u16 len) in hdlc_rx_greybus_frame() 216 static void hdlc_rx_dbg_frame(const struct gb_beagleplay *bg, const char *buf, u16 len) in hdlc_rx_dbg_frame() 227 static void hdlc_write(struct gb_beagleplay *bg) in hdlc_write() 252 static void hdlc_append(struct gb_beagleplay *bg, u8 value) in hdlc_append() 267 static void hdlc_append_escaped(struct gb_beagleplay *bg, u8 value) in hdlc_append_escaped() 276 static void hdlc_append_tx_frame(struct gb_beagleplay *bg) in hdlc_append_tx_frame() 282 static void hdlc_append_tx_u8(struct gb_beagleplay *bg, u8 value) in hdlc_append_tx_u8() 288 static void hdlc_append_tx_buf(struct gb_beagleplay *bg, const u8 *buf, u16 len) in hdlc_append_tx_buf() 296 static void hdlc_append_tx_crc(struct gb_beagleplay *bg) in hdlc_append_tx_crc() 305 struct gb_beagleplay *bg = container_of(work, struct gb_beagleplay, tx_work); in hdlc_transmit() local [all …]
|
| /linux/fs/btrfs/ |
| H A D | block-group.c | 358 struct btrfs_block_group *bg; in btrfs_inc_nocow_writers() local 392 void btrfs_dec_nocow_writers(struct btrfs_block_group *bg) in btrfs_dec_nocow_writers() 401 void btrfs_wait_nocow_writers(struct btrfs_block_group *bg) in btrfs_wait_nocow_writers() 409 struct btrfs_block_group *bg; in btrfs_dec_block_group_reservations() local 418 void btrfs_wait_block_group_reservations(struct btrfs_block_group *bg) in btrfs_wait_block_group_reservations() 886 static inline void btrfs_free_excluded_extents(const struct btrfs_block_group *bg) in btrfs_free_excluded_extents() 1115 void btrfs_remove_bg_from_sinfo(struct btrfs_block_group *bg) in btrfs_remove_bg_from_sinfo() 1508 const struct btrfs_block_group *bg) in clean_pinned_extents() 1562 static bool btrfs_link_bg_list(struct btrfs_block_group *bg, struct list_head *list) in btrfs_link_bg_list() 1864 void btrfs_mark_bg_unused(struct btrfs_block_group *bg) in btrfs_mark_bg_unused() [all …]
|
| H A D | zoned.c | 1432 static int btrfs_load_block_group_single(struct btrfs_block_group *bg, in btrfs_load_block_group_single() 1450 static int btrfs_load_block_group_dup(struct btrfs_block_group *bg, in btrfs_load_block_group_dup() 1515 static int btrfs_load_block_group_raid1(struct btrfs_block_group *bg, in btrfs_load_block_group_raid1() 1581 static int btrfs_load_block_group_raid0(struct btrfs_block_group *bg, in btrfs_load_block_group_raid0() 1699 static int btrfs_load_block_group_raid10(struct btrfs_block_group *bg, in btrfs_load_block_group_raid10() 1851 int btrfs_load_block_group_by_raid_type(struct btrfs_block_group *bg, in btrfs_load_block_group_by_raid_type() 2745 struct btrfs_block_group *bg = in btrfs_zone_finish_endio_workfn() local 2757 void btrfs_schedule_zone_finish_bg(struct btrfs_block_group *bg, in btrfs_schedule_zone_finish_bg() 2778 void btrfs_clear_data_reloc_bg(struct btrfs_block_group *bg) in btrfs_clear_data_reloc_bg() 2793 struct btrfs_block_group *bg; in btrfs_zoned_reserve_data_reloc_bg() local [all …]
|
| H A D | scrub.c | 131 struct btrfs_block_group *bg; member 1619 static int scrub_find_fill_first_stripe(struct btrfs_block_group *bg, in scrub_find_fill_first_stripe() 1993 static int queue_scrub_stripe(struct scrub_ctx *sctx, struct btrfs_block_group *bg, in queue_scrub_stripe() 2125 struct btrfs_block_group *bg, in scrub_raid56_parity_stripe() 2267 struct btrfs_block_group *bg, in scrub_simple_mirror() 2335 struct btrfs_block_group *bg, in simple_stripe_get_logical() 2362 struct btrfs_block_group *bg, in scrub_simple_stripe() 2396 struct btrfs_block_group *bg, in scrub_stripe() 2558 struct btrfs_block_group *bg, in scrub_chunk()
|
| H A D | relocation.c | 4056 struct btrfs_block_group *bg, s64 diff) in adjust_block_group_remap_bytes() 4266 struct btrfs_block_group *bg, u64 new_addr, in move_existing_remap() 4467 struct btrfs_block_group *bg, in move_existing_remaps() 4544 struct btrfs_block_group *bg) in create_remap_tree_entries() 4819 struct btrfs_block_group *bg) in btrfs_last_identity_remap_gone() 4889 struct btrfs_block_group *bg, int delta) in adjust_identity_remap_count() 5239 struct btrfs_block_group *bg) in do_remap_reloc() 5308 struct btrfs_block_group *bg) in start_block_group_remapping() 5439 struct btrfs_block_group *bg; in btrfs_relocate_block_group() local 6091 struct btrfs_block_group *bg, in remove_range_from_remap_tree() [all …]
|
| H A D | block-group.h | 294 static inline bool btrfs_is_block_group_used(const struct btrfs_block_group *bg) in btrfs_is_block_group_used() 312 static inline u64 btrfs_block_group_available_space(const struct btrfs_block_group *bg) in btrfs_block_group_available_space()
|
| H A D | extent-tree.c | 2677 struct btrfs_block_group *bg; in first_logical_byte() local 2688 struct btrfs_block_group *bg, in pin_down_extent() 2801 btrfs_inc_block_group_reservations(struct btrfs_block_group *bg) in btrfs_inc_block_group_reservations() 2919 int btrfs_complete_bg_remapping(struct btrfs_block_group *bg) in btrfs_complete_bg_remapping() 2959 struct btrfs_block_group *bg; in btrfs_handle_fully_remapped_bgs() local 3627 struct btrfs_block_group *bg; in btrfs_free_tree_block() local 3836 const struct btrfs_block_group *bg) in find_free_extent_check_size_class() 3857 static int find_free_extent_clustered(struct btrfs_block_group *bg, in find_free_extent_clustered() 3950 static int find_free_extent_unclustered(struct btrfs_block_group *bg, in find_free_extent_unclustered()
|
| H A D | direct-io.c | 226 struct btrfs_block_group *bg; in btrfs_get_blocks_direct_write() local
|
| /linux/drivers/video/fbdev/ |
| H A 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()
|
| H A D | pmag-aa-fb.c | 122 u8 bg = cursor->image.bg_color ? 0xf : 0x0; in aafb_cursor() local
|
| /linux/arch/sparc/kernel/ |
| H A D | btext.c | 244 int bg = 0x00000000UL; in draw_byte_32() local 265 int bg = 0x00000000UL; in draw_byte_16() local 283 int bg = 0x00000000UL; in draw_byte_8() local
|
| /linux/drivers/edac/ |
| H A D | al_mc_edac.c | 65 u8 rank, u32 row, u8 bg, u8 bank, u16 column, in prepare_msg() argument 81 u8 rank, bg, bank; in handle_ce() local 126 u8 rank, bg, bank; in handle_ue() local
|
| /linux/drivers/video/fbdev/core/ |
| H A D | bitblit.c | 61 int sx, int height, int width, int fg, int bg) in bit_clear() 151 int fg, int bg) in bit_putcs() 260 int fg, int bg) in bit_cursor()
|
| /linux/arch/powerpc/kernel/ |
| H A D | btext.c | 413 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
|
| /linux/drivers/video/fbdev/i810/ |
| H A 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/drivers/video/fbdev/savage/ |
| H A D | savagefb_accel.c | 95 int fg, bg, size, i, width; in savagefb_imageblit() local
|
| /linux/fs/ext4/ |
| H A D | super.c | 329 struct ext4_group_desc *bg) in ext4_block_bitmap() 337 struct ext4_group_desc *bg) in ext4_inode_bitmap() 345 struct ext4_group_desc *bg) in ext4_inode_table() 353 struct ext4_group_desc *bg) in ext4_free_group_clusters() 361 struct ext4_group_desc *bg) in ext4_free_inodes_count() 369 struct ext4_group_desc *bg) in ext4_used_dirs_count() 377 struct ext4_group_desc *bg) in ext4_itable_unused_count() 385 struct ext4_group_desc *bg, ext4_fsblk_t blk) in ext4_block_bitmap_set() 393 struct ext4_group_desc *bg, ext4_fsblk_t blk) in ext4_inode_bitmap_set() 401 struct ext4_group_desc *bg, ext4_fsblk_t blk) in ext4_inode_table_set() [all …]
|
| /linux/tools/perf/ui/ |
| H A D | browser.c | 534 const char *name, *fg, *bg; global() member 588 char *fg = NULL, *bg; ui_browser__color_config() local [all...] |
| /linux/include/rdma/ |
| H A D | signature.h | 58 u16 bg; member
|
| /linux/drivers/video/fbdev/aty/ |
| H A D | mach64_accel.c | 356 u32 fg, bg; in atyfb_imageblit() local
|
| /linux/drivers/video/fbdev/nvidia/ |
| H A D | nv_accel.c | 356 u32 fg, bg, mask = ~(~0 >> (32 - info->var.bits_per_pixel)); in nvidiafb_mono_color_expand() local
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | zl10036.c | 273 u8 rfg, ba, bg; in zl10036_set_gain_params() local
|
| /linux/drivers/video/console/ |
| H A D | sticon.c | 324 u8 bg = (color & 0x70) >> 4; in sticon_build_attr() local
|
| /linux/drivers/media/platform/st/stm32/dma2d/ |
| H A D | dma2d.h | 92 struct dma2d_frame bg; member
|
| /linux/scripts/kconfig/lxdialog/ |
| H A D | dialog.h | 70 int bg; /* background */ member
|