Home
last modified time | relevance | path

Searched refs:de_type (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/gpu/drm/sun4i/
H A Dsun8i_mixer.c309 if (mixer->cfg->de_type != SUN8I_MIXER_DE33) in sun8i_mixer_commit()
337 if (mixer->cfg->de_type == SUN8I_MIXER_DE33) in sun8i_layers_init()
362 if (mixer->cfg->de_type == SUN8I_MIXER_DE33) in sun8i_layers_init()
396 if (mixer->cfg->de_type == SUN8I_MIXER_DE33) in sun8i_mixer_mode_set()
471 if (mixer->cfg->de_type == SUN8I_MIXER_DE33) { in sun8i_mixer_init()
483 if (mixer->cfg->de_type == SUN8I_MIXER_DE33) in sun8i_mixer_init()
577 if (mixer->cfg->de_type == SUN8I_MIXER_DE33) { in sun8i_mixer_bind()
641 if (mixer->cfg->de_type == SUN8I_MIXER_DE3) { in sun8i_mixer_bind()
655 } else if (mixer->cfg->de_type == SUN8I_MIXER_DE2) { in sun8i_mixer_bind()
709 .de_type = SUN8I_MIXER_DE2,
[all …]
H A Dsun8i_mixer.h183 unsigned int de_type; member
203 unsigned int de_type; member
252 return mixer->cfg->de_type == SUN8I_MIXER_DE3 ? DE3_BLD_BASE : DE2_BLD_BASE; in sun8i_blender_base()
258 return mixer->cfg->de_type == SUN8I_MIXER_DE33 ? in sun8i_blender_regmap()
265 if (layer->cfg->de_type == SUN8I_MIXER_DE33) in sun8i_channel_base()
267 else if (layer->cfg->de_type == SUN8I_MIXER_DE3) in sun8i_channel_base()
H A Dsun8i_vi_scaler.c838 if (layer->cfg->de_type == SUN8I_MIXER_DE33) in sun8i_vi_scaler_base()
841 else if (layer->cfg->de_type == SUN8I_MIXER_DE3) in sun8i_vi_scaler_base()
962 if (layer->cfg->de_type >= SUN8I_MIXER_DE3) { in sun8i_vi_scaler_setup()
H A Dsun8i_vi_layer.c46 if (layer->cfg->de_type >= SUN8I_MIXER_DE3) { in sun8i_vi_layer_update_attributes()
435 if (layer->cfg->de_type >= SUN8I_MIXER_DE3) { in sun8i_vi_layer_init_one()
454 if (layer->cfg->de2_fcc_alpha || layer->cfg->de_type >= SUN8I_MIXER_DE3) { in sun8i_vi_layer_init_one()
471 if (layer->cfg->de_type >= SUN8I_MIXER_DE3) in sun8i_vi_layer_init_one()
H A Dsun8i_ui_layer.c103 if (layer->cfg->de_type == SUN8I_MIXER_DE33) { in sun8i_ui_layer_update_coord()
115 if (layer->cfg->de_type == SUN8I_MIXER_DE33) in sun8i_ui_layer_update_coord()
H A Dsun8i_ui_scaler.c96 if (layer->cfg->de_type == SUN8I_MIXER_DE3) in sun8i_ui_scaler_base()
H A Dsun8i_csc.c236 if (layer->cfg->de_type == SUN8I_MIXER_DE3) { in sun8i_csc_config()
/linux/fs/gfs2/
H A Ddir.h74 dent->de_type = cpu_to_be16(0); in gfs2_qstr2dirent()
H A Ddir.c1100 new->de_type = dent->de_type; /* No endian worries */ in dir_split_leaf()
1307 be16_to_cpu(dent->de_type))) in do_filldir_main()
1658 dtype = be16_to_cpu(dent->de_type); in gfs2_dir_search()
1692 be16_to_cpu(dent->de_type))) { in gfs2_dir_check()
1816 dent->de_type = cpu_to_be16(IF2DT(nip->i_inode.i_mode)); in gfs2_dir_add()
1953 dent->de_type = cpu_to_be16(new_type); in gfs2_dir_mvino()
H A Dinode.c530 dent->de_type = cpu_to_be16(DT_DIR); in gfs2_init_dir()
535 dent->de_type = cpu_to_be16(DT_DIR); in gfs2_init_dir()
/linux/include/uapi/linux/
H A Dgfs2_ondisk.h324 __be16 de_type; member