/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nouveau_bo85b5.c | 52 int line_count = (page_count > 8191) ? 8191 : page_count; in nva3_bo_move_copy() local 65 0x0328, line_count); in nva3_bo_move_copy() 68 page_count -= line_count; in nva3_bo_move_copy() 69 src_offset += (PAGE_SIZE * line_count); in nva3_bo_move_copy() 70 dst_offset += (PAGE_SIZE * line_count); in nva3_bo_move_copy()
|
H A D | nouveau_bo90b5.c | 45 int line_count = (page_count > 8191) ? 8191 : page_count; in nvc0_bo_move_copy() local 58 0x0328, line_count); in nvc0_bo_move_copy() 61 page_count -= line_count; in nvc0_bo_move_copy() 62 src_offset += (PAGE_SIZE * line_count); in nvc0_bo_move_copy() 63 dst_offset += (PAGE_SIZE * line_count); in nvc0_bo_move_copy()
|
H A D | nouveau_bo0039.c | 67 int line_count = (page_count > 2047) ? 2047 : page_count; in nv04_bo_move_m2mf() local 78 LINE_COUNT, line_count, in nv04_bo_move_m2mf() 88 page_count -= line_count; in nv04_bo_move_m2mf() 89 src_offset += (PAGE_SIZE * line_count); in nv04_bo_move_m2mf() 90 dst_offset += (PAGE_SIZE * line_count); in nv04_bo_move_m2mf()
|
H A D | nouveau_bo9039.c | 50 int line_count = (page_count > 2047) ? 2047 : page_count; in nvc0_bo_move_m2mf() local 68 LINE_COUNT, line_count); in nvc0_bo_move_m2mf() 78 page_count -= line_count; in nvc0_bo_move_m2mf() 79 src_offset += (PAGE_SIZE * line_count); in nvc0_bo_move_m2mf() 80 dst_offset += (PAGE_SIZE * line_count); in nvc0_bo_move_m2mf()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_bo85b5.c | 52 int line_count = (page_count > 8191) ? 8191 : page_count; in nva3_bo_move_copy() local 65 0x0328, line_count); in nva3_bo_move_copy() 68 page_count -= line_count; in nva3_bo_move_copy() 69 src_offset += (PAGE_SIZE * line_count); in nva3_bo_move_copy() 70 dst_offset += (PAGE_SIZE * line_count); in nva3_bo_move_copy()
|
H A D | nouveau_bo90b5.c | 45 int line_count = (page_count > 8191) ? 8191 : page_count; in nvc0_bo_move_copy() local 58 0x0328, line_count); in nvc0_bo_move_copy() 61 page_count -= line_count; in nvc0_bo_move_copy() 62 src_offset += (PAGE_SIZE * line_count); in nvc0_bo_move_copy() 63 dst_offset += (PAGE_SIZE * line_count); in nvc0_bo_move_copy()
|
H A D | nouveau_bo0039.c | 67 int line_count = (page_count > 2047) ? 2047 : page_count; in nv04_bo_move_m2mf() local 78 LINE_COUNT, line_count, in nv04_bo_move_m2mf() 88 page_count -= line_count; in nv04_bo_move_m2mf() 89 src_offset += (PAGE_SIZE * line_count); in nv04_bo_move_m2mf() 90 dst_offset += (PAGE_SIZE * line_count); in nv04_bo_move_m2mf()
|
H A D | nouveau_bo9039.c | 50 int line_count = (page_count > 2047) ? 2047 : page_count; in nvc0_bo_move_m2mf() local 68 LINE_COUNT, line_count); in nvc0_bo_move_m2mf() 78 page_count -= line_count; in nvc0_bo_move_m2mf() 79 src_offset += (PAGE_SIZE * line_count); in nvc0_bo_move_m2mf() 80 dst_offset += (PAGE_SIZE * line_count); in nvc0_bo_move_m2mf()
|
/kernel/linux/linux-5.10/kernel/printk/ |
H A D | printk_ringbuffer.c | 1673 unsigned int line_count = 1; in count_lines() local 1680 line_count++; in count_lines() 1685 return line_count; in count_lines() 1690 * If @line_count is provided, count the number of lines in the data. 1698 unsigned int buf_size, unsigned int *line_count) in copy_data() 1704 if ((!buf || !buf_size) && !line_count) in copy_data() 1722 if (line_count) in copy_data() 1723 *line_count = count_lines(data, len); in copy_data() 1788 struct printk_record *r, unsigned int *line_count) in prb_read() 1817 r->text_buf, r->text_buf_size, line_count)) { in prb_read() 1696 copy_data(struct prb_data_ring *data_ring, struct prb_data_blk_lpos *blk_lpos, u16 len, char *buf, unsigned int buf_size, unsigned int *line_count) copy_data() argument 1787 prb_read(struct printk_ringbuffer *rb, u64 seq, struct printk_record *r, unsigned int *line_count) prb_read() argument 1876 _prb_read_valid(struct printk_ringbuffer *rb, u64 *seq, struct printk_record *r, unsigned int *line_count) _prb_read_valid() argument 1958 prb_read_valid_info(struct printk_ringbuffer *rb, u64 seq, struct printk_info *info, unsigned int *line_count) prb_read_valid_info() argument [all...] |
H A D | printk.c | 1457 unsigned int line_count, in get_record_print_text_size() 1470 return ((prefix_len * line_count) + info->text_len + 1); in get_record_print_text_size() 1544 unsigned int line_count; in syslog_print_all() local 1561 prb_for_each_info(clear_seq, prb, seq, &info, &line_count) in syslog_print_all() 1562 len += get_record_print_text_size(&info, line_count, true, time); in syslog_print_all() 1565 prb_for_each_info(clear_seq, prb, seq, &info, &line_count) { in syslog_print_all() 1568 len -= get_record_print_text_size(&info, line_count, true, time); in syslog_print_all() 1702 unsigned int line_count; in do_syslog() local 1706 &line_count) { in do_syslog() 1707 error += get_record_print_text_size(&info, line_count, in do_syslog() 1456 get_record_print_text_size(struct printk_info *info, unsigned int line_count, bool syslog, bool time) get_record_print_text_size() argument 3294 unsigned int line_count; kmsg_dump_get_line_nolock() local 3381 unsigned int line_count; kmsg_dump_get_buffer() local [all...] |
/kernel/linux/linux-6.6/kernel/printk/ |
H A D | printk_ringbuffer.c | 1682 unsigned int line_count = 1; in count_lines() local 1689 line_count++; in count_lines() 1694 return line_count; in count_lines() 1699 * If @line_count is provided, count the number of lines in the data. 1707 unsigned int buf_size, unsigned int *line_count) in copy_data() 1713 if ((!buf || !buf_size) && !line_count) in copy_data() 1731 if (line_count) in copy_data() 1732 *line_count = count_lines(data, len); in copy_data() 1797 struct printk_record *r, unsigned int *line_count) in prb_read() 1826 r->text_buf, r->text_buf_size, line_count)) { in prb_read() 1705 copy_data(struct prb_data_ring *data_ring, struct prb_data_blk_lpos *blk_lpos, u16 len, char *buf, unsigned int buf_size, unsigned int *line_count) copy_data() argument 1796 prb_read(struct printk_ringbuffer *rb, u64 seq, struct printk_record *r, unsigned int *line_count) prb_read() argument 1885 _prb_read_valid(struct printk_ringbuffer *rb, u64 *seq, struct printk_record *r, unsigned int *line_count) _prb_read_valid() argument 1967 prb_read_valid_info(struct printk_ringbuffer *rb, u64 seq, struct printk_info *info, unsigned int *line_count) prb_read_valid_info() argument [all...] |
H A D | printk.c | 1484 unsigned int line_count, in get_record_print_text_size() 1497 return ((prefix_len * line_count) + info->text_len + 1); in get_record_print_text_size() 1511 unsigned int line_count; in find_first_fitting_seq() local 1516 prb_for_each_info(start_seq, prb, seq, &info, &line_count) { in find_first_fitting_seq() 1519 len += get_record_print_text_size(&info, line_count, syslog, time); in find_first_fitting_seq() 1535 prb_for_each_info(start_seq, prb, seq, &info, &line_count) { in find_first_fitting_seq() 1538 len -= get_record_print_text_size(&info, line_count, syslog, time); in find_first_fitting_seq() 1797 unsigned int line_count; in do_syslog() local 1801 &line_count) { in do_syslog() 1802 error += get_record_print_text_size(&info, line_count, in do_syslog() 1483 get_record_print_text_size(struct printk_info *info, unsigned int line_count, bool syslog, bool time) get_record_print_text_size() argument 4142 unsigned int line_count; kmsg_dump_get_line() local [all...] |
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
H A 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()
|
H A D | bt878.h | 112 u32 line_count; member
|
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/ |
H A 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()
|
H A D | bt878.h | 112 u32 line_count; member
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | dbinput.c | 344 u32 line_count; in acpi_db_match_command_help() local 369 line_count = help->line_count; in acpi_db_match_command_help() 370 while (line_count) { in acpi_db_match_command_help() 374 line_count--; in acpi_db_match_command_help()
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | dbinput.c | 347 u32 line_count; in acpi_db_match_command_help() local 372 line_count = help->line_count; in acpi_db_match_command_help() 373 while (line_count) { in acpi_db_match_command_help() 377 line_count--; in acpi_db_match_command_help()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/hdcp/ |
H A D | hdcp_log.c | 36 uint32_t line_count = msg_size / bytes_per_line, in mod_hdcp_dump_binary_message() local 38 uint32_t target_size = (byte_size * bytes_per_line + newline_size) * line_count + in mod_hdcp_dump_binary_message()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_hw_intf.h | 44 u32 line_count; /* current line count including blanking */ member
|
H A D | dpu_hw_intf.c | 257 s->line_count = DPU_REG_READ(c, INTF_LINE_COUNT); in dpu_hw_intf_get_status() 259 s->line_count = 0; in dpu_hw_intf_get_status()
|
H A D | dpu_kms.h | 152 u32 line_count; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_hw_intf.h | 49 u32 line_count; /* current line count including blanking */ member 73 * @get_vsync_info: Provides the programmed and current line_count
|
H A D | dpu_kms.h | 118 u32 line_count; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/modules/hdcp/ |
H A D | hdcp_log.c | 36 uint32_t line_count = msg_size / bytes_per_line, in mod_hdcp_dump_binary_message() local 38 uint32_t target_size = (byte_size * bytes_per_line + newline_size) * line_count + in mod_hdcp_dump_binary_message()
|