Home
last modified time | relevance | path

Searched defs:row (Results 1 – 25 of 135) sorted by relevance

123456

/linux-6.12.1/tools/perf/ui/
Dbrowser.c171 int row = 0; in ui_browser__rb_tree_refresh() local
189 bool ui_browser__is_current_entry(struct ui_browser *browser, unsigned row) in ui_browser__is_current_entry()
316 row = 0; in ui_browser__scrollbar_set() local
336 int row; in __ui_browser__refresh() local
504 int row = 0; in ui_browser__list_head_refresh() local
631 unsigned int row = 0, idx = browser->top_idx; in ui_browser__argv_refresh() local
676 unsigned int row, end_row; in __ui_browser__line_arrow_up() local
716 unsigned int row, end_row; in __ui_browser__line_arrow_down() local
762 unsigned int row, int diff, bool arrow_down) in ui_browser__mark_fused()
/linux-6.12.1/drivers/tty/vt/
Dconsolemap.c203 #define UNI(dir, row, glyph) (FIELD_PREP(UNI_DIR_BITS, (dir)) | \ argument
275 u16 *row = dir[r]; in set_inverse_trans_unicode() local
511 u16 **dir, *row; in con_insert_unipair() local
609 u16 *row = dir[r]; in con_unshare_unimap() local
811 u16 *row = dir[r]; in con_get_unimap() local
866 u16 **dir, *row, glyph; in conv_uni_to_pc() local
/linux-6.12.1/drivers/edac/
Dedac_mc.c182 int i, chn, row; in mci_release() local
214 unsigned int row, chn; in edac_mc_alloc_csrows() local
258 unsigned int row, chn, idx; in edac_mc_alloc_dimms() local
757 int row, i, j, n; in edac_mc_find_csrow_by_page() local
898 static void edac_inc_csrow(struct edac_raw_error_desc *e, int row, int chan) in edac_inc_csrow()
958 int row = -1, chan = -1; in edac_mc_handle_error() local
Dal_mc_edac.c65 u8 rank, u32 row, u8 bg, u8 bank, u16 column, in prepare_msg()
76 u32 eccerrcnt, ecccaddr0, ecccaddr1, ecccsyn0, ecccsyn1, ecccsyn2, row; in handle_ce() local
121 u32 eccerrcnt, eccuaddr0, eccuaddr1, eccusyn0, eccusyn1, eccusyn2, row; in handle_ue() local
/linux-6.12.1/net/netfilter/ipvs/
Dip_vs_est.c147 static void ip_vs_tick_estimation(struct ip_vs_est_kt_data *kd, int row) in ip_vs_tick_estimation()
174 int row = kd->est_row; in ip_vs_estimation_kthread() local
395 int ktid, row, crow, cid, ret; in ip_vs_enqueue_estimator() local
527 int row = est->ktrow; in ip_vs_stop_estimator() local
743 int id, row, cid, delay; in ip_vs_est_calc_phase() local
/linux-6.12.1/drivers/input/keyboard/
Dmt6779-keypad.c55 unsigned int row, col; in mt6779_keypad_irq_handler() local
96 unsigned int *row, in mt6779_keypad_calc_row_col_single()
104 unsigned int *row, in mt6779_keypad_calc_row_col_double()
Dcros_ec_keyb.c179 int col, row; in cros_ec_keyb_process() local
312 int row, col; in cros_ec_keyb_compute_valid_keys() local
538 unsigned int row, col, scancode; in cros_ec_keyb_parse_vivaldi_physmap() local
Dpmic8xxx-keypad.c157 int rc, row; in pmic8xxx_kp_read_data() local
222 int row, col, code; in __pmic8xxx_kp_scan_matrix() local
252 int row, found_first = -1; in pmic8xxx_detect_ghost_keys() local
Dmatrix_keypad.c83 static bool row_asserted(struct matrix_keypad *keypad, int row) in row_asserted()
114 int row, col, code; in matrix_keypad_scan() local
/linux-6.12.1/include/linux/input/
Dmatrix_keypad.h13 #define KEY(row, col, val) ((((row) & (MATRIX_MAX_ROWS - 1)) << 24) |\ argument
21 #define MATRIX_SCAN_CODE(row, col, row_shift) (((row) << (row_shift)) + (col)) argument
/linux-6.12.1/arch/mips/loongson64/
Dnuma.c51 static int __init compute_node_distance(int row, int col) in compute_node_distance()
68 int row, col; in init_topology_matrix() local
/linux-6.12.1/tools/testing/selftests/bpf/progs/
Diters.c398 int sum, row, col; in iter_nested_iters() local
464 static __noinline void fill_inner_dimension(int row) in fill_inner_dimension()
473 static __noinline int sum_inner_dimension(int row) in sum_inner_dimension()
490 int sum, row, col; in iter_subprog_iters() local
/linux-6.12.1/drivers/gpu/drm/xe/display/
Dxe_fb_pin.c23 u32 column, row; in write_dpt_rotated() local
58 u32 column, row; in write_dpt_remapped() local
165 u32 column, row; in write_ggtt_rotated() local
/linux-6.12.1/mm/kasan/
Dreport.c421 static bool meta_row_is_guilty(const void *row, const void *addr) in meta_row_is_guilty()
426 static int meta_pointer_offset(const void *row, const void *addr) in meta_pointer_offset()
445 void *row; in print_memory_metadata() local
Dreport_hw_tags.c57 void kasan_metadata_fetch_row(char *buffer, void *row) in kasan_metadata_fetch_row()
Dreport_sw_tags.c74 void kasan_metadata_fetch_row(char *buffer, void *row) in kasan_metadata_fetch_row()
/linux-6.12.1/include/dt-bindings/input/
Dinput.h15 #define MATRIX_KEY(row, col, code) \ argument
/linux-6.12.1/arch/mips/sgi-ip27/
Dip27-memory.c161 nasid_t row, col; in init_topology_matrix() local
182 nasid_t row, col; in dump_topology() local
/linux-6.12.1/drivers/mtd/nand/raw/
Dvf610_nfc.c327 static inline void vf610_nfc_run(struct vf610_nfc *nfc, u32 col, u32 row, in vf610_nfc_run()
364 u32 col = 0, row = 0, cmd1 = 0, cmd2 = 0, code = 0; in vf610_nfc_cmd() local
538 u32 *row) in vf610_nfc_fill_row()
555 u32 row = 0, cmd1 = 0, cmd2 = 0, code = 0; in vf610_nfc_read_page() local
603 u32 row = 0, cmd1 = 0, cmd2 = 0, code = 0; in vf610_nfc_write_page() local
/linux-6.12.1/drivers/scsi/megaraid/
Dmegaraid_sas_fp.c373 static u32 MR_GetSpanBlock(u32 ld, u64 row, u64 *span_blk, in MR_GetSpanBlock()
424 u32 ld, u64 row, u64 *span_blk, struct MR_DRV_RAID_MAP_ALL *map) in mr_spanset_get_span_block()
544 u32 ld, u64 row, struct MR_DRV_RAID_MAP_ALL *map) in get_strip_from_row()
698 u64 row; in mr_spanset_get_phy_params() local
799 u64 row; in MR_GetPhyParams() local
/linux-6.12.1/tools/perf/scripts/python/
Dexported-sql-viewer.py252 def index(self, row, column, parent): argument
259 def FetchIfNeeded(self, row): argument
309 def index(self, row, column, parent): argument
315 def FetchIfNeeded(self, row): argument
487 def __init__(self, glb, params, row, parent_item): argument
500 def getChildItem(self, row): argument
528 …def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, time, insn_cnt, cyc_cnt, br… argument
572 …def __init__(self, glb, params, row, comm_id, thread_id, call_path_id, name, dso, count, time, ins… argument
589 def __init__(self, glb, params, row, comm_id, thread_id, pid, tid, parent_item): argument
617 def __init__(self, glb, params, row, comm_id, comm, parent_item): argument
[all …]
/linux-6.12.1/tools/perf/ui/browsers/
Dannotate-data.c308 int row = 0; in browser__refresh() local
368 struct type_hist_entry *hist, int row) in browser__write_overhead()
387 static void browser__write(struct ui_browser *uib, void *entry, int row) in browser__write()
Dhists.c792 unsigned short row, in hist_browser__show_callchain_entry()
831 unsigned short row) in hist_browser__check_output_full()
847 unsigned short row, u64 total, in hist_browser__show_callchain_list()
911 unsigned short row, u64 total, in hist_browser__show_callchain_flat()
1015 unsigned short row, u64 total, in hist_browser__show_callchain_folded()
1100 unsigned short row, u64 total, in hist_browser__show_callchain_graph()
1166 unsigned short row, in hist_browser__show_callchain()
1298 unsigned short row) in hist_browser__show_entry()
1404 unsigned short row, in hist_browser__show_hierarchy_entry()
1569 unsigned short row, int level) in hist_browser__show_no_entry()
[all …]
/linux-6.12.1/drivers/gpu/ipu-v3/
Dipu-image-convert.c672 unsigned int row, tile_idx; in fill_tile_column() local
698 static void fill_tile_row(struct ipu_image_convert_ctx *ctx, unsigned int row, in fill_tile_row()
738 unsigned int row; in find_seams() local
871 const unsigned int row = i / image->num_cols; in calc_tile_dimensions() local
973 unsigned int row, col, tile = 0; in calc_out_tile_map() local
990 unsigned int row, col, tile = 0; in calc_tile_offsets_planar() local
1052 unsigned int row, col, tile = 0; in calc_tile_offsets_packed() local
1128 unsigned int col, row, tile_idx; in calc_tile_resize_coefficients() local
1388 unsigned int col, row; in convert_start() local
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/
Dmt792x_acpi_sar.c355 mt792x_acpi_get_mtcl_map(int row, int column, struct mt792x_asar_cl *cl) in mt792x_acpi_get_mtcl_map()
387 int col, row, i; in mt792x_acpi_get_mtcl_conf() local

123456