Home
last modified time | relevance | path

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

12345678910>>...44

/linux/drivers/media/platform/qcom/venus/
H A 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 …]
/linux/drivers/clk/meson/
H A 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
/linux/drivers/gpu/drm/
H A Ddrm_draw.c65 unsigned int height, unsigned int width, in drm_draw_blit16()
79 unsigned int height, unsigned int width, in drm_draw_blit24()
101 unsigned int height, unsigned int width, in drm_draw_blit32()
117 unsigned int height, unsigned int width, in drm_draw_fill16()
129 unsigned int height, unsigned int width, in drm_draw_fill24()
148 unsigned int height, unsigned int width, in drm_draw_fill32()
/linux/lib/
H A Dtrace_readwrite.c16 void log_write_mmio(u64 val, u8 width, volatile void __iomem *addr, in log_write_mmio()
24 void log_post_write_mmio(u64 val, u8 width, volatile void __iomem *addr, in log_post_write_mmio()
32 void log_read_mmio(u8 width, const volatile void __iomem *addr, in log_read_mmio()
40 void log_post_read_mmio(u64 val, u8 width, const volatile void __iomem *addr, in log_post_read_mmio()
/linux/drivers/clk/
H A 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()
94 unsigned int val, unsigned long flags, u8 width) in _get_div()
121 unsigned int div, unsigned long flags, u8 width) in _get_val()
139 unsigned long flags, unsigned long width) in divider_recalc_rate()
298 const struct clk_div_table *table, u8 width, in clk_divider_bestdiv()
353 const struct clk_div_table *table, u8 width, in divider_determine_rate()
368 const struct clk_div_table *table, u8 width, in divider_ro_determine_rate()
393 u8 width, unsigned long flags) in divider_round_rate_parent()
414 const struct clk_div_table *table, u8 width, in divider_ro_round_rate_parent()
[all …]
/linux/drivers/gpu/drm/msm/disp/dpu1/
H A 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()
/linux/arch/arm/mach-s3c/
H A Dsetup-sdhci-gpio-s3c64xx.c20 void s3c64xx_setup_sdhci0_cfg_gpio(struct platform_device *dev, int width) in s3c64xx_setup_sdhci0_cfg_gpio()
33 void s3c64xx_setup_sdhci1_cfg_gpio(struct platform_device *dev, int width) in s3c64xx_setup_sdhci1_cfg_gpio()
46 void s3c64xx_setup_sdhci2_cfg_gpio(struct platform_device *dev, int width) in s3c64xx_setup_sdhci2_cfg_gpio()
/linux/drivers/staging/media/atomisp/pci/runtime/frame/src/
H A Dframe.c102 unsigned int width, in ia_css_frame_allocate()
264 unsigned int ia_css_frame_pad_width(unsigned int width, enum ia_css_frame_format format) in ia_css_frame_pad_width()
293 unsigned int width, in ia_css_frame_info_set_width()
323 unsigned int width, in ia_css_frame_info_init()
443 unsigned int width, in frame_init_plane()
567 unsigned int width = frame->frame_info.res.width, in frame_init_rgb_planes() local
583 unsigned int width = frame->frame_info.padded_width / 2, in frame_init_qplane6_planes() local
614 unsigned int width, in frame_allocate_with_data()
646 static struct ia_css_frame *frame_create(unsigned int width, in frame_create()
/linux/drivers/video/fbdev/aty/
H A 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
/linux/include/video/
H A Domapvrfb.h44 static inline void omap_vrfb_adjust_size(u16 *width, u16 *height, in omap_vrfb_adjust_size()
46 static inline u32 omap_vrfb_min_phys_size(u16 width, u16 height, u8 bytespp) in omap_vrfb_min_phys_size()
48 static inline u16 omap_vrfb_max_height(u32 phys_size, u16 width, u8 bytespp) in omap_vrfb_max_height()
51 u16 width, u16 height, unsigned bytespp, bool yuv_mode) {} in omap_vrfb_setup()
/linux/drivers/staging/media/meson/vdec/
H A 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()
/linux/drivers/video/fbdev/mb862xx/
H A Dmb862xxfb_accel.c70 u16 width, u16 height, u32 fgcolor, in mb86290fb_imageblit1()
119 u16 width, u16 height, u32 fgcolor, in mb86290fb_imageblit8()
158 u16 width, u16 height, u32 fgcolor, in mb86290fb_imageblit16()
192 u16 width = image->width, height = image->height; in mb86290fb_imageblit() local
252 u32 x2, y2, vxres, vyres, height, width, fg; in mb86290fb_fillrect() local
/linux/net/wireless/
H A Dchan.c307 enum nl80211_chan_width width) in cfg80211_valid_center_freq()
473 int width = cfg80211_chandef_get_width(c); in cfg80211_chandef_primary() local
555 #define NARROW_OR_S1G(width) ((width) == NL80211_CHAN_WIDTH_5 || \ in _cfg80211_chandef_compatible() argument
630 int width; in cfg80211_set_dfs_state() local
746 int width; in cfg80211_chandef_dfs_required() local
787 int width, count = 0; in cfg80211_chandef_dfs_usable() local
831 int width; in cfg80211_is_sub_chan() local
997 int width; in cfg80211_chandef_dfs_available() local
1037 int width; in cfg80211_chandef_dfs_cac_time() local
1141 u32 width, control_freq, cap; in _cfg80211_chandef_usable() local
/linux/drivers/video/fbdev/
H A 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()
/linux/drivers/staging/media/atomisp/pci/runtime/inputfifo/src/
H A Dinputfifo.c215 unsigned int width, in inputfifo_send_line2()
305 unsigned int width, in inputfifo_send_line()
349 unsigned int width, in inputfifo_send_frame()
413 unsigned int width, in ia_css_inputfifo_send_input_frame()
462 unsigned int width, in ia_css_inputfifo_send_line()
487 unsigned int width) in ia_css_inputfifo_send_embedded_line()
/linux/drivers/video/fbdev/core/
H A 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, int fg, int bg) in cw_clear()
119 u32 width = (vc->vc_font.height + 7)/8; in cw_putcs() local
283 int width = (vc->vc_font.width + 7)/8; in cw_cursor() local
H A 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()
H A 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, int fg, int bg) in ccw_clear()
134 u32 width = (vc->vc_font.height + 7)/8; in ccw_putcs() local
300 int width = (vc->vc_font.width + 7)/8; in ccw_cursor() local
H A Dfb_copyarea.h141 int width, u32 height, unsigned int bits_per_line, in fb_copy_aligned()
159 const struct fb_address *src, int width, in fb_copy_fwd()
349 int width, u32 height, unsigned int bits_per_line, in fb_copy()
382 int width = area->width * bpp; in fb_copyarea() local
/linux/drivers/video/fbdev/omap2/omapfb/
H A Dvrfb.c94 static u32 get_image_width_roundup(u16 width, u8 bytespp) in get_image_width_roundup()
127 void omap_vrfb_adjust_size(u16 *width, u16 *height, in omap_vrfb_adjust_size()
135 u32 omap_vrfb_min_phys_size(u16 width, u16 height, u8 bytespp) in omap_vrfb_min_phys_size()
148 u16 omap_vrfb_max_height(u32 phys_size, u16 width, u8 bytespp) in omap_vrfb_max_height()
171 u16 width, u16 height, in omap_vrfb_setup()
/linux/scripts/kconfig/lxdialog/
H A Dutil.c202 void attr_clear(WINDOW * win, int height, int width, chtype attr) in attr_clear()
277 int height, width; in init_dialog() local
325 void print_title(WINDOW *dialog, const char *title, int width) in print_title()
342 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x) in print_autowrap()
436 draw_box(WINDOW * win, int y, int x, int height, int width, in draw_box()
470 void draw_shadow(WINDOW * win, int y, int x, int height, int width) in draw_shadow()
H A Dyesno.c14 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons()
29 int dialog_yesno(const char *title, const char *prompt, int height, int width) in dialog_yesno()
/linux/drivers/video/fbdev/sis/
H A 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
/linux/drivers/clk/hisilicon/
H A 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()
/linux/tools/perf/
H A Dbuiltin-c2c.c414 int width; member
437 int width = hists__col_len(hists, se->se_width_idx); in symbol_width() local
469 int width = c2c_width(fmt, hpp, hists); in c2c_header() local
513 int width = c2c_width(fmt, hpp, he->hists); in dcacheline_entry() local
527 int width = c2c_width(fmt, hpp, he->hists); in dcacheline_node_entry() local
541 int width = c2c_width(fmt, hpp, he->hists); in dcacheline_node_count() local
551 int width = c2c_width(fmt, hpp, he->hists); in offset_entry() local
580 int width = c2c_width(fmt, hpp, he->hists); in iaddr_entry() local
601 int width = c2c_width(fmt, hpp, he->hists); in tot_hitm_entry() local
709 int width = c2c_width(fmt, hpp, he->hists); in tot_recs_entry() local
[all …]

12345678910>>...44