Searched refs:fg (Results 26 - 50 of 84) sorted by relevance

1234

/linux-master/drivers/video/fbdev/mb862xx/
H A Dmb862xxfb_accel.c252 u32 x2, y2, vxres, vyres, height, width, fg; local
272 fg = ((u32 *) (info->pseudo_palette))[rect->color];
274 fg = rect->color;
294 cmd[3] = fg;
/linux-master/drivers/video/fbdev/core/
H A Dsysfillrect.c235 unsigned long pat, pat2, fg; local
250 fg = ((u32 *) (p->pseudo_palette))[rect->color];
252 fg = rect->color;
254 pat = pixel_to_pat( bpp, fg);
H A Dfb_logo.c104 u8 fg = 1, d; local
108 fg = 1;
111 fg = 3;
114 fg = 7;
120 fg = ~((u8) (0xfff << info->var.green.length));
139 *dst++ = ((d >> k) & 1) ? fg : 0;
H A Dcfbfillrect.c280 unsigned long pat, pat2, fg; local
295 fg = ((u32 *) (p->pseudo_palette))[rect->color];
297 fg = rect->color;
299 pat = pixel_to_pat(bpp, fg);
H A Dbitblit.c145 int fg, int bg)
157 image.fg_color = fg;
237 int fg, int bg)
275 if (ops->cursor_state.image.fg_color != fg ||
278 ops->cursor_state.image.fg_color = fg;
143 bit_putcs(struct vc_data *vc, struct fb_info *info, const unsigned short *s, int count, int yy, int xx, int fg, int bg) argument
236 bit_cursor(struct vc_data *vc, struct fb_info *info, bool enable, int fg, int bg) argument
H A Dfbcon_ud.c153 int fg, int bg)
171 image.fg_color = fg;
252 int fg, int bg)
292 if (ops->cursor_state.image.fg_color != fg ||
295 ops->cursor_state.image.fg_color = fg;
151 ud_putcs(struct vc_data *vc, struct fb_info *info, const unsigned short *s, int count, int yy, int xx, int fg, int bg) argument
251 ud_cursor(struct vc_data *vc, struct fb_info *info, bool enable, int fg, int bg) argument
H A Dfbcon_ccw.c131 int fg, int bg)
148 image.fg_color = fg;
222 int fg, int bg)
261 if (ops->cursor_state.image.fg_color != fg ||
264 ops->cursor_state.image.fg_color = fg;
129 ccw_putcs(struct vc_data *vc, struct fb_info *info, const unsigned short *s, int count, int yy, int xx, int fg, int bg) argument
221 ccw_cursor(struct vc_data *vc, struct fb_info *info, bool enable, int fg, int bg) argument
H A Dfbcon_cw.c116 int fg, int bg)
133 image.fg_color = fg;
205 int fg, int bg)
244 if (ops->cursor_state.image.fg_color != fg ||
247 ops->cursor_state.image.fg_color = fg;
114 cw_putcs(struct vc_data *vc, struct fb_info *info, const unsigned short *s, int count, int yy, int xx, int fg, int bg) argument
204 cw_cursor(struct vc_data *vc, struct fb_info *info, bool enable, int fg, int bg) argument
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt792x_acpi_sar.h104 struct mt792x_asar_fg *fg; member in struct:mt792x_acpi_sar
/linux-master/drivers/video/fbdev/aty/
H A Dmach64_cursor.c126 u32 fg_idx, bg_idx, fg, bg; local
131 fg = ((info->cmap.red[fg_idx] & 0xff) << 24) |
141 aty_st_le32(CUR_CLR1, fg, par);
H A Dmach64_accel.c356 u32 fg, bg; local
359 fg = ((u32*)(info->pseudo_palette))[image->fg_color];
362 fg = image->fg_color;
368 aty_st_le32(DP_FRGD_CLR, fg, par);
/linux-master/drivers/video/fbdev/
H A Dffb.c222 u32 fg; member in struct:ffb_fbc
441 upa_writel(par->fg_cache, &fbc->fg);
481 u32 fg; local
485 fg = ((u32 *)info->pseudo_palette)[rect->color];
489 if (fg != par->fg_cache) {
491 upa_writel(fg, &fbc->fg);
492 par->fg_cache = fg;
556 u32 fg, bg, xy; local
565 fg
[all...]
H A Dpmag-aa-fb.c121 u8 fg = cursor->image.fg_color ? 0xf : 0x0; local
126 bt455_write_ovly_next(par->bt455, fg);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dbridge.c95 struct mlx5_flow_group *fg; local
120 fg = mlx5_create_flow_group(ingress_ft, in);
122 if (IS_ERR(fg))
125 vlan_proto, PTR_ERR(fg));
127 return fg;
157 struct mlx5_flow_group *fg; local
180 fg = mlx5_create_flow_group(ingress_ft, in);
181 if (IS_ERR(fg))
184 PTR_ERR(fg));
186 return fg;
215 struct mlx5_flow_group *fg; local
253 struct mlx5_flow_group *fg; local
306 struct mlx5_flow_group *fg; local
337 struct mlx5_flow_group *fg; local
[all...]
/linux-master/sound/pci/hda/
H A Dhda_proc.c778 hda_nid_t nid, fg; local
782 fg = codec->core.afg;
783 if (!fg)
787 print_pcm_caps(buffer, codec, fg);
789 print_amp_caps(buffer, codec, fg, HDA_INPUT);
791 print_amp_caps(buffer, codec, fg, HDA_OUTPUT);
792 snd_iprintf(buffer, "State of AFG node 0x%02x:\n", fg);
793 print_power_state(buffer, codec, fg);
795 nodes = snd_hda_get_sub_nodes(codec, fg, &nid);
802 print_gpio(buffer, codec, fg);
[all...]
/linux-master/drivers/video/console/
H A Dsticon.c323 u8 fg = color & 7; local
327 return (fg << 3) | bg;
329 return (bg << 3) | fg;
/linux-master/drivers/video/fbdev/nvidia/
H A Dnv_accel.c356 u32 fg, bg, mask = ~(~0 >> (32 - info->var.bits_per_pixel)); local
364 fg = image->fg_color | mask;
367 fg = ((u32 *) info->pseudo_palette)[image->fg_color] | mask;
376 NVDmaNext(par, fg);
/linux-master/include/linux/mlx5/
H A Dfs.h237 void mlx5_destroy_flow_group(struct mlx5_flow_group *fg);
276 struct mlx5_flow_group *fg; member in struct:mlx5_flow_act
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-ctrls-core.c676 static int validate_av1_film_grain(struct v4l2_ctrl_av1_film_grain *fg) argument
680 if (fg->flags > GENMASK(4, 0))
683 if (fg->film_grain_params_ref_idx > GENMASK(2, 0) ||
684 fg->num_y_points > 14 ||
685 fg->num_cb_points > 10 ||
686 fg->num_cr_points > GENMASK(3, 0) ||
687 fg->grain_scaling_minus_8 > GENMASK(1, 0) ||
688 fg->ar_coeff_lag > GENMASK(1, 0) ||
689 fg->ar_coeff_shift_minus_6 > GENMASK(1, 0) ||
690 fg
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Dfs_dr.c147 struct mlx5_flow_group *fg)
159 fg);
163 mask.match_sz = sizeof(fg->mask.match_criteria);
174 fg->fs_dr_matcher.dr_matcher = matcher;
180 struct mlx5_flow_group *fg)
183 return mlx5_fs_cmd_get_fw_cmds()->destroy_flow_group(ns, ft, fg);
185 return mlx5dr_matcher_destroy(fg->fs_dr_matcher.dr_matcher);
144 mlx5_cmd_dr_create_flow_group(struct mlx5_flow_root_namespace *ns, struct mlx5_flow_table *ft, u32 *in, struct mlx5_flow_group *fg) argument
178 mlx5_cmd_dr_destroy_flow_group(struct mlx5_flow_root_namespace *ns, struct mlx5_flow_table *ft, struct mlx5_flow_group *fg) argument
/linux-master/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c1916 PIXTYPE fg; \
1918 memcpy(&fg, tpg->textfg[p], sizeof(PIXTYPE)); \
1932 pos[3] = (chr & (0x01 << 6) ? fg : bg); \
1933 pos[2] = (chr & (0x01 << 4) ? fg : bg); \
1934 pos[1] = (chr & (0x01 << 2) ? fg : bg); \
1935 pos[0] = (chr & (0x01 << 0) ? fg : bg); \
1937 pos[0] = (chr & (0x01 << 7) ? fg : bg); \
1938 pos[1] = (chr & (0x01 << 5) ? fg : bg); \
1939 pos[2] = (chr & (0x01 << 3) ? fg : bg); \
1940 pos[3] = (chr & (0x01 << 1) ? fg
[all...]
/linux-master/scripts/kconfig/lxdialog/
H A Ddialog.h69 int fg; /* foreground */ member in struct:dialog_color
/linux-master/fs/ext4/
H A Dialloc.c338 struct flex_groups *fg; local
340 fg = sbi_array_rcu_deref(sbi, s_flex_groups,
342 atomic_inc(&fg->free_inodes);
344 atomic_dec(&fg->used_dirs);
382 struct flex_groups *fg = sbi_array_rcu_deref(EXT4_SB(sb), local
384 stats->free_inodes = atomic_read(&fg->free_inodes);
385 stats->free_clusters = atomic64_read(&fg->free_clusters);
386 stats->used_dirs = atomic_read(&fg->used_dirs);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.h354 #define fs_for_each_fte(pos, fg) \
355 fs_list_for_each_entry(pos, &(fg)->node.children)
H A Dfs_cmd.c79 struct mlx5_flow_group *fg)
86 struct mlx5_flow_group *fg)
418 struct mlx5_flow_group *fg)
433 fg->id = MLX5_GET(create_flow_group_out, out,
440 struct mlx5_flow_group *fg)
449 MLX5_SET(destroy_flow_group_in, in, group_id, fg->id);
762 struct mlx5_flow_group *fg,
775 return mlx5_cmd_set_fte(dev, opmod, modify_mask, ft, fg->id, fte);
76 mlx5_cmd_stub_create_flow_group(struct mlx5_flow_root_namespace *ns, struct mlx5_flow_table *ft, u32 *in, struct mlx5_flow_group *fg) argument
84 mlx5_cmd_stub_destroy_flow_group(struct mlx5_flow_root_namespace *ns, struct mlx5_flow_table *ft, struct mlx5_flow_group *fg) argument
415 mlx5_cmd_create_flow_group(struct mlx5_flow_root_namespace *ns, struct mlx5_flow_table *ft, u32 *in, struct mlx5_flow_group *fg) argument
438 mlx5_cmd_destroy_flow_group(struct mlx5_flow_root_namespace *ns, struct mlx5_flow_table *ft, struct mlx5_flow_group *fg) argument
760 mlx5_cmd_update_fte(struct mlx5_flow_root_namespace *ns, struct mlx5_flow_table *ft, struct mlx5_flow_group *fg, int modify_mask, struct fs_fte *fte) argument

Completed in 613 milliseconds

1234