Home
last modified time | relevance | path

Searched refs:count_enums (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0060-backend-drm-Ignore-case-when-populating-drm-properti.patch29 for (l = 0; l < prop->count_enums; l++) {
/OK3568_Linux_fs/buildroot/package/weston/
H A D0062-backend-drm-Ignore-case-when-populating-drm-properti.patch29 for (l = 0; l < prop->count_enums; l++) {
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0063-backend-drm-Ignore-case-when-populating-drm-properti.patch29 for (l = 0; l < prop->count_enums; l++) {
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/
H A Dxf86drmMode.h139 int count_enums; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/
H A Dxf86drmMode.h240 int count_enums; member
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/
H A Dxf86drmMode.h240 int count_enums; member
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/
H A Dxf86drmMode.h240 int count_enums; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c348 for (l = 0; l < prop->count_enums; l++) { in drmmode_prop_info_update()
354 if (l == prop->count_enums) in drmmode_prop_info_update()
2689 for (k = 0; k < p->mode_prop->count_enums; k++) in drmmode_output_update_properties()
2692 if (k < p->mode_prop->count_enums) { in drmmode_output_update_properties()
3140 p->num_atoms = drmmode_prop->count_enums + 1; in drmmode_output_create_resources()
3146 for (j = 1; j <= drmmode_prop->count_enums; j++) { in drmmode_output_create_resources()
3161 for (j = 0; j < drmmode_prop->count_enums; j++) in drmmode_output_create_resources()
3215 for (j = 0; j < p->mode_prop->count_enums; j++) { in drmmode_output_set_property()
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/src/
H A Dxf86drmMode.c670 r->count_enums = prop.count_enum_blobs; in drmModeGetProperty()