format_count 48 drivers/acpi/utils.c u32 format_count = 0; format_count 70 drivers/acpi/utils.c format_count = (format->length / sizeof(char)) - 1; format_count 71 drivers/acpi/utils.c if (format_count > package->package.count) { format_count 74 drivers/acpi/utils.c format_count, package->package.count); format_count 83 drivers/acpi/utils.c for (i = 0; i < format_count; i++) { format_count 186 drivers/acpi/utils.c for (i = 0; i < format_count; i++) { format_count 1558 drivers/gpu/drm/drm_fb_helper.c for (j = 0; j < plane->format_count; j++) { format_count 498 drivers/gpu/drm/drm_mipi_dbi.c const uint32_t *formats, unsigned int format_count, format_count 529 drivers/gpu/drm/drm_mipi_dbi.c ret = drm_simple_display_pipe_init(drm, &dbidev->pipe, funcs, formats, format_count, format_count 95 drivers/gpu/drm/drm_plane.c formats_size = sizeof(__u32) * plane->format_count; format_count 118 drivers/gpu/drm/drm_plane.c blob_data->count_formats = plane->format_count; format_count 133 drivers/gpu/drm/drm_plane.c for (j = 0; j < plane->format_count; j++) { format_count 176 drivers/gpu/drm/drm_plane.c const uint32_t *formats, unsigned int format_count, format_count 202 drivers/gpu/drm/drm_plane.c plane->format_types = kmalloc_array(format_count, sizeof(uint32_t), format_count 214 drivers/gpu/drm/drm_plane.c if (WARN_ON(format_count > 64)) format_count 255 drivers/gpu/drm/drm_plane.c memcpy(plane->format_types, formats, format_count * sizeof(uint32_t)); format_count 256 drivers/gpu/drm/drm_plane.c plane->format_count = format_count; format_count 335 drivers/gpu/drm/drm_plane.c const uint32_t *formats, unsigned int format_count, format_count 342 drivers/gpu/drm/drm_plane.c formats, format_count, format_count 552 drivers/gpu/drm/drm_plane.c if (plane->format_count && format_count 553 drivers/gpu/drm/drm_plane.c (plane_resp->count_format_types >= plane->format_count)) { format_count 557 drivers/gpu/drm/drm_plane.c sizeof(uint32_t) * plane->format_count)) { format_count 561 drivers/gpu/drm/drm_plane.c plane_resp->count_format_types = plane->format_count; format_count 571 drivers/gpu/drm/drm_plane.c for (i = 0; i < plane->format_count; i++) { format_count 575 drivers/gpu/drm/drm_plane.c if (i == plane->format_count) format_count 262 drivers/gpu/drm/drm_simple_kms_helper.c const uint32_t *formats, unsigned int format_count, format_count 277 drivers/gpu/drm/drm_simple_kms_helper.c formats, format_count, format_count 488 drivers/gpu/drm/sun4i/sun8i_vi_layer.c unsigned int plane_cnt, format_count; format_count 499 drivers/gpu/drm/sun4i/sun8i_vi_layer.c format_count = ARRAY_SIZE(sun8i_vi_layer_de3_formats); format_count 502 drivers/gpu/drm/sun4i/sun8i_vi_layer.c format_count = ARRAY_SIZE(sun8i_vi_layer_formats); format_count 508 drivers/gpu/drm/sun4i/sun8i_vi_layer.c formats, format_count, format_count 38 drivers/gpu/drm/xen/xen_drm_front_conn.c const u32 *xen_drm_front_conn_get_formats(int *format_count) format_count 40 drivers/gpu/drm/xen/xen_drm_front_conn.c *format_count = ARRAY_SIZE(plane_formats); format_count 24 drivers/gpu/drm/xen/xen_drm_front_conn.h const u32 *xen_drm_front_conn_get_formats(int *format_count); format_count 302 drivers/gpu/drm/xen/xen_drm_front_kms.c int format_count; format_count 316 drivers/gpu/drm/xen/xen_drm_front_kms.c formats = xen_drm_front_conn_get_formats(&format_count); format_count 320 drivers/gpu/drm/xen/xen_drm_front_kms.c format_count, NULL, format_count 502 drivers/gpu/drm/zte/zx_plane.c unsigned int format_count; format_count 511 drivers/gpu/drm/zte/zx_plane.c format_count = ARRAY_SIZE(gl_formats); format_count 516 drivers/gpu/drm/zte/zx_plane.c format_count = ARRAY_SIZE(vl_formats); format_count 523 drivers/gpu/drm/zte/zx_plane.c &zx_plane_funcs, formats, format_count, format_count 137 include/drm/drm_mipi_dbi.h const uint32_t *formats, unsigned int format_count, format_count 594 include/drm/drm_plane.h unsigned int format_count; format_count 718 include/drm/drm_plane.h unsigned int format_count, format_count 726 include/drm/drm_plane.h const uint32_t *formats, unsigned int format_count, format_count 177 include/drm/drm_simple_kms_helper.h const uint32_t *formats, unsigned int format_count,