Home
last modified time | relevance | path

Searched defs:width (Results 1 – 25 of 859) sorted by relevance

12345678910>>...35

/drivers/media/platform/qcom/venus/
Dhfi_plat_bufs_v6.c55 #define SIZE_H264D_LB_FE_TOP_DATA(width, height) \ argument
58 #define SIZE_H264D_LB_FE_TOP_CTRL(width, height) \ argument
61 #define SIZE_H264D_LB_FE_LEFT_CTRL(width, height) \ argument
64 #define SIZE_H264D_LB_SE_TOP_CTRL(width, height) \ argument
67 #define SIZE_H264D_LB_SE_LEFT_CTRL(width, height) \ argument
70 #define SIZE_H264D_LB_PE_TOP_DATA(width, height) \ argument
73 #define SIZE_H264D_LB_VSP_TOP(width, height) (((((width) + 15) >> 4) << 7)) argument
75 #define SIZE_H264D_LB_RECON_DMA_METADATA_WR(width, height) \ argument
78 #define SIZE_H264D_QP(width, height) \ argument
101 #define SIZE_H265D_LB_FE_TOP_DATA(width, height) \ argument
[all …]
/drivers/clk/meson/
Dparm.h13 #define PMASK(width) GENMASK(width - 1, 0) argument
14 #define SETPMASK(width, shift) GENMASK(shift + width - 1, shift) argument
15 #define CLRPMASK(width, shift) (~SETPMASK(width, shift)) argument
17 #define PARM_GET(width, shift, reg) \ argument
19 #define PARM_SET(width, shift, reg, val) \ argument
27 u8 width; member
/drivers/clk/
Dclk-divider.c46 u8 width) in _get_table_maxdiv()
68 static unsigned int _get_maxdiv(const struct clk_div_table *table, u8 width, in _get_maxdiv()
92 unsigned int val, unsigned long flags, u8 width) in _get_div()
117 unsigned int div, unsigned long flags, u8 width) in _get_val()
133 unsigned long flags, unsigned long width) in divider_recalc_rate()
292 const struct clk_div_table *table, u8 width, in clk_divider_bestdiv()
347 const struct clk_div_table *table, u8 width, in divider_determine_rate()
362 const struct clk_div_table *table, u8 width, in divider_ro_determine_rate()
387 u8 width, unsigned long flags) in divider_round_rate_parent()
408 const struct clk_div_table *table, u8 width, in divider_ro_round_rate_parent()
[all …]
/drivers/gpu/drm/msm/disp/dpu1/
Dmsm_media_info.h823 static unsigned int VENUS_Y_STRIDE(int color_fmt, int width) in VENUS_Y_STRIDE()
859 static unsigned int VENUS_UV_STRIDE(int color_fmt, int width) in VENUS_UV_STRIDE()
957 static unsigned int VENUS_Y_META_STRIDE(int color_fmt, int width) in VENUS_Y_META_STRIDE()
1017 static unsigned int VENUS_UV_META_STRIDE(int color_fmt, int width) in VENUS_UV_META_STRIDE()
1070 static unsigned int VENUS_RGB_STRIDE(int color_fmt, int width) in VENUS_RGB_STRIDE()
1119 static unsigned int VENUS_RGB_META_STRIDE(int color_fmt, int width) in VENUS_RGB_META_STRIDE()
/drivers/staging/media/atomisp/pci/runtime/frame/src/
Dframe.c124 unsigned int width, in ia_css_frame_allocate()
276 unsigned int width, in ia_css_frame_allocate_contiguous()
453 unsigned int width, in ia_css_frame_info_set_width()
503 unsigned int width, in ia_css_frame_info_init()
621 unsigned int width, in frame_init_plane()
761 unsigned int width = frame->info.res.width, in frame_init_rgb_planes() local
777 unsigned int width = frame->info.padded_width / 2, in frame_init_qplane6_planes() local
815 unsigned int width, in frame_allocate_with_data()
853 static struct ia_css_frame *frame_create(unsigned int width, in frame_create()
/drivers/clk/imx/
Dclk.h88 #define imx_clk_divider(name, parent, reg, shift, width) \ argument
91 #define imx_clk_divider2(name, parent, reg, shift, width) \ argument
94 #define imx_clk_divider_flags(name, parent, reg, shift, width, flags) \ argument
118 #define imx_clk_mux(name, reg, shift, width, parents, num_parents) \ argument
263 u8 shift, u8 width, const char * const *parents, in imx_clk_hw_mux_ldb()
281 u8 width) in imx_clk_hw_divider()
290 u8 width, unsigned long flags) in imx_clk_hw_divider_flags()
297 void __iomem *reg, u8 shift, u8 width) in imx_clk_hw_divider2()
305 const char *parent, void __iomem *reg, u8 shift, u8 width, in imx_clk_divider2_flags()
437 u8 shift, u8 width, const char * const *parents, in imx_clk_hw_mux()
[all …]
/drivers/video/fbdev/aty/
Dmach64_accel.c189 static inline void draw_rect(s16 x, s16 y, u16 width, u16 height, in draw_rect()
203 u32 sx = area->sx, dx = area->dx, width = area->width, rotation = 0; in atyfb_copyarea() local
250 u32 color, dx = rect->dx, width = rect->width, rotation = 0; in atyfb_fillrect() local
290 u32 src_bytes, dx = image->dx, dy = image->dy, width = image->width; in atyfb_imageblit() local
388 int inbit, outbit, mult24, byte_id_in_dword, width; in atyfb_imageblit() local
/drivers/staging/media/meson/vdec/
Dvdec_helpers.c54 u32 amvdec_am21c_body_size(u32 width, u32 height) in amvdec_am21c_body_size()
64 u32 amvdec_am21c_head_size(u32 width, u32 height) in amvdec_am21c_head_size()
73 u32 amvdec_am21c_size(u32 width, u32 height) in amvdec_am21c_size()
98 struct vb2_buffer *vb, u32 width, in set_canvas_yuv420m()
142 struct vb2_buffer *vb, u32 width, in set_canvas_nv12m()
184 u32 width = ALIGN(sess->width, 32); in amvdec_set_canvases() local
442 void amvdec_src_change(struct amvdec_session *sess, u32 width, in amvdec_src_change()
/drivers/video/fbdev/mb862xx/
Dmb862xxfb_accel.c72 u16 width, u16 height, u32 fgcolor, in mb86290fb_imageblit1()
121 u16 width, u16 height, u32 fgcolor, in mb86290fb_imageblit8()
160 u16 width, u16 height, u32 fgcolor, in mb86290fb_imageblit16()
194 u16 width = image->width, height = image->height; in mb86290fb_imageblit() local
254 u32 x2, y2, vxres, vyres, height, width, fg; in mb86290fb_fillrect() local
/drivers/staging/media/atomisp/pci/runtime/inputfifo/src/
Dinputfifo.c224 unsigned int width, in inputfifo_send_line2()
314 unsigned int width, in inputfifo_send_line()
358 unsigned int width, in inputfifo_send_frame()
422 unsigned int width, in ia_css_inputfifo_send_input_frame()
471 unsigned int width, in ia_css_inputfifo_send_line()
496 unsigned int width) in ia_css_inputfifo_send_embedded_line()
/drivers/video/fbdev/
Datafb_mfb.c25 int height, int width) in atafb_mfb_copyarea()
54 int sy, int sx, int height, int width) in atafb_mfb_fillrect()
77 int dy, int dx, u32 width, in atafb_mfb_linefill()
/drivers/gpu/drm/
Ddrm_panel_orientation_quirks.c27 int width; member
371 int drm_get_panel_orientation_quirk(int width, int height) in drm_get_panel_orientation_quirk()
406 int drm_get_panel_orientation_quirk(int width, int height) in drm_get_panel_orientation_quirk()
/drivers/video/fbdev/matrox/
Dmatroxfb_accel.c209 int sx, int dy, int dx, int height, int width) in matrox_accel_bmove()
251 int width) in matrox_accel_bmove_lin()
308 int sy, int sx, int height, int width) in matroxfb_accel_clear()
338 int sy, int sx, int height, int width) in matroxfb_cfb4_clear()
407 int width, int height, int yy, int xx) in matroxfb_1bpp_imageblit()
/drivers/video/fbdev/omap2/omapfb/
Dvrfb.c93 static u32 get_image_width_roundup(u16 width, u8 bytespp) in get_image_width_roundup()
126 void omap_vrfb_adjust_size(u16 *width, u16 *height, in omap_vrfb_adjust_size()
134 u32 omap_vrfb_min_phys_size(u16 width, u16 height, u8 bytespp) in omap_vrfb_min_phys_size()
147 u16 omap_vrfb_max_height(u32 phys_size, u16 width, u8 bytespp) in omap_vrfb_max_height()
170 u16 width, u16 height, in omap_vrfb_setup()
/drivers/video/fbdev/core/
Dfbcon_cw.c29 int width = (vc->vc_font.height + 7) >> 3; in cw_update_attr() local
49 int sx, int dy, int dx, int height, int width) in cw_bmove()
66 int sx, int height, int width) in cw_clear()
120 u32 width = (vc->vc_font.height + 7)/8; in cw_putcs() local
284 int width = (vc->vc_font.width + 7)/8; in cw_cursor() local
Dfbcon_ccw.c29 int width = (vc->vc_font.height + 7) >> 3; in ccw_update_attr() local
64 int sx, int dy, int dx, int height, int width) in ccw_bmove()
81 int sx, int height, int width) in ccw_clear()
135 u32 width = (vc->vc_font.height + 7)/8; in ccw_putcs() local
301 int width = (vc->vc_font.width + 7)/8; in ccw_cursor() local
Dfbcon_rotate.h40 static inline void rotate_ud(const char *in, char *out, u32 width, u32 height) in rotate_ud()
58 static inline void rotate_cw(const char *in, char *out, u32 width, u32 height) in rotate_cw()
76 static inline void rotate_ccw(const char *in, char *out, u32 width, u32 height) in rotate_ccw()
/drivers/video/fbdev/sis/
Dsis_accel.c105 int src_y, int dst_x, int dst_y, int width, int height) in SiS300SubsequentScreenToScreenCopy()
192 int dst_x, int dst_y, int width, int height) in SiS310SubsequentScreenToScreenCopy()
311 int width, height; in fbcon_sis_fillrect() local
361 int width = area->width; in fbcon_sis_copyarea() local
/drivers/clk/hisilicon/
Dclkdivider-hi6220.c19 #define div_mask(width) ((1 << (width)) - 1) argument
36 u8 width; member
102 u8 shift, u8 width, u32 mask_bit, spinlock_t *lock) in hi6220_register_clkdiv()
/drivers/gpu/drm/vboxvideo/
Dvbox_mode.c38 int width, height, bpp, pitch; in vbox_do_modeset() local
126 u16 width = 0, height = 0; in vbox_set_up_input_mapping() local
340 u32 width = new_state->crtc_w; in vbox_cursor_atomic_check() local
373 static void copy_cursor_image(u8 *src, u8 *dst, u32 width, u32 height, in copy_cursor_image()
397 u32 width = new_state->crtc_w; in vbox_cursor_atomic_update() local
639 static void vbox_set_edid(struct drm_connector *connector, int width, in vbox_set_edid()
/drivers/staging/media/atomisp/pci/
Datomisp_compat_css20.c1803 unsigned int width, unsigned int height) in atomisp_css_isys_two_stream_cfg_update_stream1()
1821 unsigned int width, unsigned int height) in atomisp_css_isys_two_stream_cfg_update_stream2()
1840 unsigned int width, unsigned int height) in atomisp_css_input_set_effective_resolution()
2229 unsigned int width, unsigned int height, in __configure_output()
2261 unsigned int width, unsigned int height, in __configure_video_preview_output()
2309 unsigned int width, unsigned int height, in __configure_capture_pp_input()
2361 unsigned int width, unsigned int height, in __configure_preview_pp_input()
2489 unsigned int width, unsigned int height, in __configure_video_pp_input()
2585 unsigned int width, unsigned int height, in __configure_vf_output()
2608 unsigned int width, unsigned int height, in __configure_video_vf_output()
[all …]
/drivers/pinctrl/actions/
Dpinctrl-owl.c70 u32 bit, u32 width) in owl_read_field()
81 u32 bit, u32 width) in owl_write_field()
226 u32 *width) in owl_pad_pinconf_reg()
261 u32 reg, bit, width, arg; in owl_pin_config_get() local
292 u32 reg, bit, width, arg; in owl_pin_config_set() local
326 u32 *width) in owl_group_pinconf_reg()
429 u32 reg, bit, width, arg; in owl_group_config_get() local
458 u32 reg, bit, width, arg; in owl_group_config_set() local
/drivers/gpu/drm/i915/display/
Dintel_cursor.c77 int width = drm_rect_width(&plane_state->uapi.dst); in intel_cursor_size_ok() local
203 int width = drm_rect_width(&plane_state->uapi.dst); in i845_cursor_size_ok() local
265 unsigned int width = drm_rect_width(&plane_state->uapi.dst); in i845_update_cursor() local
397 int width = drm_rect_width(&plane_state->uapi.dst); in i9xx_cursor_size_ok() local
501 int width = drm_rect_width(&plane_state->uapi.dst); in i9xx_update_cursor() local
/drivers/media/common/saa7146/
Dsaa7146_hlp.c344 int width = vv->ov.win.w.width; in calculate_clipping_registers_rect() local
524 static void saa7146_set_window(struct saa7146_dev *dev, int width, int height, enum v4l2_field fiel… in saa7146_set_window()
709 int width = buf->fmt->width; in calculate_video_dma_grab_packed() local
768 int width = buf->fmt->width; in calc_planar_422() local
799 int width = buf->fmt->width; in calc_planar_420() local
834 int width = buf->fmt->width; in calculate_video_dma_grab_planar() local
/drivers/staging/sm750fb/
Dsm750_accel.c90 u32 x, u32 y, u32 width, u32 height, in sm750_hw_fillrect()
154 unsigned int width, unsigned int height, in sm750_hw_copyarea()
321 u32 bytePerPixel, u32 dx, u32 dy, u32 width, in sm750_hw_imageblit()

12345678910>>...35