Home
last modified time | relevance | path

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

1234

/include/trace/events/
A Drwmmio.h18 TP_ARGS(caller, caller0, val, width, addr),
25 __field(u8, width)
33 __entry->width = width;
44 TP_ARGS(caller, caller0, val, width, addr)
50 TP_ARGS(caller, caller0, val, width, addr)
58 TP_ARGS(caller, caller0, width, addr),
64 __field(u8, width)
71 __entry->width = width;
83 TP_ARGS(caller, caller0, val, width, addr),
90 __field(u8, width)
[all …]
/include/media/
A 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()
153 r->width = ((r->width * to->width) / from->width) & ~1; in v4l2_rect_scale()
[all …]
A Dv4l2-mediabus.h206 pix_fmt->width = mbus_fmt->width; in v4l2_fill_pix_format()
228 mbus_fmt->width = pix_fmt->width; in v4l2_fill_mbus_format()
249 pix_mp_fmt->width = mbus_fmt->width; in v4l2_fill_pix_format_mplane()
269 mbus_fmt->width = pix_mp_fmt->width; in v4l2_fill_mbus_format_mplane()
A Dv4l2-common.h386 void v4l_bound_align_image(unsigned int *width, unsigned int wmin,
415 height_field, width, height, \ argument
424 width, height, func, context); \
429 size_t height_offset, s32 width,
455 height_field, width, height) \ argument
457 height_field, width, height, NULL, \
552 void v4l2_apply_frmsize_constraints(u32 *width, u32 *height,
555 u32 width, u32 height);
557 u32 width, u32 height);
/include/video/
A 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
A Dsticore.h47 #define sti_font_x(sti) (PTR_STI(sti->font)->width)
231 u8 width; member
247 int height, width; member
299 s16 width; /* block width in pixels */ member
399 int height, int width, u8 color);
401 int height, int width, int c, struct sti_cooked_font *font);
403 int dst_y, int dst_x, int height, int width,
/include/linux/
A Dclk-provider.h717 u8 width; member
723 #define clk_div_mask(width) ((1 << (width)) - 1) argument
764 void __iomem *reg, u8 shift, u8 width,
846 reg, shift, width, \ argument
886 reg, shift, width, \ argument
907 flags, reg, shift, width, \ argument
944 reg, shift, width, \ argument
965 reg, shift, width, \ argument
1076 flags, reg, shift, width, \ argument
1275 u8 width; member
[all …]
A Dpch_dma.h22 enum pch_dma_width width; member
A Dlcd.h133 unsigned int width, unsigned int height);
139 unsigned int width, unsigned int height) in lcd_notify_mode_change_all() argument
/include/rdma/
A Dibta_vol1_c12.h13 #define CM_FIELD_BLOC(field_struct, byte_offset, bits_offset, width) \ argument
16 width)
17 #define CM_FIELD8_LOC(field_struct, byte_offset, width) \ argument
19 (byte_offset + sizeof(struct ib_mad_hdr)), width)
20 #define CM_FIELD16_LOC(field_struct, byte_offset, width) \ argument
22 (byte_offset + sizeof(struct ib_mad_hdr)), width)
23 #define CM_FIELD32_LOC(field_struct, byte_offset, width) \ argument
25 (byte_offset + sizeof(struct ib_mad_hdr)), width)
28 #define CM_FIELD_MLOC(field_struct, byte_offset, width, type) \ argument
30 (byte_offset + sizeof(struct ib_mad_hdr)), width, type)
/include/xen/interface/io/
A Dfbif.h31 int32_t width; /* rect width */ member
43 int32_t width; /* width in pixels */ member
95 int32_t width; /* width of the framebuffer (in pixels) */ member
A Ddisplif.h499 uint32_t width; member
619 uint32_t width; member
701 uint32_t width; member
/include/acpi/
A 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/
A Ddrm_rect.h102 int width, int height) in drm_rect_init() argument
106 r->x2 = x + width; in drm_rect_init()
268 int width, int height,
271 int width, int height,
A Ddrm_utils.h17 int drm_get_panel_orientation_quirk(int width, int height);
A 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 DIV_ROUND_UP(width, info->hsub); in drm_format_info_plane_width()
A Ddrm_client.h205 drm_client_framebuffer_create(struct drm_client_dev *client, u32 width, u32 height, u32 format);
217 int drm_client_modeset_probe(struct drm_client_dev *client, unsigned int width, unsigned int height…
/include/linux/platform_data/
A Dmtd-orion_nand.h18 u8 width; /* buswidth */ member
A Dmmc-sdhci-s3c.h53 void (*cfg_gpio)(struct platform_device *dev, int width);
A Dsimplefb.h56 u32 width; member
/include/scsi/
A 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/linux/mtd/
A Dphysmap.h20 unsigned int width; member
/include/uapi/linux/
A Dstm.h35 __u16 width; member
A Dkd.h162 unsigned int width, height; /* font size */ member
170 unsigned int width, height; /* font size */ member
A Domapfb.h113 __u32 width, height; member
122 __u32 width, height; member
217 __u32 width; /* phys width of the display in micrometers */ member

Completed in 35 milliseconds

1234