/include/media/ |
D | v4l2-rect.h | 33 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 …]
|
D | v4l2-mediabus.h | 93 pix_fmt->width = mbus_fmt->width; in v4l2_fill_pix_format() 106 mbus_fmt->width = pix_fmt->width; in v4l2_fill_mbus_format()
|
D | vsp1.h | 23 int vsp1_du_setup_lif(struct device *dev, unsigned int width,
|
/include/video/ |
D | omapvrfb.h | 42 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/ |
D | fbif.h | 48 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/ |
D | fsmc.h | 138 unsigned int width; member 151 unsigned long base, uint32_t bank, uint32_t width); 154 unsigned int width);
|
D | physmap.h | 25 unsigned int width; member
|
D | latch-addr-flash.h | 17 unsigned int width; member
|
/include/linux/platform_data/ |
D | mtd-mxc_nand.h | 26 unsigned int width; /* data bus width in bytes */ member
|
D | mtd-orion_nand.h | 19 u8 width; /* buswidth */ member
|
D | mmc-sdhci-s3c.h | 52 void (*cfg_gpio)(struct platform_device *dev, int width);
|
D | simplefb.h | 58 u32 width; member
|
D | video-nuc900fb.h | 47 unsigned short width; member
|
/include/acpi/ |
D | acpiosxf.h | 280 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/ |
D | pch_dma.h | 34 enum pch_dma_width width; member
|
D | font.h | 19 int width, height; member
|
/include/scsi/ |
D | scsi_transport_spi.h | 36 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/ |
D | stm.h | 39 __u16 width; member
|
D | kd.h | 161 unsigned int width, height; /* font size */ member 167 unsigned int width, height; /* font size */ member
|
D | omapfb.h | 112 __u32 width, height; member 121 __u32 width, height; member 216 __u32 width; /* phys width of the display in micrometers */ member
|
/include/media/davinci/ |
D | dm644x_ccdc.h | 53 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/ |
D | drm_fb_helper.h | 157 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
|
D | drm_fourcc.h | 34 int drm_format_plane_width(int width, uint32_t format, int plane);
|
D | drm_rect.h | 168 int width, int height, 171 int width, int height,
|
/include/uapi/drm/ |
D | drm_sarea.h | 68 unsigned int width; member
|