| /linux/arch/arm/boot/dts/samsung/ |
| H A D | exynos4412-smdk4412.dts | 80 keypad,column = <3>; 86 keypad,column = <4>; 92 keypad,column = <5>; 98 keypad,column = <6>; 104 keypad,column = <7>; 110 keypad,column = <6>; 116 keypad,column = <7>; 122 keypad,column = <5>; 128 keypad,column = <5>; 134 keypad,column = <7>;
|
| H A D | s5pv210-smdkv210.dts | 89 keypad,column = <3>; 95 keypad,column = <4>; 101 keypad,column = <5>; 107 keypad,column = <6>; 114 keypad,column = <7>; 120 keypad,column = <3>; 125 keypad,column = <4>; 131 keypad,column = <5>; 137 keypad,column = <6>; 143 keypad,column = <7>;
|
| H A D | s5pv210-aquila.dts | 281 keypad,column = <1>; 287 keypad,column = <2>; 293 keypad,column = <1>; 299 keypad,column = <2>; 305 keypad,column = <1>; 311 keypad,column = <2>;
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | nand_legacy.c | 251 int column, int page_addr) in nand_command() argument 260 if (column >= mtd->writesize) { in nand_command() 262 column -= mtd->writesize; in nand_command() 264 } else if (column < 256) { in nand_command() 268 column -= 256; in nand_command() 280 if (column != -1) { in nand_command() 284 column >>= 1; in nand_command() 285 chip->legacy.cmd_ctrl(chip, column, ctrl); in nand_command() 334 if (column == -1 && page_addr == -1) in nand_command() 390 int column, int page_addr) in nand_command_lp() argument [all …]
|
| H A D | mpc5121_nfc.c | 113 uint column; member 233 static void mpc5121_nfc_addr_cycle(struct mtd_info *mtd, int column, int page) in mpc5121_nfc_addr_cycle() argument 238 if (column != -1) { in mpc5121_nfc_addr_cycle() 239 mpc5121_nfc_send_addr(mtd, column); in mpc5121_nfc_addr_cycle() 241 mpc5121_nfc_send_addr(mtd, column >> 8); in mpc5121_nfc_addr_cycle() 321 int column, int page) in mpc5121_nfc_command() argument 326 prv->column = (column >= 0) ? column : 0; in mpc5121_nfc_command() 338 column = 0; in mpc5121_nfc_command() 342 prv->column += 256; in mpc5121_nfc_command() 344 column = 0; in mpc5121_nfc_command() [all …]
|
| H A D | fsl_elbc_nand.c | 56 unsigned int column; /* Saved column from SEQIN */ member 151 static void set_addr(struct mtd_info *mtd, int column, int page_addr, int oob) in set_addr() argument 170 (oob ? FPAR_LP_MS : 0) | column); in set_addr() 180 (oob ? FPAR_SP_MS : 0) | column); in set_addr() 185 elbc_fcm_ctrl->index = column; in set_addr() 307 int column, int page_addr) in fsl_elbc_cmdfunc() argument 325 column += 256; in fsl_elbc_cmdfunc() 330 " 0x%x, column: 0x%x.\n", page_addr, column); in fsl_elbc_cmdfunc() 337 elbc_fcm_ctrl->index += column; in fsl_elbc_cmdfunc() 347 column); in fsl_elbc_cmdfunc() [all …]
|
| H A D | hisi504_nand.c | 389 static void set_addr(struct mtd_info *mtd, int column, int page_addr) in set_addr() argument 400 if (column != -1) { in set_addr() 404 column >>= 1; in set_addr() 406 host->addr_value[0] = column & 0xffff; in set_addr() 424 int column, int page_addr) in hisi_nfc_cmdfunc() argument 437 host->offset = column; in hisi_nfc_cmdfunc() 439 host->offset = column + mtd->writesize; in hisi_nfc_cmdfunc() 442 set_addr(mtd, column, page_addr); in hisi_nfc_cmdfunc() 447 host->offset = column; in hisi_nfc_cmdfunc() 448 set_addr(mtd, column, page_addr); in hisi_nfc_cmdfunc() [all …]
|
| H A D | sh_flctl.c | 222 static void set_addr(struct mtd_info *mtd, int column, int page_addr) in set_addr() argument 227 if (column == -1) { in set_addr() 232 column >>= 1; in set_addr() 234 addr = column & 0x0FFF; in set_addr() 244 addr = column; in set_addr() 740 int column, int page_addr) in flctl_cmdfunc() argument 770 column >>= 1; in flctl_cmdfunc() 771 flctl->index += column; in flctl_cmdfunc() 802 set_addr(mtd, column, 0); in flctl_cmdfunc() 804 flctl->read_bytes = mtd->writesize + mtd->oobsize - column; in flctl_cmdfunc() [all …]
|
| /linux/drivers/net/ethernet/microchip/lan966x/ |
| H A D | lan966x_mac.c | 428 u32 column; in lan966x_mac_irq_process() local 440 for (column = 0; column < LAN966X_MAC_COLUMNS; ++column) { in lan966x_mac_irq_process() 445 if (!ANA_MACACCESS_VALID_GET(raw_entries[column].maca)) in lan966x_mac_irq_process() 448 lan966x_mac_process_raw_entry(&raw_entries[column], in lan966x_mac_irq_process() 459 raw_entries[column].processed = true; in lan966x_mac_irq_process() 491 for (column = 0; column < LAN966X_MAC_COLUMNS; ++column) { in lan966x_mac_irq_process() 495 if (!ANA_MACACCESS_VALID_GET(raw_entries[column].maca)) in lan966x_mac_irq_process() 499 if (raw_entries[column].processed) in lan966x_mac_irq_process() 502 lan966x_mac_process_raw_entry(&raw_entries[column], in lan966x_mac_irq_process() 533 u32 index, column; in lan966x_mac_irq_handler() local [all …]
|
| /linux/tools/perf/ui/ |
| H A D | browser.c | 668 void __ui_browser__vline(struct ui_browser *browser, unsigned int column, in __ui_browser__vline() 672 ui_browser__gotorc(browser, start, column); in __ui_browser__vline() 686 unsigned int column, in __ui_browser__line_arrow_up() 695 ui_browser__gotorc(browser, row, column); in __ui_browser__line_arrow_up() 697 ui_browser__gotorc(browser, row, column + 1); in __ui_browser__line_arrow_up() 710 ui_browser__gotorc(browser, end_row, column); in __ui_browser__line_arrow_up() 713 ui_browser__gotorc(browser, end_row, column); in __ui_browser__line_arrow_up() 716 ui_browser__gotorc(browser, end_row, column + 1); in __ui_browser__line_arrow_up() 718 ui_browser__gotorc(browser, end_row, column + 2); in __ui_browser__line_arrow_up() 726 unsigned int column, in __ui_browser__line_arrow_down() 665 __ui_browser__vline(struct ui_browser * browser,unsigned int column,u16 start,u16 end) __ui_browser__vline() argument 683 __ui_browser__line_arrow_up(struct ui_browser * browser,unsigned int column,u64 start,u64 end) __ui_browser__line_arrow_up() argument 723 __ui_browser__line_arrow_down(struct ui_browser * browser,unsigned int column,u64 start,u64 end) __ui_browser__line_arrow_down() argument 762 __ui_browser__line_arrow(struct ui_browser * browser,unsigned int column,u64 start,u64 end) __ui_browser__line_arrow() argument 771 ui_browser__mark_fused(struct ui_browser * browser,unsigned int column,unsigned int row,int diff,bool arrow_down) ui_browser__mark_fused() argument [all...] |
| H A D | browser.h | 51 void __ui_browser__line_arrow(struct ui_browser *browser, unsigned int column, 53 void ui_browser__mark_fused(struct ui_browser *browser, unsigned int column, 64 void __ui_browser__vline(struct ui_browser *browser, unsigned int column,
|
| /linux/scripts/coccinelle/misc/ |
| H A D | ifcol.cocci | 7 //# This has a high rate of false positives, because Coccinelle's column 9 //# is not visually aligned may be considered to be in the same column. 38 if (p1[0].column == p2[0].column): 47 if (p1[0].column == p2[0].column):
|
| H A D | doubleinit.cocci | 40 … int(pr[0].line) or (int(ps[0].line) == int(pr[0].line) and int(ps[0].column) < int(pr[0].column)): 52 … int(pr[0].line) or (int(ps[0].line) == int(pr[0].line) and int(ps[0].column) < int(pr[0].column)):
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | ctx_rewrite.c | 401 int column = 0; in print_match_error() 408 mark1 = column; in print_match_error() 411 ++column; in print_match_error() 414 mark1 = column; in print_match_error() 417 while (column < middle) { in print_match_error() 419 ++column; in print_match_error() 422 column += 3; in print_match_error() 427 mark2 = column; in print_match_error() 430 ++column; in print_match_error() 433 mark2 = column; in print_match_error() 402 int column = 0; print_match_error() local [all...] |
| /linux/rust/proc-macro2/ |
| H A D | location.rs | 16 pub column: usize, field 23 .then(self.column.cmp(&other.column)) in cmp()
|
| /linux/scripts/kconfig/ |
| H A D | gconf.c | 727 static gint column2index(GtkTreeViewColumn * column) in column2index() argument 735 if (col == column) in column2index() 751 GtkTreeViewColumn *column; in on_treeview2_button_press_event() local 758 gtk_tree_view_get_path_at_pos(view, tx, ty, &path, &column, NULL, NULL); in on_treeview2_button_press_event() 768 col = column2index(column); in on_treeview2_button_press_event() 1149 GtkTreeViewColumn *column; in init_left_tree() local 1168 column = gtk_tree_view_column_new(); in init_left_tree() 1169 gtk_tree_view_append_column(view, column); in init_left_tree() 1170 gtk_tree_view_column_set_title(column, "Options"); in init_left_tree() 1173 gtk_tree_view_column_pack_start(GTK_TREE_VIEW_COLUMN(column), in init_left_tree() [all …]
|
| /linux/drivers/edac/ |
| H A D | al_mc_edac.c | 65 u8 rank, u32 row, u8 bg, u8 bank, u16 column, in prepare_msg() argument 71 rank, row, bg, bank, column, syn0, syn1, syn2); in prepare_msg() 79 u16 ce_count, column; in handle_ce() local 105 column = FIELD_GET(AL_MC_ECC_CE_ADDR1_COLUMN, ecccaddr1); in handle_ce() 108 rank, row, bg, bank, column, in handle_ce() 124 u16 ue_count, column; in handle_ue() local 150 column = FIELD_GET(AL_MC_ECC_UE_ADDR1_COLUMN, eccuaddr1); in handle_ue() 153 rank, row, bg, bank, column, in handle_ue()
|
| /linux/drivers/mtd/nand/onenand/ |
| H A D | onenand_base.c | 1051 static int onenand_transfer_auto_oob(struct mtd_info *mtd, uint8_t *buf, int column, in onenand_transfer_auto_oob() argument 1059 column, thislen); in onenand_transfer_auto_oob() 1123 int read = 0, column, thislen; in onenand_mlc_read_ops_nolock() local 1150 column = from & (writesize - 1); in onenand_mlc_read_ops_nolock() 1151 if (column + thislen > writesize) in onenand_mlc_read_ops_nolock() 1152 thislen = writesize - column; in onenand_mlc_read_ops_nolock() 1167 this->read_bufferram(mtd, ONENAND_DATARAM, buf, column, thislen); in onenand_mlc_read_ops_nolock() 1224 int read = 0, column, thislen; in onenand_read_ops_nolock() local 1260 column = from & (writesize - 1); in onenand_read_ops_nolock() 1261 if (column + thislen > writesize) in onenand_read_ops_nolock() [all …]
|
| /linux/rust/proc-macro2/probe/ |
| H A D | proc_macro_span_location.rs | 21 pub fn column(this: &Span) -> usize { in column() function 22 this.column() in column()
|
| H A D | proc_macro_span.rs | 31 pub fn column(this: &Span) -> usize { in column() function 32 this.column() in column()
|
| /linux/rust/kernel/ |
| H A D | std_vendor.rs | 147 $crate::pr_info!("[{}:{}:{}]\n", ::core::file!(), ::core::line!(), ::core::column!()) 155 ::core::file!(), ::core::line!(), ::core::column!(),
|
| /linux/Documentation/devicetree/bindings/input/ |
| H A D | nvidia,tegra20-kbc.txt | 3 can be configured as row or column. The maximum column pin can be 8 12 - nvidia,kbc-col-pins: The KBC pins which are configured as column. This is an 13 array of pin numbers which is used as column.
|
| H A D | brcm,bcm-keypad.txt | 4 keypad device. The keypad controller supports multiple row and column lines. 5 A key can be placed at each intersection of a unique row and a unique column. 26 - keypad,num-columns: Number of column lines connected to the 52 column is being used as output. If specified the row is being used 53 as the output. Else defaults to column.
|
| /linux/drivers/tty/ |
| H A D | n_tty.c | 118 unsigned int column; member 413 ldata->column = 0; in do_output_char() 417 ldata->canon_column = ldata->column = 0; in do_output_char() 421 ldata->canon_column = ldata->column; in do_output_char() 424 if (O_ONOCR(tty) && ldata->column == 0) in do_output_char() 429 ldata->canon_column = ldata->column = 0; in do_output_char() 432 ldata->canon_column = ldata->column = 0; in do_output_char() 435 spaces = 8 - (ldata->column & 7); in do_output_char() 439 ldata->column += spaces; in do_output_char() 443 ldata->column += spaces; in do_output_char() [all …]
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-diff.txt | 45 of the Baseline/Delta column. See --percentage for more info. 51 of the Baseline/Delta column. See --percentage for more info. 57 of the Baseline/Delta column. See --percentage for more info. 116 Specify compute sorting column number. 0 means sorting by baseline 117 overhead and 1 (default) means sorting by computed value of column 1 200 baseline entry, are displayed with empty space within baseline column 201 and possible computation results (delta) in their related column. 249 If specified the 'Delta' column is displayed with value 'd' computed as: 270 If specified the 'Ratio' column is displayed with value 'r' computed as: 282 If specified the 'Weighted diff' column i [all...] |