Searched refs:line_count (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/drivers/media/pci/bt8xx/ |
D | bt878.c | 145 bt->line_count = bt->block_count; in bt878_make_risc() 149 bt->line_count <<= 1; in bt878_make_risc() 152 if (bt->line_count > 255) { in bt878_make_risc() 170 bt->line_count, bt->line_bytes); in bt878_risc_program() 171 for (line = 0; line < bt->line_count; line++) { in bt878_risc_program() 195 btwrite((bt->line_count << 16) | bt->line_bytes, BT878_APACK_LEN); in bt878_risc_program()
|
D | bt878.h | 124 u32 line_count; member
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_bo.c | 738 int line_count = (page_count > 8191) ? 8191 : page_count; in nvc0_bo_move_copy() local 752 OUT_RING (chan, line_count); in nvc0_bo_move_copy() 756 page_count -= line_count; in nvc0_bo_move_copy() 757 src_offset += (PAGE_SIZE * line_count); in nvc0_bo_move_copy() 758 dst_offset += (PAGE_SIZE * line_count); in nvc0_bo_move_copy() 776 int line_count = (page_count > 2047) ? 2047 : page_count; in nvc0_bo_move_m2mf() local 791 OUT_RING (chan, line_count); in nvc0_bo_move_m2mf() 795 page_count -= line_count; in nvc0_bo_move_m2mf() 796 src_offset += (PAGE_SIZE * line_count); in nvc0_bo_move_m2mf() 797 dst_offset += (PAGE_SIZE * line_count); in nvc0_bo_move_m2mf() [all …]
|
/linux-4.1.27/drivers/media/platform/ |
D | arv.c | 529 unsigned int line_count; in ar_interrupt() local 533 line_count = ar_inl(ARVHCOUNT); /* line number */ in ar_interrupt() 536 if (line_count < (AR_HEIGHT_VGA / 2)) /* even line */ in ar_interrupt() 537 line_number = (line_count << 1); in ar_interrupt() 540 (((line_count - (AR_HEIGHT_VGA / 2)) << 1) + 1); in ar_interrupt() 542 line_number = line_count; in ar_interrupt()
|
/linux-4.1.27/drivers/media/platform/ti-vpe/ |
D | vpdma_priv.h | 580 static inline u32 ctd_pixel_line_count(int pixel_count, int line_count) in ctd_pixel_line_count() argument 582 return (pixel_count << CTD_PIXEL_COUNT_SHFT) | line_count; in ctd_pixel_line_count()
|
/linux-4.1.27/drivers/acpi/acpica/ |
D | acdebug.h | 55 u8 line_count; /* Number of help lines */ member
|
/linux-4.1.27/drivers/video/fbdev/ |
D | mxsfb.c | 629 unsigned line_count; in mxsfb_restore_mode() local 716 line_count = fb_info->fix.smem_len / fb_info->fix.line_length; in mxsfb_restore_mode()
|
/linux-4.1.27/drivers/media/i2c/smiapp/ |
D | smiapp-core.c | 72 int line_count = 0; in smiapp_read_frame_fmt() local 175 embedded_start = line_count; in smiapp_read_frame_fmt() 179 image_start = line_count; in smiapp_read_frame_fmt() 181 embedded_end = line_count; in smiapp_read_frame_fmt() 183 line_count += pixels; in smiapp_read_frame_fmt()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | intel_pm.c | 717 int line_time_us, line_count; in g4x_compute_wm0() local 745 line_count = (cursor_latency_ns / line_time_us + 1000) / 1000; in g4x_compute_wm0() 746 entries = line_count * crtc->cursor->state->crtc_w * pixel_size; in g4x_compute_wm0() 804 int line_count, line_size; in g4x_compute_srwm() local 821 line_count = (latency_ns / line_time_us + 1000) / 1000; in g4x_compute_srwm() 826 large = line_count * line_size; in g4x_compute_srwm() 832 entries = line_count * pixel_size * crtc->cursor->state->crtc_w; in g4x_compute_srwm()
|
/linux-4.1.27/drivers/net/usb/ |
D | hso.c | 360 static void dbg_dump(int line_count, const char *func_name, unsigned char *buf, in dbg_dump() argument 365 sprintf(name, "hso[%d:%s]", line_count, func_name); in dbg_dump()
|