Searched refs:nlines (Results 1 – 4 of 4) sorted by relevance
| /drivers/hte/ |
| A D | hte-tegra194.c | 442 if (*xlated_id > gc->nlines) in tegra_hte_line_xlate() 469 if (line_id > chip->nlines) { in tegra_hte_en_dis_common() 690 u32 nlines; in tegra_hte_probe() local 714 nlines = slices << 5; in tegra_hte_probe() 741 gc->nlines = nlines; in tegra_hte_probe() 751 hte_dev->line_data = devm_kcalloc(dev, nlines, in tegra_hte_probe() 810 dev_dbg(gc->dev, "lines: %d, slices:%d", gc->nlines, slices); in tegra_hte_probe() 819 u32 slices = gs->chip->nlines / NV_LINES_IN_SLICE; in tegra_hte_resume_early() 840 u32 slices = gs->chip->nlines / NV_LINES_IN_SLICE; in tegra_hte_suspend_late()
|
| A D | hte.c | 82 u32 nlines; member 89 struct hte_ts_info ei[] __counted_by(nlines); 115 &gdev->nlines); in hte_chip_dbgfs_init() 809 if (xlated_id >= chip->nlines) in hte_push_ts_ns() 853 gdev = kzalloc(struct_size(gdev, ei, chip->nlines), GFP_KERNEL); in hte_register_chip() 859 gdev->nlines = chip->nlines; in hte_register_chip() 862 for (i = 0; i < chip->nlines; i++) { in hte_register_chip()
|
| /drivers/gpu/drm/sitronix/ |
| A D | st7571-i2c.c | 157 u32 nlines; member 332 rect->y2 = min_t(unsigned int, round_up(rect->y2, ST7571_PAGE_HEIGHT), st7571->nlines); in st7571_fb_update_rect_monochrome() 358 rect->y2 = min_t(unsigned int, round_up(rect->y2, ST7571_PAGE_HEIGHT), st7571->nlines); in st7571_fb_update_rect_grayscale() 613 DRM_SIMPLE_MODE(st7571->ncols, st7571->nlines, in st7571_mode() 755 if (st7571->nlines < constraints->min_nlines || in st7571_validate_parameters() 756 st7571->nlines > constraints->max_nlines) { in st7571_validate_parameters() 761 if (st7571->startline + st7571->nlines > constraints->max_nlines) { in st7571_validate_parameters() 800 st7567->nlines = dt.vactive.typ; in st7567_parse_dt() 832 st7571->nlines = dt.vactive.typ; in st7571_parse_dt() 910 ST7571_SET_DISPLAY_DUTY_LSB(st7571->nlines), in st7571_lcd_init() [all …]
|
| /drivers/gpu/drm/msm/disp/mdp5/ |
| A D | mdp5_smp.c | 123 int i, hsub, nplanes, nlines; in mdp5_smp_calculate() local 130 nlines = 2; in mdp5_smp_calculate() 152 n = DIV_ROUND_UP(fetch_stride * nlines, smp->blk_size); in mdp5_smp_calculate()
|
Completed in 14 milliseconds