/Linux-v4.19/arch/arm/mach-s3c64xx/ |
D | setup-sdhci-gpio.c | 20 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-v4.19/drivers/clk/ |
D | clk-divider.c | 32 u8 width) in _get_table_maxdiv() 54 static unsigned int _get_maxdiv(const struct clk_div_table *table, u8 width, in _get_maxdiv() 78 unsigned int val, unsigned long flags, u8 width) in _get_div() 103 unsigned int div, unsigned long flags, u8 width) in _get_val() 119 unsigned long flags, unsigned long width) in divider_recalc_rate() 278 const struct clk_div_table *table, u8 width, in clk_divider_bestdiv() 335 u8 width, unsigned long flags) in divider_round_rate_parent() 347 const struct clk_div_table *table, u8 width, in divider_ro_round_rate_parent() 389 const struct clk_div_table *table, u8 width, in divider_get_val() 455 void __iomem *reg, u8 shift, u8 width, in _register_divider() [all …]
|
/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/ |
D | msm_media_info.h | 816 static inline unsigned int VENUS_EXTRADATA_SIZE(int width, int height) in VENUS_EXTRADATA_SIZE() 835 static inline unsigned int VENUS_Y_STRIDE(int color_fmt, int width) in VENUS_Y_STRIDE() 877 static inline unsigned int VENUS_UV_STRIDE(int color_fmt, int width) in VENUS_UV_STRIDE() 989 static inline unsigned int VENUS_Y_META_STRIDE(int color_fmt, int width) in VENUS_Y_META_STRIDE() 1055 static inline unsigned int VENUS_UV_META_STRIDE(int color_fmt, int width) in VENUS_UV_META_STRIDE() 1114 static inline unsigned int VENUS_RGB_STRIDE(int color_fmt, int width) in VENUS_RGB_STRIDE() 1169 static inline unsigned int VENUS_RGB_META_STRIDE(int color_fmt, int width) in VENUS_RGB_META_STRIDE() 1228 int color_fmt, int width, int height) in VENUS_BUFFER_SIZE() 1351 int color_fmt, int width, int height) in VENUS_VIEW2_OFFSET()
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_panel_orientation_quirks.c | 27 int width; member 152 int drm_get_panel_orientation_quirk(int width, int height) in drm_get_panel_orientation_quirk() 187 int drm_get_panel_orientation_quirk(int width, int height) in drm_get_panel_orientation_quirk()
|
/Linux-v4.19/tools/perf/util/ |
D | sort.c | 85 size_t size, unsigned int width) in hist_entry__thread_snprintf() 138 size_t size, unsigned int width) in hist_entry__comm_snprintf() 182 size_t size, unsigned int width) in _hist_entry__dso_snprintf() 194 size_t size, unsigned int width) in hist_entry__dso_snprintf() 273 unsigned int width) in _hist_entry__sym_snprintf() 307 size_t size, unsigned int width) in hist_entry__sym_snprintf() 351 size_t size, unsigned int width) in hist_entry__srcline_snprintf() 386 size_t size, unsigned int width) in hist_entry__srcline_from_snprintf() 413 size_t size, unsigned int width) in hist_entry__srcline_to_snprintf() 462 size_t size, unsigned int width) in hist_entry__srcfile_snprintf() [all …]
|
/Linux-v4.19/drivers/video/fbdev/aty/ |
D | mach64_accel.c | 187 static inline void draw_rect(s16 x, s16 y, u16 width, u16 height, in draw_rect() 201 u32 sx = area->sx, dx = area->dx, width = area->width, rotation = 0; in atyfb_copyarea() local 247 u32 color, dx = rect->dx, width = rect->width, rotation = 0; in atyfb_fillrect() local 286 u32 src_bytes, dx = image->dx, dy = image->dy, width = image->width; in atyfb_imageblit() local 386 int inbit, outbit, mult24, byte_id_in_dword, width; in atyfb_imageblit() local
|
/Linux-v4.19/include/video/ |
D | omapvrfb.h | 56 static inline void omap_vrfb_adjust_size(u16 *width, u16 *height, in omap_vrfb_adjust_size() 58 static inline u32 omap_vrfb_min_phys_size(u16 width, u16 height, u8 bytespp) in omap_vrfb_min_phys_size() 60 static inline u16 omap_vrfb_max_height(u32 phys_size, u16 width, u8 bytespp) in omap_vrfb_max_height() 63 u16 width, u16 height, unsigned bytespp, bool yuv_mode) {} in omap_vrfb_setup()
|
/Linux-v4.19/drivers/clk/imx/ |
D | clk.h | 82 u8 shift, u8 width, const char **parents, int num_parents) in imx_clk_mux_ldb() 97 void __iomem *reg, u8 shift, u8 width) in imx_clk_divider() 104 const char *parent, void __iomem *reg, u8 shift, u8 width, in imx_clk_divider_flags() 112 void __iomem *reg, u8 shift, u8 width) in imx_clk_divider2() 195 u8 shift, u8 width, const char **parents, int num_parents) in imx_clk_mux() 203 u8 shift, u8 width, const char **parents, int num_parents) in imx_clk_mux2() 211 void __iomem *reg, u8 shift, u8 width, const char **parents, in imx_clk_mux_flags()
|
/Linux-v4.19/drivers/clk/meson/ |
D | clkc.h | 13 #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-v4.19/arch/arm/mach-s3c24xx/ |
D | setup-sdhci-gpio.c | 21 void s3c2416_setup_sdhci0_cfg_gpio(struct platform_device *dev, int width) in s3c2416_setup_sdhci0_cfg_gpio() 26 void s3c2416_setup_sdhci1_cfg_gpio(struct platform_device *dev, int width) in s3c2416_setup_sdhci1_cfg_gpio()
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | btext.c | 120 void __init btext_setup_display(int width, int height, int depth, int pitch, in btext_setup_display() 175 unsigned int width, height, depth, pitch; in btext_initialize() local 281 void btext_update_display(unsigned long phys, int width, int height, in btext_update_display() 313 unsigned long width = ((dispDeviceRect[2] - dispDeviceRect[0]) * in btext_clearscreen() local 331 unsigned long width = ((dispDeviceRect[2] - dispDeviceRect[0]) * in btext_flushscreen() local 350 unsigned long width = ((dispDeviceRect[2] - dispDeviceRect[0]) * in btext_flushline() local 372 unsigned long width = ((dispDeviceRect[2] - dispDeviceRect[0]) * in scrollscreen() local
|
/Linux-v4.19/drivers/video/fbdev/mb862xx/ |
D | mb862xxfb_accel.c | 76 u16 width, u16 height, u32 fgcolor, in mb86290fb_imageblit1() 125 u16 width, u16 height, u32 fgcolor, in mb86290fb_imageblit8() 164 u16 width, u16 height, u32 fgcolor, in mb86290fb_imageblit16() 199 u16 width = image->width, height = image->height; in mb86290fb_imageblit() local 260 u32 x2, y2, vxres, vyres, height, width, fg; in mb86290fb_fillrect() local
|
/Linux-v4.19/net/wireless/ |
D | chan.c | 156 int width; in cfg80211_chandef_get_width() local 264 int width; in cfg80211_set_dfs_state() local 334 int width; in cfg80211_chandef_dfs_required() local 427 int width; in cfg80211_chandef_dfs_usable() local 467 int width; in cfg80211_is_sub_chan() local 615 int width; in cfg80211_chandef_dfs_available() local 680 int width; in cfg80211_chandef_dfs_cac_time() local 729 u32 width, control_freq, cap; in cfg80211_chandef_usable() local
|
/Linux-v4.19/drivers/video/fbdev/ |
D | atafb_mfb.c | 26 int height, int width) in atafb_mfb_copyarea() 55 int sy, int sx, int height, int width) in atafb_mfb_fillrect() 78 int dy, int dx, u32 width, in atafb_mfb_linefill()
|
/Linux-v4.19/drivers/video/fbdev/matrox/ |
D | matroxfb_accel.c | 208 int sx, int dy, int dx, int height, int width) in matrox_accel_bmove() 250 int width) in matrox_accel_bmove_lin() 307 int sy, int sx, int height, int width) in matroxfb_accel_clear() 337 int sy, int sx, int height, int width) in matroxfb_cfb4_clear() 406 int width, int height, int yy, int xx) in matroxfb_1bpp_imageblit()
|
/Linux-v4.19/scripts/kconfig/lxdialog/ |
D | yesno.c | 27 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() 42 int dialog_yesno(const char *title, const char *prompt, int height, int width) in dialog_yesno()
|
D | util.c | 242 void attr_clear(WINDOW * win, int height, int width, chtype attr) in attr_clear() 317 int height, width; in init_dialog() local 365 void print_title(WINDOW *dialog, const char *title, int width) in print_title() 382 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x) in print_autowrap() 477 draw_box(WINDOW * win, int y, int x, int height, int width, in draw_box() 511 void draw_shadow(WINDOW * win, int y, int x, int height, int width) in draw_shadow()
|
/Linux-v4.19/drivers/video/fbdev/core/ |
D | fbcon_cw.c | 29 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) in cw_clear() 120 u32 width = (vc->vc_font.height + 7)/8; in cw_putcs() local 293 int width = (vc->vc_font.width + 7)/8; in cw_cursor() local
|
D | fbcon_rotate.h | 40 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()
|
D | fbcon_ccw.c | 29 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) in ccw_clear() 135 u32 width = (vc->vc_font.height + 7)/8; in ccw_putcs() local 310 int width = (vc->vc_font.width + 7)/8; in ccw_cursor() local
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/ |
D | vrfb.c | 105 static u32 get_image_width_roundup(u16 width, u8 bytespp) in get_image_width_roundup() 138 void omap_vrfb_adjust_size(u16 *width, u16 *height, in omap_vrfb_adjust_size() 146 u32 omap_vrfb_min_phys_size(u16 width, u16 height, u8 bytespp) in omap_vrfb_min_phys_size() 159 u16 omap_vrfb_max_height(u32 phys_size, u16 width, u8 bytespp) in omap_vrfb_max_height() 182 u16 width, u16 height, in omap_vrfb_setup()
|
/Linux-v4.19/drivers/video/fbdev/sis/ |
D | sis_accel.c | 118 int src_y, int dst_x, int dst_y, int width, int height) in SiS300SubsequentScreenToScreenCopy() 205 int dst_x, int dst_y, int width, int height) in SiS310SubsequentScreenToScreenCopy() 324 int width, height; in fbcon_sis_fillrect() local 374 int width = area->width; in fbcon_sis_copyarea() local
|
/Linux-v4.19/drivers/clk/ti/ |
D | divider.c | 281 u8 shift, u8 width, s8 latch, in _register_divider() 326 u8 flags, u8 *width, in ti_clk_parse_divider_data() 391 _get_div_table_from_setup(struct ti_clk_divider *setup, u8 *width) in _get_div_table_from_setup() 439 u8 width; in ti_clk_register_divider() local 564 u32 *flags, u8 *div_flags, u8 *width, u8 *shift, s8 *latch) in ti_clk_divider_populate() 619 u8 width = 0; in of_ti_divider_clk_setup() local
|
/Linux-v4.19/drivers/clk/hisilicon/ |
D | clkdivider-hi6220.c | 23 #define div_mask(width) ((1 << (width)) - 1) argument 40 u8 width; member 106 u8 shift, u8 width, u32 mask_bit, spinlock_t *lock) in hi6220_register_clkdiv()
|
/Linux-v4.19/drivers/acpi/acpica/ |
D | hwvalid.c | 186 acpi_status acpi_hw_read_port(acpi_io_address address, u32 *value, u32 width) in acpi_hw_read_port() 250 acpi_status acpi_hw_write_port(acpi_io_address address, u32 value, u32 width) in acpi_hw_write_port()
|