/linux/drivers/mtd/nand/raw/ |
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() 390 int column, int page_addr) in nand_command_lp() argument 396 column += mtd->writesize; in nand_command_lp() 409 if (column != -1) { in nand_command_lp() [all …]
|
A D | mpc5121_nfc.c | 113 uint column; member 238 if (column != -1) { in mpc5121_nfc_addr_cycle() 327 prv->column = (column >= 0) ? column : 0; in mpc5121_nfc_command() 339 column = 0; in mpc5121_nfc_command() 343 prv->column += 256; in mpc5121_nfc_command() 345 column = 0; in mpc5121_nfc_command() 351 column = 0; in mpc5121_nfc_command() 356 column = 0; in mpc5121_nfc_command() 386 prv->column = 1; in mpc5121_nfc_command() 388 prv->column = 0; in mpc5121_nfc_command() [all …]
|
A D | fsl_elbc_nand.c | 185 elbc_fcm_ctrl->index = column; in set_addr() 325 column += 256; in fsl_elbc_cmdfunc() 337 elbc_fcm_ctrl->index += column; in fsl_elbc_cmdfunc() 347 column); in fsl_elbc_cmdfunc() 349 elbc_fcm_ctrl->index = column; in fsl_elbc_cmdfunc() 382 elbc_fcm_ctrl->mdr = column; in fsl_elbc_cmdfunc() 424 page_addr, column); in fsl_elbc_cmdfunc() 426 elbc_fcm_ctrl->column = column; in fsl_elbc_cmdfunc() 429 if (column >= mtd->writesize) { in fsl_elbc_cmdfunc() 431 column -= mtd->writesize; in fsl_elbc_cmdfunc() [all …]
|
A D | hisi504_nand.c | 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() 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() 452 set_addr(mtd, column, page_addr); in hisi_nfc_cmdfunc() 464 host->offset = column; in hisi_nfc_cmdfunc() [all …]
|
A D | sh_flctl.c | 228 if (column == -1) { in set_addr() 233 column >>= 1; in set_addr() 235 addr = column & 0x0FFF; in set_addr() 245 addr = column; in set_addr() 739 int column, int page_addr) in flctl_cmdfunc() argument 769 column >>= 1; in flctl_cmdfunc() 770 flctl->index += column; in flctl_cmdfunc() 801 set_addr(mtd, column, 0); in flctl_cmdfunc() 811 column <<= 1; in flctl_cmdfunc() 812 set_addr(mtd, column, 0); in flctl_cmdfunc() [all …]
|
A D | fsl_ifc_nand.c | 47 unsigned int column; /* Saved column from SEQIN */ member 154 ifc_nand_ctrl->index = column; in set_addr() 291 int column, int page_addr) { in fsl_ifc_cmdfunc() argument 309 ifc_nand_ctrl->index += column; in fsl_ifc_cmdfunc() 321 set_addr(mtd, column, page_addr, 1); in fsl_ifc_cmdfunc() 349 ifc_out32(column, &ifc->ifc_nand.row3); in fsl_ifc_cmdfunc() 383 ifc_nand_ctrl->column = column; in fsl_ifc_cmdfunc() 426 if (column >= mtd->writesize) in fsl_ifc_cmdfunc() 434 if (column >= mtd->writesize) { in fsl_ifc_cmdfunc() 436 column -= mtd->writesize; in fsl_ifc_cmdfunc() [all …]
|
/linux/tools/perf/ui/ |
A D | browser.c | 657 ui_browser__gotorc(browser, start, column); in __ui_browser__vline() 671 unsigned int column, in __ui_browser__line_arrow_up() argument 680 ui_browser__gotorc(browser, row, column); in __ui_browser__line_arrow_up() 682 ui_browser__gotorc(browser, row, column + 1); in __ui_browser__line_arrow_up() 695 ui_browser__gotorc(browser, end_row, column); in __ui_browser__line_arrow_up() 698 ui_browser__gotorc(browser, end_row, column); in __ui_browser__line_arrow_up() 711 unsigned int column, in __ui_browser__line_arrow_down() argument 720 ui_browser__gotorc(browser, row, column); in __ui_browser__line_arrow_down() 722 ui_browser__gotorc(browser, row, column + 1); in __ui_browser__line_arrow_down() 735 ui_browser__gotorc(browser, row, column); in __ui_browser__line_arrow_down() [all …]
|
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/arch/arm/boot/dts/ |
A D | exynos4412-smdk4412.dts | 76 keypad,column = <3>; 82 keypad,column = <4>; 88 keypad,column = <5>; 94 keypad,column = <6>; 100 keypad,column = <7>; 106 keypad,column = <6>; 112 keypad,column = <7>; 118 keypad,column = <5>; 124 keypad,column = <5>; 130 keypad,column = <7>;
|
A D | exynos4210-smdkv310.dts | 95 keypad,column = <3>; 101 keypad,column = <4>; 107 keypad,column = <5>; 113 keypad,column = <6>; 119 keypad,column = <7>; 125 keypad,column = <3>; 131 keypad,column = <4>; 137 keypad,column = <5>; 143 keypad,column = <6>; 149 keypad,column = <7>;
|
A D | s5pv210-smdkv210.dts | 81 keypad,column = <3>; 87 keypad,column = <4>; 93 keypad,column = <5>; 99 keypad,column = <6>; 106 keypad,column = <7>; 112 keypad,column = <3>; 117 keypad,column = <4>; 123 keypad,column = <5>; 129 keypad,column = <6>; 135 keypad,column = <7>;
|
A D | s5pv210-aquila.dts | 282 keypad,column = <1>; 288 keypad,column = <2>; 294 keypad,column = <1>; 300 keypad,column = <2>; 306 keypad,column = <1>; 312 keypad,column = <2>;
|
/linux/scripts/kconfig/ |
A D | gconf.c | 223 GtkTreeViewColumn *column; in init_left_tree() local 229 column = gtk_tree_view_column_new(); in init_left_tree() 230 gtk_tree_view_append_column(view, column); in init_left_tree() 265 GtkTreeViewColumn *column; in init_right_tree() local 272 column = gtk_tree_view_column_new(); in init_right_tree() 273 gtk_tree_view_append_column(view, column); in init_right_tree() 866 if (col == column) in column2index() 881 GtkTreeViewColumn *column; in on_treeview2_button_press_event() local 903 col = column2index(column); in on_treeview2_button_press_event() 938 GtkTreeViewColumn *column; in on_treeview2_key_press_event() local [all …]
|
/linux/Documentation/devicetree/bindings/input/ |
A D | samsung-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. 25 - samsung,keypad-num-columns: Number of column lines connected to the 32 - keypad,column: the column number to which the key is connected. 62 keypad,column = <3>; 68 keypad,column = <4>; 74 keypad,column = <5>;
|
A D | gpio-matrix-keypad.txt | 4 The matrix keypad supports multiple row and column lines, a key can be 5 placed at each intersection of a unique row and a unique column. The matrix 14 - col-gpios: List of gpios used as column lines. The gpio specifier 16 which these column lines are connected. 26 before we can scan keypad after activating column gpio
|
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.
|
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.
|
A D | matrix-keymap.yaml | 27 column and linux key-code. The 32-bit big endian cell is packed as: 28 row << 24 | column << 16 | key-code 36 description: Number of column lines connected to the keypad controller.
|
/linux/scripts/coccinelle/misc/ |
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):
|
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/drivers/mtd/nand/onenand/ |
A D | onenand_base.c | 1059 column, thislen); in onenand_transfer_auto_oob() 1309 column = 0; in onenand_read_ops_nolock() 1416 column = 0; in onenand_read_oob_nolock() 1583 column = 0; in onenand_bbt_read_oob() 1634 int thislen, column; in onenand_verify() local 1659 column = 0; in onenand_verify() 1699 int column, subpage; in onenand_panic_write() local 1754 column = 0; in onenand_panic_write() 1938 column = 0; in onenand_write_ops_nolock() 2060 column = 0; in onenand_write_oob_nolock() [all …]
|
/linux/drivers/edac/ |
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/tty/ |
A D | n_tty.c | 122 unsigned int column; member 439 ldata->column = 0; in do_output_char() 473 ldata->column--; in do_output_char() 480 ldata->column++; in do_output_char() 563 ldata->column = 0; in process_output_block() 579 ldata->column--; in process_output_block() 586 ldata->column++; in process_output_block() 683 ldata->column--; in __process_echoes() 695 ldata->column--; in __process_echoes() 706 ldata->column++; in __process_echoes() [all …]
|
/linux/tools/perf/Documentation/ |
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. 113 Specify compute sorting column number. 0 means sorting by baseline 114 overhead and 1 (default) means sorting by computed value of column 1 197 baseline entry, are displayed with empty space within baseline column 198 and possible computation results (delta) in their related column. 246 If specified the 'Delta' column is displayed with value 'd' computed as: 267 If specified the 'Ratio' column is displayed with value 'r' computed as: 279 If specified the 'Weighted diff' column is displayed with value 'd' computed as: [all …]
|
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
A D | rs.c | 1223 switch (column->mode) { in rs_get_max_allowed_rate() 1245 column->mode != RS_SISO && in rs_get_expected_tpt_table() 1246 column->mode != RS_MIMO2)) in rs_get_expected_tpt_table() 1250 if (column->mode == RS_LEGACY) in rs_get_expected_tpt_table() 1257 if (column->mode == RS_SISO) { in rs_get_expected_tpt_table() 1309 const struct rs_tx_column *column = &rs_tx_columns[tbl->column]; in rs_set_expected_tpt_table() local 1687 rate->sgi = column->sgi; in rs_switch_to_column() 1688 rate->ant = column->ant; in rs_switch_to_column() 1690 if (column->mode == RS_LEGACY) { in rs_switch_to_column() 1714 search_tbl->column = col_id; in rs_switch_to_column() [all …]
|