Home
last modified time | relevance | path

Searched refs:width (Results 1 – 25 of 83) sorted by relevance

1234

/include/media/
Dv4l2-rect.h21 r->width = size->width; in v4l2_rect_set_size_to()
33 if (r->width < min_size->width) in v4l2_rect_set_min_size()
34 r->width = min_size->width; in v4l2_rect_set_min_size()
47 if (r->width > max_size->width) in v4l2_rect_set_max_size()
48 r->width = max_size->width; in v4l2_rect_set_max_size()
66 if (r->left + r->width > boundary->left + boundary->width) in v4l2_rect_map_inside()
67 r->left = boundary->left + boundary->width - r->width; in v4l2_rect_map_inside()
82 return r1->width == r2->width && r1->height == r2->height; in v4l2_rect_same_size()
126 right = min(r1->left + r1->width, r2->left + r2->width); in v4l2_rect_intersect()
128 r->width = max(0, right - r->left); in v4l2_rect_intersect()
[all …]
Dv4l2-mediabus.h113 pix_fmt->width = mbus_fmt->width; in v4l2_fill_pix_format()
135 mbus_fmt->width = pix_fmt->width; in v4l2_fill_mbus_format()
156 pix_mp_fmt->width = mbus_fmt->width; in v4l2_fill_pix_format_mplane()
176 mbus_fmt->width = pix_mp_fmt->width; in v4l2_fill_mbus_format_mplane()
Dv4l2-common.h385 void v4l_bound_align_image(unsigned int *width, unsigned int wmin,
410 width, height) \ argument
418 width, height); \
423 size_t height_offset, s32 width, s32 height);
484 void v4l2_apply_frmsize_constraints(u32 *width, u32 *height,
487 u32 width, u32 height);
489 u32 width, u32 height);
Dfwht-ctrls.h21 __u32 width; member
/include/video/
Domapvrfb.h30 extern void omap_vrfb_adjust_size(u16 *width, u16 *height,
32 extern u32 omap_vrfb_min_phys_size(u16 width, u16 height, u8 bytespp);
33 extern u16 omap_vrfb_max_height(u32 phys_size, u16 width, u8 bytespp);
35 u16 width, u16 height,
44 static inline void omap_vrfb_adjust_size(u16 *width, u16 *height, in omap_vrfb_adjust_size() argument
46 static inline u32 omap_vrfb_min_phys_size(u16 width, u16 height, u8 bytespp) in omap_vrfb_min_phys_size() argument
48 static inline u16 omap_vrfb_max_height(u32 phys_size, u16 width, u8 bytespp) in omap_vrfb_max_height() argument
51 u16 width, u16 height, unsigned bytespp, bool yuv_mode) {} in omap_vrfb_setup() argument
/include/xen/interface/io/
Dfbif.h48 int32_t width; /* rect width */ member
60 int32_t width; /* width in pixels */ member
112 int32_t width; /* width of the framebuffer (in pixels) */ member
Ddisplif.h503 uint32_t width; member
622 uint32_t width; member
704 uint32_t width; member
/include/acpi/
Dacpiosxf.h267 acpi_status acpi_os_read_port(acpi_io_address address, u32 *value, u32 width);
271 acpi_status acpi_os_write_port(acpi_io_address address, u32 value, u32 width);
277 int acpi_os_read_iomem(void __iomem *virt_addr, u64 *value, u32 width);
281 acpi_os_read_memory(acpi_physical_address address, u64 *value, u32 width);
286 acpi_os_write_memory(acpi_physical_address address, u64 value, u32 width);
297 u32 reg, u64 *value, u32 width);
303 u32 reg, u64 value, u32 width);
/include/drm/
Ddrm_utils.h15 int drm_get_panel_orientation_quirk(int width, int height);
Ddrm_fourcc.h273 int drm_format_info_plane_width(const struct drm_format_info *info, int width, in drm_format_info_plane_width() argument
280 return width; in drm_format_info_plane_width()
282 return width / info->hsub; in drm_format_info_plane_width()
Ddrm_client.h150 drm_client_framebuffer_create(struct drm_client_dev *client, u32 width, u32 height, u32 format);
157 int drm_client_modeset_probe(struct drm_client_dev *client, unsigned int width, unsigned int height…
Ddrm_framebuffer.h180 unsigned int width; member
295 int drm_framebuffer_plane_width(int width,
/include/linux/platform_data/
Dmtd-mxc_nand.h13 unsigned int width; /* data bus width in bytes */ member
Dmtd-orion_nand.h18 u8 width; /* buswidth */ member
Dmmc-sdhci-s3c.h53 void (*cfg_gpio)(struct platform_device *dev, int width);
Dsimplefb.h54 u32 width; member
/include/linux/
Dpch_dma.h22 enum pch_dma_width width; member
Dclk-provider.h464 u8 width; member
470 #define clk_div_mask(width) ((1 << (width)) - 1) argument
487 unsigned long flags, unsigned long width);
491 u8 width, unsigned long flags);
494 const struct clk_div_table *table, u8 width,
497 const struct clk_div_table *table, u8 width,
502 void __iomem *reg, u8 shift, u8 width,
506 void __iomem *reg, u8 shift, u8 width,
510 void __iomem *reg, u8 shift, u8 width,
515 void __iomem *reg, u8 shift, u8 width,
[all …]
/include/linux/mtd/
Dphysmap.h20 unsigned int width; member
Dlatch-addr-flash.h17 unsigned int width; member
/include/scsi/
Dscsi_transport_spi.h23 unsigned int width:1; /* 0 - narrow, 1 - wide */ member
66 #define spi_width(x) (((struct spi_transport_attrs *)&(x)->starget_data)->width)
143 int spi_populate_width_msg(unsigned char *msg, int width);
145 int spi_populate_ppr_msg(unsigned char *msg, int period, int offset, int width,
/include/media/davinci/
Ddm644x_ccdc.h40 static inline u8 ccdc_gamma_width_max_bit(enum ccdc_gamma_width width) in ccdc_gamma_width_max_bit() argument
42 return 15 - width; in ccdc_gamma_width_max_bit()
/include/uapi/linux/
Dstm.h35 __u16 width; member
Dkd.h162 unsigned int width, height; /* font size */ member
168 unsigned int width, height; /* font size */ member
/include/uapi/drm/
Ddrm_sarea.h68 unsigned int width; member

1234