Searched refs:width (Results 1 - 25 of 2287) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_vcap_ag_api.c13 .width = 1,
18 .width = 2,
23 .width = 9,
28 .width = 1,
33 .width = 1,
38 .width = 1,
43 .width = 1,
48 .width = 1,
53 .width = 1,
58 .width
[all...]
/linux-master/drivers/net/ethernet/microchip/vcap/
H A Dvcap_model_kunit.c21 .width = 2,
26 .width = 1,
31 .width = 7,
36 .width = 3,
41 .width = 3,
46 .width = 3,
51 .width = 1,
56 .width = 12,
61 .width = 3,
66 .width
[all...]
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_vcap_ag_api.c21 .width = 1,
26 .width = 1,
31 .width = 2,
36 .width = 12,
41 .width = 2,
46 .width = 65,
51 .width = 1,
56 .width = 1,
61 .width = 3,
66 .width
[all...]
/linux-master/drivers/clk/meson/
H A Dparm.h13 #define PMASK(width) GENMASK(width - 1, 0)
14 #define SETPMASK(width, shift) GENMASK(shift + width - 1, shift)
15 #define CLRPMASK(width, shift) (~SETPMASK(width, shift))
17 #define PARM_GET(width, shift, reg) \
18 (((reg) & SETPMASK(width, shift)) >> (shift))
19 #define PARM_SET(width, shift, reg, val) \
20 (((reg) & CLRPMASK(width, shif
27 u8 width; member in struct:parm
[all...]
/linux-master/drivers/media/platform/ti/omap/
H A Domap_voutlib.c46 crop->width = (pix->width < fbuf->fmt.width) ?
47 pix->width : fbuf->fmt.width;
50 crop->width &= ~1;
52 crop->left = ((pix->width - crop->width) >> 1) & ~1;
75 try_win.width += try_win.left;
82 try_win.width
[all...]
/linux-master/include/trace/events/
H A Drwmmio.h15 TP_PROTO(unsigned long caller, unsigned long caller0, u64 val, u8 width,
18 TP_ARGS(caller, caller0, val, width, addr),
25 __field(u8, width)
33 __entry->width = width;
36 TP_printk("%pS -> %pS width=%d val=%#llx addr=%#lx",
37 (void *)__entry->caller0, (void *)__entry->caller, __entry->width,
42 TP_PROTO(unsigned long caller, unsigned long caller0, u64 val, u8 width,
44 TP_ARGS(caller, caller0, val, width, addr)
48 TP_PROTO(unsigned long caller, unsigned long caller0, u64 val, u8 width,
[all...]
/linux-master/include/media/
H A Dv4l2-rect.h14 * v4l2_rect_set_size_to() - copy the width/height values.
15 * @r: rect whose width and height fields will be set
16 * @size: rect containing the width and height fields you need.
21 r->width = size->width;
26 * v4l2_rect_set_min_size() - width and height of r should be >= min_size.
27 * @r: rect whose width and height will be modified
28 * @min_size: rect containing the minimal width and height
33 if (r->width < min_size->width)
[all...]
/linux-master/drivers/video/fbdev/core/
H A Dfbcon_rotate.h40 static inline void rotate_ud(const char *in, char *out, u32 width, u32 height) argument
43 int shift = (8 - (width % 8)) & 7;
45 width = (width + 7) & ~7;
48 for (j = 0; j < width - shift; j++) {
49 if (pattern_test_bit(j, i, width, in))
50 pattern_set_bit(width - (1 + j + shift),
52 width, out);
58 static inline void rotate_cw(const char *in, char *out, u32 width, u32 height) argument
60 int i, j, h = height, w = width;
76 rotate_ccw(const char *in, char *out, u32 width, u32 height) argument
[all...]
/linux-master/scripts/kconfig/lxdialog/
H A Dyesno.c14 static void print_buttons(WINDOW * dialog, int height, int width, int selected) argument
16 int x = width / 2 - 10;
29 int dialog_yesno(const char *title, const char *prompt, int height, int width) argument
37 if (getmaxx(stdscr) < (width + YESNO_WIDTH_MIN))
41 x = (getmaxx(stdscr) - width) / 2;
44 draw_shadow(stdscr, y, x, height, width);
46 dialog = newwin(height, width, y, x);
49 draw_box(dialog, 0, 0, height, width,
53 for (i = 0; i < width - 2; i++)
58 print_title(dialog, title, width);
[all...]
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Dmsm_media_info.h819 * @width
820 * Progressive: width
821 * Interlaced: width
823 static unsigned int VENUS_Y_STRIDE(int color_fmt, int width) argument
827 if (!width)
835 stride = MSM_MEDIA_ALIGN(width, 128);
838 stride = MSM_MEDIA_ALIGN(width, 192);
842 stride = MSM_MEDIA_ALIGN(width * 2, 256);
845 stride = MSM_MEDIA_ALIGN(width * 2, 128);
855 * @width
859 VENUS_UV_STRIDE(int color_fmt, int width) argument
957 VENUS_Y_META_STRIDE(int color_fmt, int width) argument
1017 VENUS_UV_META_STRIDE(int color_fmt, int width) argument
1070 VENUS_RGB_STRIDE(int color_fmt, int width) argument
1119 VENUS_RGB_META_STRIDE(int color_fmt, int width) argument
[all...]
/linux-master/arch/arm/mach-s3c/
H A Dsetup-sdhci-gpio-s3c64xx.c20 void s3c64xx_setup_sdhci0_cfg_gpio(struct platform_device *dev, int width) argument
25 s3c_gpio_cfgrange_nopull(S3C64XX_GPG(0), 2 + width, S3C_GPIO_SFN(2));
33 void s3c64xx_setup_sdhci1_cfg_gpio(struct platform_device *dev, int width) argument
38 s3c_gpio_cfgrange_nopull(S3C64XX_GPH(0), 2 + width, S3C_GPIO_SFN(2));
46 void s3c64xx_setup_sdhci2_cfg_gpio(struct platform_device *dev, int width) argument
49 s3c_gpio_cfgrange_nopull(S3C64XX_GPH(6), width, S3C_GPIO_SFN(3));
/linux-master/drivers/video/fbdev/
H A Datafb.h6 int dx, int height, int width);
8 int sy, int sx, int height, int width);
10 int dy, int dx, u32 width,
14 int dx, int height, int width);
16 int sy, int sx, int height, int width);
18 int dy, int dx, u32 width,
22 int dx, int height, int width);
24 int sy, int sx, int height, int width);
26 int dy, int dx, u32 width,
30 int dx, int height, int width);
[all...]
H A Datafb_mfb.c25 int height, int width)
30 if (sx == 0 && dx == 0 && width == next_line) {
31 src = (u8 *)info->screen_base + sy * (width >> 3);
32 dest = (u8 *)info->screen_base + dy * (width >> 3);
33 fb_memmove(dest, src, height * (width >> 3));
38 fb_memmove(dest, src, width >> 3);
46 fb_memmove(dest, src, width >> 3);
54 int sy, int sx, int height, int width)
61 if (sx == 0 && width == next_line) {
63 fb_memset255(dest, height * (width >>
23 atafb_mfb_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy, int dx, int height, int width) argument
53 atafb_mfb_fillrect(struct fb_info *info, u_long next_line, u32 color, int sy, int sx, int height, int width) argument
76 atafb_mfb_linefill(struct fb_info *info, u_long next_line, int dy, int dx, u32 width, const u8 *data, u32 bgcolor, u32 fgcolor) argument
[all...]
/linux-master/drivers/staging/media/atomisp/pci/runtime/inputfifo/interface/
H A Dia_css_inputfifo.h27 unsigned int width,
41 unsigned int width,
49 unsigned int width);
/linux-master/include/drm/
H A Ddrm_utils.h15 int drm_get_panel_orientation_quirk(int width, int height);
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/ipu2_io_ls/common/
H A Dia_css_common_io_types.h23 unsigned int width; member in struct:ia_css_common_io_config
/linux-master/drivers/staging/media/atomisp/pci/
H A Dia_css_shading.h26 * @param[in] width Width of the shading table.
31 ia_css_shading_table_alloc(unsigned int width,
H A Dia_css_morph.h26 * @param[in] width Width of the morphing table.
31 ia_css_morph_table_allocate(unsigned int width, unsigned int height);
H A Dia_css_mipi.h30 * @param[in] width The width (in pixels) of the frame.
41 ia_css_mipi_frame_calculate_size(const unsigned int width,
/linux-master/drivers/gpu/drm/mediatek/
H A Dmtk_mdp_rdma.h12 unsigned int width; member in struct:mtk_mdp_rdma_cfg
/linux-master/drivers/media/platform/verisilicon/
H A Dhantro_jpeg.h7 int width; member in struct:hantro_jpeg_ctx
/linux-master/drivers/media/platform/qcom/venus/
H A Dhfi_plat_bufs_v6.c55 #define SIZE_H264D_LB_FE_TOP_DATA(width, height) \
56 (MAX_FE_NBR_DATA_LUMA_LINE_BUFFER_SIZE * ALIGN((width), 16) * 3)
58 #define SIZE_H264D_LB_FE_TOP_CTRL(width, height) \
59 (MAX_FE_NBR_CTRL_LCU64_LINE_BUFFER_SIZE * (((width) + 15) >> 4))
61 #define SIZE_H264D_LB_FE_LEFT_CTRL(width, height) \
64 #define SIZE_H264D_LB_SE_TOP_CTRL(width, height) \
65 (MAX_SE_NBR_CTRL_LCU64_LINE_BUFFER_SIZE * (((width) + 15) >> 4))
67 #define SIZE_H264D_LB_SE_LEFT_CTRL(width, height) \
70 #define SIZE_H264D_LB_PE_TOP_DATA(width, height) \
71 (MAX_PE_NBR_DATA_LCU64_LINE_BUFFER_SIZE * (((width)
115 size_h265d_lb_se_left_ctrl(u32 width, u32 height) argument
152 size_vpxd_lb_fe_left_ctrl(u32 width, u32 height) argument
168 size_vpxd_lb_se_left_ctrl(u32 width, u32 height) argument
232 size_vpss_lb(u32 width, u32 height, u32 num_vpp_pipes) argument
268 size_h264d_hw_bin_buffer(u32 width, u32 height) argument
287 h264d_scratch_size(u32 width, u32 height, bool is_interlaced) argument
299 size_h265d_hw_bin_buffer(u32 width, u32 height) argument
317 h265d_scratch_size(u32 width, u32 height, bool is_interlaced) argument
329 vpxd_scratch_size(u32 width, u32 height, bool is_interlaced) argument
356 mpeg2d_scratch_size(u32 width, u32 height, bool is_interlaced) argument
361 calculate_enc_output_frame_size(u32 width, u32 height, u32 rc_type) argument
403 calculate_enc_scratch_size(u32 width, u32 height, u32 work_mode, u32 lcu_size, u32 num_vpp_pipes, u32 rc_type) argument
446 h264e_scratch_size(u32 width, u32 height, u32 work_mode, u32 num_vpp_pipes, u32 rc_type) argument
453 h265e_scratch_size(u32 width, u32 height, u32 work_mode, u32 num_vpp_pipes, u32 rc_type) argument
460 vp8e_scratch_size(u32 width, u32 height, u32 work_mode, u32 num_vpp_pipes, u32 rc_type) argument
467 hfi_iris2_h264d_comv_size(u32 width, u32 height, u32 yuv_buf_min_count) argument
515 hfi_iris2_h264d_non_comv_size(u32 width, u32 height, u32 num_vpp_pipes) argument
546 size_h265d_bse_cmd_buf(u32 width, u32 height) argument
559 size_h265d_vpp_cmd_buf(u32 width, u32 height) argument
576 hfi_iris2_h265d_comv_size(u32 width, u32 height, u32 yuv_buf_count_min) argument
588 hfi_iris2_h265d_non_comv_size(u32 width, u32 height, u32 num_vpp_pipes) argument
627 hfi_iris2_vp8d_comv_size(u32 width, u32 height, u32 yuv_min_buf_count) argument
633 h264d_scratch1_size(u32 width, u32 height, u32 min_buf_count, bool split_mode_enabled, u32 num_vpp_pipes) argument
647 h265d_scratch1_size(u32 width, u32 height, u32 min_buf_count, bool split_mode_enabled, u32 num_vpp_pipes) argument
662 vp8d_scratch1_size(u32 width, u32 height, u32 min_buf_count, bool split_mode_enabled, u32 num_vpp_pipes) argument
691 vp9d_scratch1_size(u32 width, u32 height, u32 min_buf_count, bool split_mode_enabled, u32 num_vpp_pipes) argument
722 mpeg2d_scratch1_size(u32 width, u32 height, u32 min_buf_count, bool split_mode_enabled, u32 num_vpp_pipes) argument
754 calculate_enc_scratch1_size(u32 width, u32 height, u32 lcu_size, u32 num_ref, bool ten_bit, u32 num_vpp_pipes, bool is_h265) argument
907 h264e_scratch1_size(u32 width, u32 height, u32 num_ref, bool ten_bit, u32 num_vpp_pipes) argument
914 h265e_scratch1_size(u32 width, u32 height, u32 num_ref, bool ten_bit, u32 num_vpp_pipes) argument
921 vp8e_scratch1_size(u32 width, u32 height, u32 num_ref, bool ten_bit, u32 num_vpp_pipes) argument
928 ubwc_metadata_plane_stride(u32 width, u32 metadata_stride_multi, u32 tile_width_pels) argument
948 enc_scratch2_size(u32 width, u32 height, u32 num_ref, bool ten_bit) argument
1118 calculate_dec_input_frame_size(u32 width, u32 height, u32 codec, u32 max_mbs_per_frame, u32 buffer_size_limit) argument
1187 u32 width = params->width, height = params->height, out_min_count; local
1264 u32 width = params->width; local
[all...]
/linux-master/sound/core/
H A Dpcm_misc.c35 unsigned char width; /* bit width */ member in struct:pcm_format_data
36 unsigned char phys; /* physical bit width */
52 .width = 8, .phys = 8, .le = -1, .signd = 1,
56 .width = 8, .phys = 8, .le = -1, .signd = 0,
60 .width = 16, .phys = 16, .le = 1, .signd = 1,
64 .width = 16, .phys = 16, .le = 0, .signd = 1,
68 .width = 16, .phys = 16, .le = 1, .signd = 0,
72 .width = 16, .phys = 16, .le = 0, .signd = 0,
76 .width
426 int width; local
[all...]
/linux-master/include/video/
H 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, argument
46 static inline u32 omap_vrfb_min_phys_size(u16 width, u16 height, u8 bytespp) argument
48 static inline u16 omap_vrfb_max_height(u32 phys_size, u16 width, u8 bytespp) argument
51 u16 width, u16 height, unsigned bytespp, bool yuv_mode) {}
50 omap_vrfb_setup(struct vrfb *vrfb, unsigned long paddr, u16 width, u16 height, unsigned bytespp, bool yuv_mode) argument
/linux-master/lib/
H A Dtrace_readwrite.c16 void log_write_mmio(u64 val, u8 width, volatile void __iomem *addr, argument
19 trace_rwmmio_write(caller_addr, caller_addr0, val, width, addr);
24 void log_post_write_mmio(u64 val, u8 width, volatile void __iomem *addr, argument
27 trace_rwmmio_post_write(caller_addr, caller_addr0, val, width, addr);
32 void log_read_mmio(u8 width, const volatile void __iomem *addr, argument
35 trace_rwmmio_read(caller_addr, caller_addr0, width, addr);
40 void log_post_read_mmio(u64 val, u8 width, const volatile void __iomem *addr, argument
43 trace_rwmmio_post_read(caller_addr, caller_addr0, val, width, addr);

Completed in 544 milliseconds

1234567891011>>