Home
last modified time | relevance | path

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

123

/include/media/
Dv4l2-rect.h33 r->width = size->width; in v4l2_rect_set_size_to()
45 if (r->width < min_size->width) in v4l2_rect_set_min_size()
46 r->width = min_size->width; in v4l2_rect_set_min_size()
59 if (r->width > max_size->width) in v4l2_rect_set_max_size()
60 r->width = max_size->width; in v4l2_rect_set_max_size()
78 if (r->left + r->width > boundary->width) in v4l2_rect_map_inside()
79 r->left = boundary->width - r->width; in v4l2_rect_map_inside()
94 return r1->width == r2->width && r1->height == r2->height; in v4l2_rect_same_size()
112 right = min(r1->left + r1->width, r2->left + r2->width); in v4l2_rect_intersect()
114 r->width = max(0, right - r->left); in v4l2_rect_intersect()
[all …]
Dv4l2-mediabus.h93 pix_fmt->width = mbus_fmt->width; in v4l2_fill_pix_format()
106 mbus_fmt->width = pix_fmt->width; in v4l2_fill_mbus_format()
Dvsp1.h23 int vsp1_du_setup_lif(struct device *dev, unsigned int width,
/include/video/
Domapvrfb.h42 extern void omap_vrfb_adjust_size(u16 *width, u16 *height,
44 extern u32 omap_vrfb_min_phys_size(u16 width, u16 height, u8 bytespp);
45 extern u16 omap_vrfb_max_height(u32 phys_size, u16 width, u8 bytespp);
47 u16 width, u16 height,
56 static inline void omap_vrfb_adjust_size(u16 *width, u16 *height, in omap_vrfb_adjust_size() argument
58 static inline u32 omap_vrfb_min_phys_size(u16 width, u16 height, u8 bytespp) in omap_vrfb_min_phys_size() argument
60 static inline u16 omap_vrfb_max_height(u32 phys_size, u16 width, u8 bytespp) in omap_vrfb_max_height() argument
63 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
/include/linux/mtd/
Dfsmc.h138 unsigned int width; member
151 unsigned long base, uint32_t bank, uint32_t width);
154 unsigned int width);
Dphysmap.h25 unsigned int width; member
Dlatch-addr-flash.h17 unsigned int width; member
/include/linux/platform_data/
Dmtd-mxc_nand.h26 unsigned int width; /* data bus width in bytes */ member
Dmtd-orion_nand.h19 u8 width; /* buswidth */ member
Dmmc-sdhci-s3c.h52 void (*cfg_gpio)(struct platform_device *dev, int width);
Dsimplefb.h58 u32 width; member
Dvideo-nuc900fb.h47 unsigned short width; member
/include/acpi/
Dacpiosxf.h280 acpi_status acpi_os_read_port(acpi_io_address address, u32 *value, u32 width);
284 acpi_status acpi_os_write_port(acpi_io_address address, u32 value, u32 width);
292 acpi_os_read_memory(acpi_physical_address address, u64 *value, u32 width);
297 acpi_os_write_memory(acpi_physical_address address, u64 value, u32 width);
308 u32 reg, u64 *value, u32 width);
314 u32 reg, u64 value, u32 width);
/include/linux/
Dpch_dma.h34 enum pch_dma_width width; member
Dfont.h19 int width, height; member
/include/scsi/
Dscsi_transport_spi.h36 unsigned int width:1; /* 0 - narrow, 1 - wide */ member
79 #define spi_width(x) (((struct spi_transport_attrs *)&(x)->starget_data)->width)
156 int spi_populate_width_msg(unsigned char *msg, int width);
158 int spi_populate_ppr_msg(unsigned char *msg, int period, int offset, int width,
/include/uapi/linux/
Dstm.h39 __u16 width; member
Dkd.h161 unsigned int width, height; /* font size */ member
167 unsigned int width, height; /* font size */ member
Domapfb.h112 __u32 width, height; member
121 __u32 width, height; member
216 __u32 width; /* phys width of the display in micrometers */ member
/include/media/davinci/
Ddm644x_ccdc.h53 static inline u8 ccdc_gamma_width_max_bit(enum ccdc_gamma_width width) in ccdc_gamma_width_max_bit() argument
55 return 15 - width; in ccdc_gamma_width_max_bit()
/include/drm/
Ddrm_fb_helper.h157 bool *enabled, int width, int height);
294 int width, int height);
297 int width, int height);
470 int width, int height) in drm_has_preferred_mode() argument
477 int width, int height) in drm_pick_cmdline_mode() argument
Ddrm_fourcc.h34 int drm_format_plane_width(int width, uint32_t format, int plane);
Ddrm_rect.h168 int width, int height,
171 int width, int height,
/include/uapi/drm/
Ddrm_sarea.h68 unsigned int width; member

123