Home
last modified time | relevance | path

Searched refs:line_count (Results 1 – 15 of 15) sorted by relevance

/Linux-v5.4/drivers/media/pci/bt8xx/
Dbt878.c128 bt->line_count = bt->block_count; in bt878_make_risc()
132 bt->line_count <<= 1; in bt878_make_risc()
135 if (bt->line_count > 255) { in bt878_make_risc()
153 bt->line_count, bt->line_bytes); in bt878_risc_program()
154 for (line = 0; line < bt->line_count; line++) { in bt878_risc_program()
178 btwrite((bt->line_count << 16) | bt->line_bytes, BT878_APACK_LEN); in bt878_risc_program()
Dbt878.h112 u32 line_count; member
/Linux-v5.4/drivers/gpu/drm/nouveau/
Dnouveau_bo.c794 int line_count = (page_count > 8191) ? 8191 : page_count; in nvc0_bo_move_copy() local
808 OUT_RING (chan, line_count); in nvc0_bo_move_copy()
812 page_count -= line_count; in nvc0_bo_move_copy()
813 src_offset += (PAGE_SIZE * line_count); in nvc0_bo_move_copy()
814 dst_offset += (PAGE_SIZE * line_count); in nvc0_bo_move_copy()
832 int line_count = (page_count > 2047) ? 2047 : page_count; in nvc0_bo_move_m2mf() local
847 OUT_RING (chan, line_count); in nvc0_bo_move_m2mf()
851 page_count -= line_count; in nvc0_bo_move_m2mf()
852 src_offset += (PAGE_SIZE * line_count); in nvc0_bo_move_m2mf()
853 dst_offset += (PAGE_SIZE * line_count); in nvc0_bo_move_m2mf()
[all …]
/Linux-v5.4/drivers/acpi/acpica/
Ddbinput.c337 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()
Dacdebug.h28 u8 line_count; /* Number of help lines */ member
/Linux-v5.4/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_intf.h44 u32 line_count; /* current line count including blanking */ member
Ddpu_hw_intf.c230 s->line_count = DPU_REG_READ(c, INTF_LINE_COUNT); in dpu_hw_intf_get_status()
232 s->line_count = 0; in dpu_hw_intf_get_status()
Ddpu_kms.h137 u32 line_count; member
/Linux-v5.4/drivers/media/platform/ti-vpe/
Dvpdma_priv.h577 static inline u32 ctd_pixel_line_count(int pixel_count, int line_count) in ctd_pixel_line_count() argument
579 return (pixel_count << CTD_PIXEL_COUNT_SHFT) | line_count; in ctd_pixel_line_count()
/Linux-v5.4/drivers/media/i2c/smiapp/
Dsmiapp-core.c66 int line_count = 0; in smiapp_read_frame_fmt() local
172 sensor->embedded_start = line_count; in smiapp_read_frame_fmt()
173 sensor->embedded_end = line_count + pixels; in smiapp_read_frame_fmt()
176 sensor->image_start = line_count; in smiapp_read_frame_fmt()
179 line_count += pixels; in smiapp_read_frame_fmt()
/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_dev.c2173 u32 line_count; in qed_resc_alloc() local
2218 rc = qed_cxt_cfg_ilt_compute(p_hwfn, &line_count); in qed_resc_alloc()
2226 qed_cxt_cfg_ilt_compute_excess(p_hwfn, line_count); in qed_resc_alloc()
2235 rc = qed_cxt_cfg_ilt_compute(p_hwfn, &line_count); in qed_resc_alloc()
2239 line_count); in qed_resc_alloc()
Dqed_cxt.c571 int qed_cxt_cfg_ilt_compute(struct qed_hwfn *p_hwfn, u32 *line_count) in qed_cxt_cfg_ilt_compute() argument
834 *line_count = curr_line - p_hwfn->p_cxt_mngr->pf_start_line; in qed_cxt_cfg_ilt_compute()
/Linux-v5.4/include/acpi/
Dactbl2.h1038 u32 line_count; member
/Linux-v5.4/drivers/acpi/nfit/
Dcore.c837 return sizeof(*idt) + sizeof(u32) * (idt->line_count - 1); in sizeof_idt()
868 idt->interleave_index, idt->line_count); in add_idt()
2514 mmio->num_lines = idt->line_count; in nfit_blk_init_interleave()
/Linux-v5.4/drivers/net/usb/
Dhso.c336 static void dbg_dump(int line_count, const char *func_name, unsigned char *buf, in dbg_dump() argument
341 sprintf(name, "hso[%d:%s]", line_count, func_name); in dbg_dump()