Searched refs:vsp1_feature (Results 1 – 7 of 7) sorted by relevance
| /drivers/media/platform/renesas/vsp1/ |
| A D | vsp1_drv.c | 278 if (vsp1_feature(vsp1, VSP1_HAS_BRS)) { in vsp1_create_entities() 288 if (vsp1_feature(vsp1, VSP1_HAS_BRU)) { in vsp1_create_entities() 298 if (vsp1_feature(vsp1, VSP1_HAS_CLU)) { in vsp1_create_entities() 308 if (vsp1_feature(vsp1, VSP1_HAS_HGO) && vsp1->info->uapi) { in vsp1_create_entities() 319 if (vsp1_feature(vsp1, VSP1_HAS_HGT) && vsp1->info->uapi) { in vsp1_create_entities() 330 if (vsp1_feature(vsp1, VSP1_HAS_IIF)) { in vsp1_create_entities() 340 if (vsp1_feature(vsp1, VSP1_HAS_HSIT)) { in vsp1_create_entities() 378 if (vsp1_feature(vsp1, VSP1_HAS_LUT)) { in vsp1_create_entities() 412 if (vsp1_feature(vsp1, VSP1_HAS_SRU)) { in vsp1_create_entities() 571 if (vsp1_feature(vsp1, VSP1_HAS_BRS)) in vsp1_device_init()
|
| A D | vsp1_dl.c | 1077 if (vsp1_feature(vsp1, VSP1_HAS_EXT_DL)) { in vsp1_dlm_setup() 1143 header_size = vsp1_feature(vsp1, VSP1_HAS_EXT_DL) ? in vsp1_dlm_create() 1164 if (vsp1_feature(vsp1, VSP1_HAS_EXT_DL)) in vsp1_dlm_create() 1173 if (vsp1_feature(vsp1, VSP1_HAS_EXT_DL)) { in vsp1_dlm_create()
|
| A D | vsp1_pipe.c | 262 if (vsp1_feature(vsp1, VSP1_HAS_HSIT)) { in vsp1_get_format_info() 302 if (vsp1_feature(vsp1, VSP1_HAS_HSIT)) { in vsp1_get_format_info_by_index() 334 if (vsp1_feature(vsp1, VSP1_HAS_HSIT)) { in vsp1_get_format_info_by_index()
|
| A D | vsp1_wpf.c | 143 } else if (vsp1_feature(vsp1, VSP1_HAS_WPF_HFLIP)) { in wpf_init_controls() 149 } else if (vsp1_feature(vsp1, VSP1_HAS_WPF_VFLIP)) { in wpf_init_controls() 279 if (vsp1_feature(vsp1, VSP1_HAS_WPF_HFLIP) && index == 0) in wpf_configure_stream()
|
| A D | vsp1.h | 78 #define vsp1_feature(vsp1, f) ((vsp1)->info->features & (f)) macro
|
| A D | vsp1_lif.c | 139 if (vsp1_feature(entity->vsp1, VSP1_HAS_NON_ZERO_LBA)) in lif_configure_stream()
|
| A D | vsp1_drm.c | 249 else if (vsp1_feature(vsp1, VSP1_HAS_BRU) && !vsp1->bru->entity.pipe) in vsp1_du_pipeline_setup_brx()
|
Completed in 14 milliseconds