/drivers/power/supply/ |
D | da9150-fg.c | 92 static u32 da9150_fg_read_attr(struct da9150_fg *fg, u8 code, u8 size) in da9150_fg_read_attr() 110 static void da9150_fg_write_attr(struct da9150_fg *fg, u8 code, u8 size, in da9150_fg_write_attr() 129 static void da9150_fg_read_sync_start(struct da9150_fg *fg) in da9150_fg_read_sync_start() 161 static inline void da9150_fg_read_sync_end(struct da9150_fg *fg) in da9150_fg_read_sync_end() 167 static u32 da9150_fg_read_attr_sync(struct da9150_fg *fg, u8 code, u8 size) in da9150_fg_read_attr_sync() 179 static void da9150_fg_write_attr_sync(struct da9150_fg *fg, u8 code, u8 size, in da9150_fg_write_attr_sync() 227 static int da9150_fg_capacity(struct da9150_fg *fg, in da9150_fg_capacity() 239 static int da9150_fg_current_avg(struct da9150_fg *fg, in da9150_fg_current_avg() 264 static int da9150_fg_voltage_avg(struct da9150_fg *fg, in da9150_fg_voltage_avg() 279 static int da9150_fg_charge_full(struct da9150_fg *fg, in da9150_fg_charge_full() [all …]
|
D | ab8500_bmdata.c | 404 static const struct abx500_fg_parameters fg = { variable
|
/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 | vt8623fb.c | 143 u32 fg = expand_color(image->fg_color); in vt8623fb_iplan_imageblit() local 171 u32 fg = expand_color(rect->color); in vt8623fb_iplan_fillrect() local 199 u32 fg = image->fg_color * 0x11111111; in vt8623fb_cfb4_imageblit() local
|
D | wmt_ge_rops.c | 51 unsigned long fg, pat; in wmt_ge_fillrect() local
|
D | s3fb.c | 349 u32 fg = expand_color(image->fg_color); in s3fb_iplan_imageblit() local 378 u32 fg = expand_color(rect->color); in s3fb_iplan_fillrect() local 406 u32 fg = image->fg_color * 0x11111111; in s3fb_cfb4_imageblit() local
|
D | arkfb.c | 176 u32 fg = expand_color(image->fg_color); in arkfb_iplan_imageblit() local 205 u32 fg = expand_color(rect->color); in arkfb_iplan_fillrect() local 234 u32 fg = image->fg_color * 0x11111111; in arkfb_cfb4_imageblit() local
|
D | pmag-aa-fb.c | 121 u8 fg = cursor->image.fg_color ? 0xf : 0x0; in aafb_cursor() local
|
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | fs_core.c | 399 struct mlx5_flow_group *fg; in del_rule() local 441 static void destroy_fte(struct fs_fte *fte, struct mlx5_flow_group *fg) in destroy_fte() 456 struct mlx5_flow_group *fg; in del_fte() local 479 struct mlx5_flow_group *fg; in del_flow_group() local 525 struct mlx5_flow_group *fg; in alloc_flow_group() local 721 struct mlx5_flow_group *fg; in _mlx5_modify_rule_destination() local 972 struct mlx5_flow_group *fg; in create_flow_group_common() local 1021 struct mlx5_flow_group *fg; in mlx5_create_flow_group() local 1143 struct mlx5_flow_group *fg, in add_rule_fte() 1182 static struct fs_fte *create_fte(struct mlx5_flow_group *fg, in create_fte() [all …]
|
/drivers/video/fbdev/core/ |
D | tileblit.c | 56 int fg, int bg) in tile_putcs() 83 int softback_lines, int fg, int bg) in tile_cursor()
|
D | fbcon_cw.c | 116 int fg, int bg) in cw_putcs() 205 int softback_lines, int fg, int bg) in cw_cursor()
|
D | bitblit.c | 145 int fg, int bg) in bit_putcs() 237 int softback_lines, int fg, int bg) in bit_cursor()
|
D | fbcon_ccw.c | 131 int fg, int bg) in ccw_putcs() 222 int softback_lines, int fg, int bg) in ccw_cursor()
|
D | fbcon_ud.c | 153 int fg, int bg) in ud_putcs() 252 int softback_lines, int fg, int bg) in ud_cursor()
|
D | sysfillrect.c | 245 unsigned long pat, pat2, fg; in sys_fillrect() local
|
D | cfbfillrect.c | 280 unsigned long pat, pat2, fg; in cfb_fillrect() local
|
/drivers/video/fbdev/i810/ |
D | i810_accel.c | 238 int fg, struct fb_info *info) in mono_src_copy_imm_blit() 370 u32 fg = 0, bg = 0, size, dst; in i810fb_imageblit() local
|
/drivers/video/fbdev/aty/ |
D | mach64_cursor.c | 126 u32 fg_idx, bg_idx, fg, bg; in atyfb_cursor() local
|
D | mach64_accel.c | 354 u32 fg, bg; in atyfb_imageblit() local
|
/drivers/video/fbdev/savage/ |
D | savagefb_accel.c | 95 int fg, bg, size, i, width; in savagefb_imageblit() local
|
/drivers/gpu/drm/nouveau/ |
D | nv04_fbcon.c | 82 uint32_t fg; in nv04_fbcon_imageblit() local
|
/drivers/video/fbdev/intelfb/ |
D | intelfbdrv.c | 1559 u32 fg, bg; in intelfb_cursor() local 1605 u32 fg, bg; in intelfb_cursor() local
|
/drivers/staging/sm750fb/ |
D | sm750_cursor.c | 79 void sm750_hw_cursor_setColor(struct lynx_cursor *cursor, u32 fg, u32 bg) in sm750_hw_cursor_setColor()
|
/drivers/video/fbdev/nvidia/ |
D | nvidia.c | 115 u16 bg, u16 fg, u32 w, u32 h) in nvidiafb_load_cursor_image() 534 u16 fg, bg; in nvidiafb_cursor() local
|
D | nv_accel.c | 356 u32 fg, bg, mask = ~(~0 >> (32 - info->var.bits_per_pixel)); in nvidiafb_mono_color_expand() local
|