| /Linux-v5.4/drivers/media/pci/bt8xx/ |
| D | bt878.c | 128 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()
|
| D | bt878.h | 112 u32 line_count; member
|
| /Linux-v5.4/drivers/gpu/drm/nouveau/ |
| D | nouveau_bo.c | 794 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/ |
| 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 | 28 u8 line_count; /* Number of help lines */ member
|
| /Linux-v5.4/drivers/gpu/drm/msm/disp/dpu1/ |
| D | dpu_hw_intf.h | 44 u32 line_count; /* current line count including blanking */ member
|
| D | dpu_hw_intf.c | 230 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()
|
| D | dpu_kms.h | 137 u32 line_count; member
|
| /Linux-v5.4/drivers/media/platform/ti-vpe/ |
| D | vpdma_priv.h | 577 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/ |
| D | smiapp-core.c | 66 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/ |
| D | qed_dev.c | 2173 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()
|
| D | qed_cxt.c | 571 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/ |
| D | actbl2.h | 1038 u32 line_count; member
|
| /Linux-v5.4/drivers/acpi/nfit/ |
| D | core.c | 837 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/ |
| D | hso.c | 336 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()
|