/Linux-v6.6/drivers/staging/media/sunxi/sun6i-isp/ |
D | sun6i_isp_capture.c | 22 unsigned int *width, unsigned int *height) in sun6i_isp_capture_dimensions() 70 unsigned int width, height; in sun6i_isp_capture_buffer_configure() local 110 unsigned int width, height; in sun6i_isp_capture_configure() local 381 unsigned int width, height; in sun6i_isp_capture_format_prepare() local
|
/Linux-v6.6/drivers/acpi/ |
D | osl.c | 644 acpi_status acpi_os_read_port(acpi_io_address port, u32 *value, u32 width) in acpi_os_read_port() 669 acpi_status acpi_os_write_port(acpi_io_address port, u32 value, u32 width) in acpi_os_write_port() 687 int acpi_os_read_iomem(void __iomem *virt_addr, u64 *value, u32 width) in acpi_os_read_iomem() 711 acpi_os_read_memory(acpi_physical_address phys_addr, u64 *value, u32 width) in acpi_os_read_memory() 744 acpi_os_write_memory(acpi_physical_address phys_addr, u64 value, u32 width) in acpi_os_write_memory() 788 u64 *value, u32 width) in acpi_os_read_pci_configuration() 820 u64 value, u32 width) in acpi_os_write_pci_configuration()
|
/Linux-v6.6/drivers/clk/meson/ |
D | clk-phase.c | 21 static int meson_clk_degrees_from_val(unsigned int val, unsigned int width) in meson_clk_degrees_from_val() 26 static unsigned int meson_clk_degrees_to_val(int degrees, unsigned int width) in meson_clk_degrees_to_val()
|
/Linux-v6.6/tools/perf/util/ |
D | values.c | 218 int width; in perf_read_values__display_pretty() local 252 int width, pidwidth, tidwidth, namewidth, rawwidth, countwidth; in perf_read_values__display_raw() local
|
/Linux-v6.6/drivers/clk/mmp/ |
D | clk-mix.c | 135 u8 width, shift; in _set_rate() local 292 u8 width, shift; in mmp_clk_mix_get_parent() local 322 u8 width, shift; in mmp_clk_mix_recalc_rate() local
|
D | clk.h | 44 #define MMP_CLK_BITS_MASK(width, shift) \ argument 46 #define MMP_CLK_BITS_GET_VAL(data, width, shift) \ argument 48 #define MMP_CLK_BITS_SET_VAL(val, width, shift) \ argument 203 u8 width; member 218 u8 width; member
|
/Linux-v6.6/drivers/scsi/aic7xxx/ |
D | aic7xxx_osm_pci.c | 250 ahc_pci_read_config(ahc_dev_softc_t pci, int reg, int width) in ahc_pci_read_config() 280 ahc_pci_write_config(ahc_dev_softc_t pci, int reg, uint32_t value, int width) in ahc_pci_write_config()
|
/Linux-v6.6/drivers/clk/rockchip/ |
D | clk-half-divider.c | 11 #define div_mask(width) ((1 << (width)) - 1) argument 36 unsigned long *best_parent_rate, u8 width, in clk_half_divider_bestdiv()
|
/Linux-v6.6/drivers/media/platform/sunxi/sun6i-csi/ |
D | sun6i_csi_capture.c | 26 unsigned int *width, unsigned int *height) in sun6i_csi_capture_dimensions() 339 unsigned int width, height; in sun6i_csi_capture_buffer_configure() local 381 u32 width, height; in sun6i_csi_capture_configure() local 670 unsigned int width, height; in sun6i_csi_capture_format_prepare() local
|
/Linux-v6.6/drivers/staging/media/atomisp/pci/ |
D | sh_css_defs.h | 194 #define _ISP_VECS(width) CEIL_DIV(width, ISP_VEC_NELEMS) argument 209 #define _ISP_MORPH_TABLE_ALIGNED_WIDTH(width) \ argument 254 #define _ISP_S3A_ELEMS_ISP_WIDTH(width, left_crop) \ argument 270 #define __ISP_MAX_VF_OUTPUT_WIDTH(width, left_crop) \ argument
|
D | sh_css_mipi.c | 48 ia_css_mipi_frame_calculate_size(const unsigned int width, in ia_css_mipi_frame_calculate_size() 250 unsigned int width; in calculate_mipi_buff_size() local
|
/Linux-v6.6/drivers/clocksource/ |
D | timer-sp.h | 46 int width; member 62 int width; member
|
/Linux-v6.6/drivers/media/pci/tw5864/ |
D | tw5864-h264.c | 101 static int tw5864_h264_gen_sps_rbsp(u8 *buf, size_t size, int width, int height) in tw5864_h264_gen_sps_rbsp() 198 int width, int height) in tw5864_h264_put_stream_header()
|
/Linux-v6.6/sound/core/ |
D | pcm_misc.c | 35 unsigned char width; /* bit width */ member 426 int width; in snd_pcm_format_set_silence() local
|
/Linux-v6.6/drivers/media/usb/pwc/ |
D | pwc-misc.c | 29 int pwc_get_size(struct pwc_device *pdev, int width, int height) in pwc_get_size()
|
/Linux-v6.6/drivers/video/fbdev/ |
D | pm3fb.c | 217 const u32 width = (info->var.xres_virtual + 7) & ~7; in pm3fb_init_engine() local 581 int width = ((image->width + 7) >> 3) in pm3fb_imageblit() local 731 const u32 width = (info->var.xres_virtual + 7) & ~7; in pm3fb_write_mode() local 1106 #define CNVT_TOHW(val, width) ((((val) << (width)) + 0x7FFF - (val)) >> 16) in pm3fb_setcolreg() argument
|
/Linux-v6.6/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dispc.c | 730 static void dispc_ovl_set_input_size(enum omap_plane plane, int width, in dispc_ovl_set_input_size() 741 static void dispc_ovl_set_output_size(enum omap_plane plane, int width, in dispc_ovl_set_output_size() 1098 static void dispc_mgr_set_size(enum omap_channel channel, u16 width, in dispc_mgr_set_size() 1820 u16 width, u16 height, in calc_vrfb_rotation_offset() 1907 u16 width, u16 height, in calc_dma_rotation_offset() 2061 static void calc_tiler_rotation_offset(u16 screen_width, u16 width, in calc_tiler_rotation_offset() 2106 u16 width, u16 height, u16 out_width, u16 out_height, in check_horiz_timing_omap3() 2157 const struct omap_video_timings *mgr_timings, u16 width, in calc_core_clk_five_taps() 2196 static unsigned long calc_core_clk_24xx(unsigned long pclk, u16 width, in calc_core_clk_24xx() 2205 static unsigned long calc_core_clk_34xx(unsigned long pclk, u16 width, in calc_core_clk_34xx() [all …]
|
/Linux-v6.6/drivers/clk/tegra/ |
D | clk-utils.c | 12 int div_frac_get(unsigned long rate, unsigned parent_rate, u8 width, in div_frac_get()
|
/Linux-v6.6/drivers/clk/qcom/ |
D | clk-regmap-divider.h | 15 u32 width; member
|
D | clk-regmap-mux.h | 16 u32 width; member
|
/Linux-v6.6/drivers/clk/imx/ |
D | clk-busy.c | 77 void __iomem *reg, u8 shift, u8 width, in imx_clk_hw_busy_divider() 157 u8 width, void __iomem *busy_reg, u8 busy_shift, in imx_clk_hw_busy_mux()
|
/Linux-v6.6/drivers/video/fbdev/via/ |
D | accel.c | 39 static int hw_bitblt_1(void __iomem *engine, u8 op, u32 width, u32 height, in hw_bitblt_1() 172 static int hw_bitblt_2(void __iomem *engine, u8 op, u32 width, u32 height, in hw_bitblt_2()
|
/Linux-v6.6/drivers/gpu/drm/i915/gvt/ |
D | fb_decoder.h | 116 u32 width; /* in pixels */ member 133 u32 width; /* in pixels */ member 149 u32 width; /* in pixels */ member
|
/Linux-v6.6/drivers/media/platform/verisilicon/ |
D | hantro_hw.h | 270 int width; member 460 hantro_vp9_mv_size(unsigned int width, unsigned int height) in hantro_vp9_mv_size() 473 hantro_h264_mv_size(unsigned int width, unsigned int height) in hantro_h264_mv_size() 500 hantro_hevc_mv_size(unsigned int width, unsigned int height) in hantro_hevc_mv_size() 515 hantro_av1_mv_size(unsigned int width, unsigned int height) in hantro_av1_mv_size()
|
/Linux-v6.6/arch/arm64/kernel/ |
D | idreg-override.c | 30 u8 width; member 224 u64 width = regs[i]->fields[f].width ?: 4; in match_options() local
|