/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | vga16fb.c | 846 u32 dx = rect->dx, width = rect->width; in vga_8planes_fillrect() local 900 int x, x2, y2, vxres, vyres, width, height, line_ofs; in vga16fb_fillrect() local 980 u32 sx, dx, width; vga_8planes_copyarea() local 1032 int height, width, line_ofs; vga16fb_copyarea() local [all...] |
H A D | pm2fb.c | 200 u16 width; member 693 u32 width = (info->var.xres_virtual + 7) & ~7; in pm2fb_set_par() local 1243 int width = ((image->width + 7) >> 3) pm2fb_imageblit() local [all...] |
H A 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) pm3fb_imageblit() local 731 const u32 width = (info->var.xres_virtual + 7) & ~7; pm3fb_write_mode() local [all...] |
H A D | tgafb.c | 633 u32 fgcolor, bgcolor, dx, dy, width, height, vxres, vyres, pixelmask; local 846 u32 color, dx, dy, width, height, vxres, vyres; global() local 933 u32 dx, dy, width, height, vxres, vyres, color; global() local 1061 copyarea_line_8bpp(struct fb_info *info, u32 dy, u32 sy, u32 height, u32 width) global() argument 1106 copyarea_line_32bpp(struct fb_info *info, u32 dy, u32 sy, u32 height, u32 width) global() argument 1155 copyarea_8bpp(struct fb_info *info, u32 dx, u32 dy, u32 sx, u32 sy, u32 height, u32 width, u32 line_length, const struct fb_copyarea *area) global() argument 1266 unsigned long dx, dy, width, height, sx, sy, vxres, vyres; global() local [all...] |
/kernel/linux/linux-6.6/drivers/video/ |
H A D | sticore.c | 197 sti_set(struct sti_struct *sti, int src_y, int src_x, int height, int width, u8 color) sti_set() argument 230 sti_clear(struct sti_struct *sti, int src_y, int src_x, int height, int width, int c, struct sti_cooked_font *font) sti_clear() argument 267 sti_bmove(struct sti_struct *sti, int src_y, int src_x, int dst_y, int dst_x, int height, int width, struct sti_cooked_font *font) sti_bmove() argument 603 sti_search_font(struct sti_cooked_rom *rom, int height, int width) sti_search_font() argument [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/savage/ |
H A D | savagefb_driver.c | 977 int width, dclk, i, j; /*, refresh; */ in savagefb_decode_var() local
|
/kernel/linux/linux-6.6/drivers/clk/bcm/ |
H A D | clk-kona.c | 28 static inline u32 bitfield_mask(u32 shift, u32 width) in bitfield_mask() argument 34 static inline u32 bitfield_extract(u32 reg_val, u32 shift, u32 width) in bitfield_extract() argument 40 static inline u32 bitfield_replace(u32 reg_val, u32 shift, u32 width, u32 val) in bitfield_replace() argument [all...] |
H A D | clk-kona.h | 263 u32 width; /* field width */ member 334 u32 width; /* fiel member [all...] |
/kernel/linux/linux-6.6/drivers/clk/ |
H A D | clk-milbeaut.c | 74 u8 width; member 369 u8 width; member 457 m10v_clk_hw_register_divider(struct device *dev, const char *name, const char *parent_name, unsigned long flags, void __iomem *reg, u8 shift, u8 width, u8 clk_divider_flags, const struct clk_div_table *table, spinlock_t *lock, void __iomem *write_valid_reg) m10v_clk_hw_register_divider() argument [all...] |
H A D | clk-npcm7xx.c | 152 u8 width; member
|
H A D | clk-bm1880.c | 92 u8 width; member [all...] |
/kernel/linux/linux-6.6/drivers/clk/imx/ |
H A D | clk.h | 356 imx_clk_hw_divider_closest(const char *name, const char *parent, void __iomem *reg, u8 shift, u8 width) imx_clk_hw_divider_closest() argument 365 __imx_clk_hw_divider(const char *name, const char *parent, void __iomem *reg, u8 shift, u8 width, unsigned long flags) __imx_clk_hw_divider() argument 392 __imx_clk_hw_mux(const char *name, void __iomem *reg, u8 shift, u8 width, const char * const *parents, int num_parents, unsigned long flags, unsigned long clk_mux_flags) __imx_clk_hw_mux() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_display.c | 976 unsigned int width = rfb->base.width / in amdgpu_display_verify_plane() local 929 get_block_dimensions(unsigned int block_log2, unsigned int cpp, unsigned int *width, unsigned int *height) get_block_dimensions() argument
|
H A D | amdgpu_uvd.c | 617 unsigned int width = msg[6]; in amdgpu_uvd_cs_msg_decode() local
|
/kernel/linux/linux-6.6/drivers/clk/nuvoton/ |
H A D | clk-ma35d1.c | 377 ma35d1_clk_mux_parent(struct device *dev, const char *name, void __iomem *reg, u8 shift, u8 width, const struct clk_parent_data *pdata, int num_pdata) ma35d1_clk_mux_parent() argument 387 ma35d1_clk_mux(struct device *dev, const char *name, void __iomem *reg, u8 shift, u8 width, const struct clk_parent_data *pdata, int num_pdata) ma35d1_clk_mux() argument 397 ma35d1_clk_divider(struct device *dev, const char *name, const char *parent, void __iomem *reg, u8 shift, u8 width) ma35d1_clk_divider() argument 405 ma35d1_clk_divider_pow2(struct device *dev, const char *name, const char *parent, void __iomem *reg, u8 shift, u8 width) ma35d1_clk_divider_pow2() argument 414 ma35d1_clk_divider_table(struct device *dev, const char *name, const char *parent, void __iomem *reg, u8 shift, u8 width, const struct clk_div_table *table) ma35d1_clk_divider_table() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce110/ |
H A D | dce110_timing_generator.c | 2048 bool dce110_arm_vert_intr(struct timing_generator *tg, uint8_t width) in dce110_arm_vert_intr() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_crat.c | 985 find_subtype_mem(uint32_t heap_type, uint32_t flags, uint32_t width, in find_subtype_mem() argument 1010 uint32_t width; in kfd_parse_subtype_mem() local [all...] |
H A D | kfd_crat.h | 143 uint32_t width; member
|
/kernel/linux/linux-6.6/drivers/clocksource/ |
H A D | sh_cmt.c | 76 unsigned long width; /* 16 or 32 bit version of hardware block */ member [all...] |
/kernel/linux/linux-6.6/drivers/clk/xilinx/ |
H A D | clk-xlnx-clock-wizard.c | 129 u8 width; member 444 clk_wzrd_register_divf(struct device *dev, const char *name, const char *parent_name, unsigned long flags, void __iomem *base, u16 offset, u8 shift, u8 width, u8 clk_divider_flags, u32 div_type, spinlock_t *lock) clk_wzrd_register_divf() argument 487 clk_wzrd_register_divider(struct device *dev, const char *name, const char *parent_name, unsigned long flags, void __iomem *base, u16 offset, u8 shift, u8 width, u8 clk_divider_flags, u32 div_type, spinlock_t *lock) clk_wzrd_register_divider() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/ |
H A D | dcn32_hwseq.c | 1579 dcn32_blank_phantom(struct dc *dc, struct timing_generator *tg, int width, int height) dcn32_blank_phantom() argument
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | kd.h | 162 unsigned int width, height; /* font size */ member 170 unsigned int width, height; /* font size */ member
|
H A D | omapfb.h | 113 __u32 width, height; member 122 __u32 width, height; member 217 __u32 width; /* phys width of the display in micrometers */ member
|
/kernel/linux/linux-6.6/include/uapi/drm/ |
H A D | exynos_drm.h | 273 __u32 width, height; member
|
/kernel/linux/linux-6.6/include/video/ |
H A D | sh_mobile_lcdc.h | 151 unsigned long width; /* Panel width in mm */ member
|