/linux-4.4.14/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.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_bo.c | 732 int line_count = (page_count > 8191) ? 8191 : page_count; in nvc0_bo_move_copy() local 746 OUT_RING (chan, line_count); in nvc0_bo_move_copy() 750 page_count -= line_count; in nvc0_bo_move_copy() 751 src_offset += (PAGE_SIZE * line_count); in nvc0_bo_move_copy() 752 dst_offset += (PAGE_SIZE * line_count); in nvc0_bo_move_copy() 770 int line_count = (page_count > 2047) ? 2047 : page_count; in nvc0_bo_move_m2mf() local 785 OUT_RING (chan, line_count); in nvc0_bo_move_m2mf() 789 page_count -= line_count; in nvc0_bo_move_m2mf() 790 src_offset += (PAGE_SIZE * line_count); in nvc0_bo_move_m2mf() 791 dst_offset += (PAGE_SIZE * line_count); in nvc0_bo_move_m2mf() [all …]
|
/linux-4.4.14/drivers/acpi/acpica/ |
D | dbinput.c | 353 u32 line_count; in acpi_db_match_command_help() local 378 line_count = help->line_count; in acpi_db_match_command_help() 379 while (line_count) { in acpi_db_match_command_help() 383 line_count--; in acpi_db_match_command_help()
|
D | acdebug.h | 61 u8 line_count; /* Number of help lines */ member
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/include/acpi/ |
D | actbl1.h | 1025 u32 line_count; member
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_pm.c | 692 int line_time_us, line_count; in g4x_compute_wm0() local 720 line_count = (cursor_latency_ns / line_time_us + 1000) / 1000; in g4x_compute_wm0() 721 entries = line_count * crtc->cursor->state->crtc_w * pixel_size; in g4x_compute_wm0() 779 int line_count, line_size; in g4x_compute_srwm() local 796 line_count = (latency_ns / line_time_us + 1000) / 1000; in g4x_compute_srwm() 801 large = line_count * line_size; in g4x_compute_srwm() 807 entries = line_count * pixel_size * crtc->cursor->state->crtc_w; in g4x_compute_srwm()
|
/linux-4.4.14/drivers/acpi/ |
D | nfit.c | 356 idt->interleave_index, idt->line_count); in add_idt() 1311 mmio->num_lines = idt->line_count; in nfit_blk_init_interleave()
|
/linux-4.4.14/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()
|