/Linux-v4.19/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-v4.19/drivers/gpu/drm/nouveau/ |
D | nouveau_bo.c | 764 int line_count = (page_count > 8191) ? 8191 : page_count; in nvc0_bo_move_copy() local 778 OUT_RING (chan, line_count); in nvc0_bo_move_copy() 782 page_count -= line_count; in nvc0_bo_move_copy() 783 src_offset += (PAGE_SIZE * line_count); in nvc0_bo_move_copy() 784 dst_offset += (PAGE_SIZE * line_count); in nvc0_bo_move_copy() 802 int line_count = (page_count > 2047) ? 2047 : page_count; in nvc0_bo_move_m2mf() local 817 OUT_RING (chan, line_count); in nvc0_bo_move_m2mf() 821 page_count -= line_count; in nvc0_bo_move_m2mf() 822 src_offset += (PAGE_SIZE * line_count); in nvc0_bo_move_m2mf() 823 dst_offset += (PAGE_SIZE * line_count); in nvc0_bo_move_m2mf() [all …]
|
/Linux-v4.19/drivers/acpi/acpica/ |
D | dbinput.c | 337 u32 line_count; in acpi_db_match_command_help() local 362 line_count = help->line_count; in acpi_db_match_command_help() 363 while (line_count) { in acpi_db_match_command_help() 367 line_count--; in acpi_db_match_command_help()
|
D | acdebug.h | 27 u8 line_count; /* Number of help lines */ member
|
/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_hw_intf.h | 52 u32 line_count; /* current line count including blanking */ member
|
D | dpu_hw_intf.c | 242 s->line_count = DPU_REG_READ(c, INTF_LINE_COUNT); in dpu_hw_intf_get_status() 244 s->line_count = 0; in dpu_hw_intf_get_status()
|
D | dpu_kms.h | 157 u32 line_count; member
|
/Linux-v4.19/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-v4.19/drivers/video/fbdev/ |
D | mxsfb.c | 626 unsigned line_count; in mxsfb_restore_mode() local 713 line_count = fb_info->fix.smem_len / fb_info->fix.line_length; in mxsfb_restore_mode()
|
/Linux-v4.19/drivers/media/i2c/smiapp/ |
D | smiapp-core.c | 74 int line_count = 0; in smiapp_read_frame_fmt() local 180 sensor->embedded_start = line_count; in smiapp_read_frame_fmt() 181 sensor->embedded_end = line_count + pixels; in smiapp_read_frame_fmt() 184 sensor->image_start = line_count; in smiapp_read_frame_fmt() 187 line_count += pixels; in smiapp_read_frame_fmt()
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/ |
D | qed_dev.c | 922 u32 line_count; in qed_resc_alloc() local 962 rc = qed_cxt_cfg_ilt_compute(p_hwfn, &line_count); in qed_resc_alloc() 970 qed_cxt_cfg_ilt_compute_excess(p_hwfn, line_count); in qed_resc_alloc() 979 rc = qed_cxt_cfg_ilt_compute(p_hwfn, &line_count); in qed_resc_alloc() 983 line_count); in qed_resc_alloc()
|
D | qed_cxt.c | 572 int qed_cxt_cfg_ilt_compute(struct qed_hwfn *p_hwfn, u32 *line_count) in qed_cxt_cfg_ilt_compute() argument 835 *line_count = curr_line - p_hwfn->p_cxt_mngr->pf_start_line; in qed_cxt_cfg_ilt_compute()
|
/Linux-v4.19/include/acpi/ |
D | actbl2.h | 1037 u32 line_count; member
|
/Linux-v4.19/drivers/acpi/nfit/ |
D | core.c | 790 return sizeof(*idt) + sizeof(u32) * (idt->line_count - 1); in sizeof_idt() 821 idt->interleave_index, idt->line_count); in add_idt() 2322 mmio->num_lines = idt->line_count; in nfit_blk_init_interleave()
|
/Linux-v4.19/drivers/net/usb/ |
D | hso.c | 350 static void dbg_dump(int line_count, const char *func_name, unsigned char *buf, in dbg_dump() argument 355 sprintf(name, "hso[%d:%s]", line_count, func_name); in dbg_dump()
|