Home
last modified time | relevance | path

Searched refs:get_line_length (Results 1 - 19 of 19) sorted by relevance

/kernel/linux/linux-5.10/scripts/kconfig/
H A Dnconf.gui.c203 int get_line_length(const char *line) in get_line_length() function
226 int len = get_line_length(line); in fill_window()
272 int len = get_line_length(line); in btn_dialog()
384 int len = get_line_length(line); in dialog_inputbox()
573 int len = get_line_length(line); in show_scroll_win()
H A Dnconf.h81 int get_line_length(const char *line);
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dpvr2fb.c249 static inline unsigned long get_line_length(int xres_virtual, int bpp) in get_line_length() function
425 line_length = get_line_length(var->xres_virtual, var->bits_per_pixel); in pvr2fb_set_par()
527 line_length = get_line_length(var->xres_virtual, var->bits_per_pixel); in pvr2fb_check_var()
542 get_line_length(var->xoffset+var->xres, var->bits_per_pixel), in pvr2_update_display()
568 diw_width = get_line_length(var->xres, var->bits_per_pixel) / 4; in pvr2_init_display()
575 get_line_length(var->xoffset+var->xres, var->bits_per_pixel), in pvr2_init_display()
828 modememused = get_line_length(fb_info->var.xres_virtual, in pvr2fb_common_init()
841 get_line_length(fb_info->var.xres, fb_info->var.bits_per_pixel), in pvr2fb_common_init()
H A D68328fb.c114 static u_long get_line_length(int xres_virtual, int bpp) in get_line_length() function
181 get_line_length(var->xres_virtual, var->bits_per_pixel); in mc68x328fb_check_var()
267 info->fix.line_length = get_line_length(info->var.xres_virtual, in mc68x328fb_set_par()
445 get_line_length(mc68x328fb_default.xres_virtual, mc68x328fb_default.bits_per_pixel); in mc68x328fb_init()
H A Dvfb.c98 static u_long get_line_length(int xres_virtual, int bpp) in get_line_length() function
165 get_line_length(var->xres_virtual, var->bits_per_pixel); in vfb_check_var()
256 info->fix.line_length = get_line_length(info->var.xres_virtual, in vfb_set_par()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dpvr2fb.c250 static inline unsigned long get_line_length(int xres_virtual, int bpp) in get_line_length() function
426 line_length = get_line_length(var->xres_virtual, var->bits_per_pixel); in pvr2fb_set_par()
528 line_length = get_line_length(var->xres_virtual, var->bits_per_pixel); in pvr2fb_check_var()
543 get_line_length(var->xoffset+var->xres, var->bits_per_pixel), in pvr2_update_display()
569 diw_width = get_line_length(var->xres, var->bits_per_pixel) / 4; in pvr2_init_display()
576 get_line_length(var->xoffset+var->xres, var->bits_per_pixel), in pvr2_init_display()
832 modememused = get_line_length(fb_info->var.xres_virtual, in pvr2fb_common_init()
845 get_line_length(fb_info->var.xres, fb_info->var.bits_per_pixel), in pvr2fb_common_init()
H A D68328fb.c112 static u_long get_line_length(int xres_virtual, int bpp) in get_line_length() function
179 get_line_length(var->xres_virtual, var->bits_per_pixel); in mc68x328fb_check_var()
265 info->fix.line_length = get_line_length(info->var.xres_virtual, in mc68x328fb_set_par()
443 get_line_length(mc68x328fb_default.xres_virtual, mc68x328fb_default.bits_per_pixel); in mc68x328fb_init()
H A Dvfb.c99 static u_long get_line_length(int xres_virtual, int bpp) in get_line_length() function
166 get_line_length(var->xres_virtual, var->bits_per_pixel); in vfb_check_var()
257 info->fix.line_length = get_line_length(info->var.xres_virtual, in vfb_set_par()
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dnconf.gui.c154 int get_line_length(const char *line) in get_line_length() function
177 int len = get_line_length(line); in fill_window()
223 int len = get_line_length(line); in btn_dialog()
335 int len = get_line_length(line); in dialog_inputbox()
537 int len = get_line_length(line); in show_scroll_win_ext()
H A Dnconf.h74 int get_line_length(const char *line);
/kernel/linux/linux-5.10/drivers/media/platform/davinci/
H A Dccdc_hw_device.h58 unsigned int (*get_line_length) (void); member
H A Dvpfe_capture.c184 !dev->hw_ops.get_line_length || in vpfe_register_ccdc_device()
365 pix->bytesperline = ccdc_dev->hw_ops.get_line_length(); in vpfe_config_image_format()
1606 ccdc_dev->hw_ops.get_line_length(); in vpfe_s_selection()
H A Ddm355_ccdc.c854 .get_line_length = ccdc_get_line_length,
H A Disif.c1002 .get_line_length = isif_get_line_length,
H A Ddm644x_ccdc.c789 .get_line_length = ccdc_get_line_length,
/kernel/linux/linux-5.10/drivers/video/fbdev/kyro/
H A Dfbdev.c393 static inline unsigned long get_line_length(int x, int bpp) in get_line_length() function
528 info->fix.line_length = get_line_length(par->XRES, par->PIXDEPTH); in kyrofb_set_par()
729 size = get_line_length(info->var.xres_virtual, in kyrofb_probe()
/kernel/linux/linux-6.6/drivers/video/fbdev/kyro/
H A Dfbdev.c394 static inline unsigned long get_line_length(int x, int bpp) in get_line_length() function
531 info->fix.line_length = get_line_length(par->XRES, par->PIXDEPTH); in kyrofb_set_par()
733 size = get_line_length(info->var.xres_virtual, in kyrofb_probe()
/kernel/linux/linux-5.10/drivers/video/fbdev/i810/
H A Di810_main.c675 * get_line_length - calculates buffer pitch in bytes
683 static u32 get_line_length(struct i810fb_par *par, int xres_virtual, int bpp) in get_line_length() function
1001 line_length = get_line_length(par, vxres, var->bits_per_pixel); in i810_check_params()
1010 line_length = get_line_length(par, vxres, in i810_check_params()
1183 par->pitch = get_line_length(par, vxres, var->bits_per_pixel); in decode_var()
/kernel/linux/linux-6.6/drivers/video/fbdev/i810/
H A Di810_main.c676 * get_line_length - calculates buffer pitch in bytes
684 static u32 get_line_length(struct i810fb_par *par, int xres_virtual, int bpp) in get_line_length() function
1002 line_length = get_line_length(par, vxres, var->bits_per_pixel); in i810_check_params()
1011 line_length = get_line_length(par, vxres, in i810_check_params()
1184 par->pitch = get_line_length(par, vxres, var->bits_per_pixel); in decode_var()

Completed in 20 milliseconds