Home
last modified time | relevance | path

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

12345678910>>...91

/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/lib/
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()
/kernel/linux/linux-6.6/arch/arm/mach-s3c/
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()
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
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()
Dsetup-sdhci-gpio-s3c24xx.c22 void s3c2416_setup_sdhci0_cfg_gpio(struct platform_device *dev, int width) in s3c2416_setup_sdhci0_cfg_gpio()
27 void s3c2416_setup_sdhci1_cfg_gpio(struct platform_device *dev, int width) in s3c2416_setup_sdhci1_cfg_gpio()
/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/clk/
Dclk-divider.c45 u8 width) in _get_table_maxdiv()
67 static unsigned int _get_maxdiv(const struct clk_div_table *table, u8 width, in _get_maxdiv()
91 unsigned int val, unsigned long flags, u8 width) in _get_div()
116 unsigned int div, unsigned long flags, u8 width) in _get_val()
132 unsigned long flags, unsigned long width) in divider_recalc_rate()
291 const struct clk_div_table *table, u8 width, in clk_divider_bestdiv()
348 u8 width, unsigned long flags) in divider_round_rate_parent()
360 const struct clk_div_table *table, u8 width, in divider_ro_round_rate_parent()
402 const struct clk_div_table *table, u8 width, in divider_get_val()
470 void __iomem *reg, u8 shift, u8 width, u8 clk_divider_flags, in __clk_hw_register_divider()
[all …]
/kernel/linux/linux-6.6/tools/perf/util/
Dsort.c115 size_t size, unsigned int width) in hist_entry__thread_snprintf()
214 size_t size, unsigned int width) in hist_entry__comm_snprintf()
258 size_t size, unsigned int width) in _hist_entry__dso_snprintf()
270 size_t size, unsigned int width) in hist_entry__dso_snprintf()
355 unsigned int width) in _hist_entry__sym_snprintf()
396 int hist_entry__sym_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) in hist_entry__sym_snprintf()
465 size_t size, unsigned int width) in hist_entry__srcline_snprintf()
518 size_t size, unsigned int width) in hist_entry__srcline_from_snprintf()
566 size_t size, unsigned int width) in hist_entry__srcline_to_snprintf()
582 size_t size, unsigned int width) in hist_entry__sym_ipc_snprintf()
[all …]
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/runtime/frame/src/
Dframe.c110 unsigned int width, in ia_css_frame_allocate()
272 unsigned int ia_css_frame_pad_width(unsigned int width, enum ia_css_frame_format format) in ia_css_frame_pad_width()
301 unsigned int width, in ia_css_frame_info_set_width()
331 unsigned int width, in ia_css_frame_info_init()
451 unsigned int width, in frame_init_plane()
575 unsigned int width = frame->frame_info.res.width, in frame_init_rgb_planes() local
591 unsigned int width = frame->frame_info.padded_width / 2, in frame_init_qplane6_planes() local
622 unsigned int width, in frame_allocate_with_data()
654 static struct ia_css_frame *frame_create(unsigned int width, in frame_create()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/tools/perf/util/
Dsort.c101 size_t size, unsigned int width) in hist_entry__thread_snprintf()
154 size_t size, unsigned int width) in hist_entry__comm_snprintf()
198 size_t size, unsigned int width) in _hist_entry__dso_snprintf()
210 size_t size, unsigned int width) in hist_entry__dso_snprintf()
295 unsigned int width) in _hist_entry__sym_snprintf()
336 int hist_entry__sym_snprintf(struct hist_entry *he, char *bf, size_t size, unsigned int width) in hist_entry__sym_snprintf()
380 size_t size, unsigned int width) in hist_entry__srcline_snprintf()
415 size_t size, unsigned int width) in hist_entry__srcline_from_snprintf()
442 size_t size, unsigned int width) in hist_entry__srcline_to_snprintf()
455 size_t size, unsigned int width) in hist_entry__sym_ipc_snprintf()
[all …]
/kernel/linux/linux-6.6/include/video/
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()
/kernel/linux/linux-5.10/include/video/
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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
Dbtext.c110 void __init btext_setup_display(int width, int height, int depth, int pitch, in btext_setup_display()
165 unsigned int width, height, depth, pitch; in btext_initialize() local
265 void btext_update_display(unsigned long phys, int width, int height, in btext_update_display()
297 unsigned long width = ((dispDeviceRect[2] - dispDeviceRect[0]) * in btext_clearscreen() local
315 unsigned long width = ((dispDeviceRect[2] - dispDeviceRect[0]) * in btext_flushscreen() local
334 unsigned long width = ((dispDeviceRect[2] - dispDeviceRect[0]) * in btext_flushline() local
356 unsigned long width = ((dispDeviceRect[2] - dispDeviceRect[0]) * in scrollscreen() local
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dbtext.c111 void __init btext_setup_display(int width, int height, int depth, int pitch, in btext_setup_display()
166 unsigned int width, height, depth, pitch; in btext_initialize() local
266 void btext_update_display(unsigned long phys, int width, int height, in btext_update_display()
298 unsigned long width = ((dispDeviceRect[2] - dispDeviceRect[0]) * in btext_clearscreen() local
316 unsigned long width = ((dispDeviceRect[2] - dispDeviceRect[0]) * in btext_flushscreen() local
335 unsigned long width = ((dispDeviceRect[2] - dispDeviceRect[0]) * in btext_flushline() local
357 unsigned long width = ((dispDeviceRect[2] - dispDeviceRect[0]) * in scrollscreen() local
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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

12345678910>>...91