Searched defs:formats (Results 1 - 25 of 187) sorted by path

12345678

/linux-master/drivers/staging/media/omap4iss/
H A Diss_csi2.h121 struct v4l2_mbus_framefmt formats[CSI2_PADS_NUM]; member in struct:iss_csi2_device
H A Diss_ipipe.h43 struct v4l2_mbus_framefmt formats[IPIPE_PADS_NUM]; member in struct:iss_ipipe_device
H A Diss_ipipeif.h62 struct v4l2_mbus_framefmt formats[IPIPEIF_PADS_NUM]; member in struct:iss_ipipeif_device
H A Diss_resizer.h45 struct v4l2_mbus_framefmt formats[RESIZER_PADS_NUM]; member in struct:iss_resizer_device
/linux-master/arch/s390/kernel/
H A Ddis.c197 static const unsigned char formats[][6] = { variable
/linux-master/drivers/acpi/nfit/
H A Dcore.c1456 int formats = 0; local
/linux-master/drivers/firmware/google/
H A Dframebuffer-coreboot.c23 static const struct simplefb_format formats[] = SIMPLEFB_FORMATS; variable in typeref:struct:simplefb_format
[all...]
/linux-master/drivers/firmware/
H A Dsysfb_simplefb.c24 static const struct simplefb_format formats[] = SIMPLEFB_FORMATS; variable in typeref:struct:simplefb_format
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_display.c638 lookup_format_info(const struct drm_format_info formats[], argument
H A Damdgpu_pmu.c89 struct amdgpu_pmu_attr *formats; member in struct:amdgpu_pmu_config
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_plane.c700 amdgpu_dm_plane_get_plane_formats(const struct drm_plane *plane, const struct dc_plane_cap *plane_cap, uint32_t *formats, int max_formats) argument
1673 uint32_t formats[32]; local
[all...]
/linux-master/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_plane.c247 u32 *formats, n_formats = 0; local
H A Dkomeda_wb_connector.c146 u32 *formats, n_formats = 0; local
/linux-master/drivers/gpu/drm/arm/
H A Dhdlcd_crtc.c301 u32 formats[ARRAY_SIZE(supported_formats)], i; local
H A Dmalidp_mw.c190 u32 *formats; local
211 u32 *formats; local
[all...]
H A Dmalidp_planes.c935 u32 *formats; local
[all...]
/linux-master/drivers/gpu/drm/ast/
H A Dast_mode.c569 ast_plane_init(struct drm_device *dev, struct ast_plane *ast_plane, void __iomem *vaddr, u64 offset, unsigned long size, uint32_t possible_crtcs, const struct drm_plane_funcs *funcs, const uint32_t *formats, unsigned int format_count, const uint64_t *format_modifiers, enum drm_plane_type type) argument
/linux-master/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_dc.h222 u32 *formats; member in struct:atmel_hlcdc_formats
247 struct atmel_hlcdc_formats *formats; member in struct:atmel_hlcdc_layer_desc
[all...]
/linux-master/drivers/gpu/drm/
H A Ddrm_atomic_helper.c818 u32 *formats; local
H A Ddrm_connector.c932 drm_display_info_set_bus_formats(struct drm_display_info *info, const u32 *formats, unsigned int num_formats) argument
[all...]
H A Ddrm_fb_helper.c1442 static uint32_t drm_fb_helper_find_format(struct drm_fb_helper *fb_helper, const uint32_t *formats, argument
1472 drm_fb_helper_find_color_mode_format(struct drm_fb_helper *fb_helper, const uint32_t *formats, size_t format_count, unsigned int color_mode) argument
H A Ddrm_fourcc.c149 static const struct drm_format_info formats[] = { local
H A Ddrm_mipi_dbi.c584 mipi_dbi_dev_init_with_formats(struct mipi_dbi_dev *dbidev, const struct drm_simple_display_pipe_funcs *funcs, const uint32_t *formats, unsigned int format_count, const struct drm_display_mode *mode, unsigned int rotation, size_t tx_buf_size) argument
H A Ddrm_plane.c331 __drm_universal_plane_init(struct drm_device *dev, struct drm_plane *plane, uint32_t possible_crtcs, const struct drm_plane_funcs *funcs, const uint32_t *formats, unsigned int format_count, const uint64_t *format_modifiers, enum drm_plane_type type, const char *name, va_list ap) argument
486 drm_universal_plane_init(struct drm_device *dev, struct drm_plane *plane, uint32_t possible_crtcs, const struct drm_plane_funcs *funcs, const uint32_t *formats, unsigned int format_count, const uint64_t *format_modifiers, enum drm_plane_type type, const char *name, ...) argument
518 __drmm_universal_plane_alloc(struct drm_device *dev, size_t size, size_t offset, uint32_t possible_crtcs, const struct drm_plane_funcs *funcs, const uint32_t *formats, unsigned int format_count, const uint64_t *format_modifiers, enum drm_plane_type type, const char *name, ...) argument
557 __drm_universal_plane_alloc(struct drm_device *dev, size_t size, size_t offset, uint32_t possible_crtcs, const struct drm_plane_funcs *funcs, const uint32_t *formats, unsigned int format_count, const uint64_t *format_modifiers, enum drm_plane_type type, const char *name, ...) argument
[all...]
H A Ddrm_simple_kms_helper.c417 drm_simple_display_pipe_init(struct drm_device *dev, struct drm_simple_display_pipe *pipe, const struct drm_simple_display_pipe_funcs *funcs, const uint32_t *formats, unsigned int format_count, const uint64_t *format_modifiers, struct drm_connector *connector) argument

Completed in 431 milliseconds

12345678