/Linux-v4.19/arch/arm/boot/dts/ |
D | exynos4412-smdk4412.dts | 54 keypad,column = <3>; 60 keypad,column = <4>; 66 keypad,column = <5>; 72 keypad,column = <6>; 78 keypad,column = <7>; 84 keypad,column = <6>; 90 keypad,column = <7>; 96 keypad,column = <5>; 102 keypad,column = <5>; 108 keypad,column = <7>;
|
D | exynos4210-smdkv310.dts | 75 keypad,column = <3>; 81 keypad,column = <4>; 87 keypad,column = <5>; 93 keypad,column = <6>; 99 keypad,column = <7>; 105 keypad,column = <3>; 111 keypad,column = <4>; 117 keypad,column = <5>; 123 keypad,column = <6>; 129 keypad,column = <7>;
|
D | s5pv210-smdkv210.dts | 73 keypad,column = <3>; 79 keypad,column = <4>; 85 keypad,column = <5>; 91 keypad,column = <6>; 98 keypad,column = <7>; 104 keypad,column = <3>; 109 keypad,column = <4>; 115 keypad,column = <5>; 121 keypad,column = <6>; 127 keypad,column = <7>;
|
/Linux-v4.19/tools/perf/ui/ |
D | browser.c | 648 void __ui_browser__vline(struct ui_browser *browser, unsigned int column, in __ui_browser__vline() argument 652 ui_browser__gotorc(browser, start, column); in __ui_browser__vline() 666 unsigned int column, in __ui_browser__line_arrow_up() argument 675 ui_browser__gotorc(browser, row, column); in __ui_browser__line_arrow_up() 677 ui_browser__gotorc(browser, row, column + 1); in __ui_browser__line_arrow_up() 690 ui_browser__gotorc(browser, end_row, column); in __ui_browser__line_arrow_up() 693 ui_browser__gotorc(browser, end_row, column); in __ui_browser__line_arrow_up() 696 ui_browser__gotorc(browser, end_row, column + 1); in __ui_browser__line_arrow_up() 698 ui_browser__gotorc(browser, end_row, column + 2); in __ui_browser__line_arrow_up() 706 unsigned int column, in __ui_browser__line_arrow_down() argument [all …]
|
D | browser.h | 49 void __ui_browser__line_arrow(struct ui_browser *browser, unsigned int column, 51 void ui_browser__mark_fused(struct ui_browser *browser, unsigned int column, 62 void __ui_browser__vline(struct ui_browser *browser, unsigned int column,
|
/Linux-v4.19/drivers/mtd/nand/raw/ |
D | mpc5121_nfc.c | 125 uint column; member 245 static void mpc5121_nfc_addr_cycle(struct mtd_info *mtd, int column, int page) in mpc5121_nfc_addr_cycle() argument 250 if (column != -1) { in mpc5121_nfc_addr_cycle() 251 mpc5121_nfc_send_addr(mtd, column); in mpc5121_nfc_addr_cycle() 253 mpc5121_nfc_send_addr(mtd, column >> 8); in mpc5121_nfc_addr_cycle() 332 int column, int page) in mpc5121_nfc_command() argument 337 prv->column = (column >= 0) ? column : 0; in mpc5121_nfc_command() 349 column = 0; in mpc5121_nfc_command() 353 prv->column += 256; in mpc5121_nfc_command() 355 column = 0; in mpc5121_nfc_command() [all …]
|
D | fsl_elbc_nand.c | 70 unsigned int column; /* Saved column from SEQIN */ member 165 static void set_addr(struct mtd_info *mtd, int column, int page_addr, int oob) in set_addr() argument 184 (oob ? FPAR_LP_MS : 0) | column); in set_addr() 194 (oob ? FPAR_SP_MS : 0) | column); in set_addr() 199 elbc_fcm_ctrl->index = column; in set_addr() 321 int column, int page_addr) in fsl_elbc_cmdfunc() argument 339 column += 256; in fsl_elbc_cmdfunc() 345 " 0x%x, column: 0x%x.\n", page_addr, column); in fsl_elbc_cmdfunc() 352 elbc_fcm_ctrl->index += column; in fsl_elbc_cmdfunc() 362 " 0x%x, column: 0x%x.\n", page_addr, column); in fsl_elbc_cmdfunc() [all …]
|
D | nuc900_nand.c | 133 int column, int page_addr) in nuc900_nand_command_lp() argument 139 column += mtd->writesize; in nuc900_nand_command_lp() 145 if (column != -1 || page_addr != -1) { in nuc900_nand_command_lp() 147 if (column != -1) { in nuc900_nand_command_lp() 150 column >>= 1; in nuc900_nand_command_lp() 151 write_addr_reg(nand, column); in nuc900_nand_command_lp() 152 write_addr_reg(nand, column >> 8 | ENDADDR); in nuc900_nand_command_lp()
|
D | au1550nd.c | 265 static void au1550_command(struct mtd_info *mtd, unsigned command, int column, int page_addr) in au1550_command() argument 281 if (column >= mtd->writesize) { in au1550_command() 283 column -= mtd->writesize; in au1550_command() 285 } else if (column < 256) { in au1550_command() 289 column -= 256; in au1550_command() 299 if (column != -1 || page_addr != -1) { in au1550_command() 303 if (column != -1) { in au1550_command() 307 column >>= 1; in au1550_command() 308 ctx->write_byte(mtd, column); in au1550_command()
|
D | hisi504_nand.c | 411 static void set_addr(struct mtd_info *mtd, int column, int page_addr) in set_addr() argument 422 if (column != -1) { in set_addr() 426 column >>= 1; in set_addr() 428 host->addr_value[0] = column & 0xffff; in set_addr() 445 static void hisi_nfc_cmdfunc(struct mtd_info *mtd, unsigned command, int column, in hisi_nfc_cmdfunc() argument 459 host->offset = column; in hisi_nfc_cmdfunc() 461 host->offset = column + mtd->writesize; in hisi_nfc_cmdfunc() 464 set_addr(mtd, column, page_addr); in hisi_nfc_cmdfunc() 469 host->offset = column; in hisi_nfc_cmdfunc() 470 set_addr(mtd, column, page_addr); in hisi_nfc_cmdfunc() [all …]
|
D | fsl_ifc_nand.c | 60 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 162 ifc_out32((oob ? IFC_NAND_COL_MS : 0) | column, &ifc->ifc_nand.col0); in set_addr() 167 ifc_nand_ctrl->index = column; in set_addr() 304 int column, int page_addr) { in fsl_ifc_cmdfunc() argument 322 ifc_nand_ctrl->index += column; in fsl_ifc_cmdfunc() 333 ifc_out32(mtd->oobsize - column, &ifc->ifc_nand.nand_fbcr); in fsl_ifc_cmdfunc() 334 set_addr(mtd, column, page_addr, 1); in fsl_ifc_cmdfunc() 362 ifc_out32(column, &ifc->ifc_nand.row3); in fsl_ifc_cmdfunc() 396 ifc_nand_ctrl->column = column; in fsl_ifc_cmdfunc() [all …]
|
D | sh_flctl.c | 238 static void set_addr(struct mtd_info *mtd, int column, int page_addr) in set_addr() argument 243 if (column == -1) { in set_addr() 248 column >>= 1; in set_addr() 250 addr = column & 0x0FFF; in set_addr() 260 addr = column; in set_addr() 751 int column, int page_addr) in flctl_cmdfunc() argument 780 column >>= 1; in flctl_cmdfunc() 781 flctl->index += column; in flctl_cmdfunc() 812 set_addr(mtd, column, 0); in flctl_cmdfunc() 814 flctl->read_bytes = mtd->writesize + mtd->oobsize - column; in flctl_cmdfunc() [all …]
|
/Linux-v4.19/scripts/kconfig/ |
D | gconf.c | 228 GtkTreeViewColumn *column; in init_left_tree() local 234 column = gtk_tree_view_column_new(); in init_left_tree() 235 gtk_tree_view_append_column(view, column); in init_left_tree() 236 gtk_tree_view_column_set_title(column, "Options"); in init_left_tree() 239 gtk_tree_view_column_pack_start(GTK_TREE_VIEW_COLUMN(column), in init_left_tree() 241 gtk_tree_view_column_set_attributes(GTK_TREE_VIEW_COLUMN(column), in init_left_tree() 248 gtk_tree_view_column_pack_start(GTK_TREE_VIEW_COLUMN(column), in init_left_tree() 250 gtk_tree_view_column_set_attributes(GTK_TREE_VIEW_COLUMN(column), in init_left_tree() 270 GtkTreeViewColumn *column; in init_right_tree() local 277 column = gtk_tree_view_column_new(); in init_right_tree() [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/input/ |
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>;
|
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
|
D | matrix-keymap.txt | 7 of row, column and linux key-code. The 32-bit big endian cell is packed 9 row << 24 | column << 16 | key-code 15 - keypad,num-columns: Number of column lines connected to the keypad
|
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.
|
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-v4.19/scripts/coccinelle/misc/ |
D | ifcol.cocci | 6 //# This has a high rate of false positives, because Coccinelle's column 8 //# is not visually aligned may be considered to be in the same column. 37 if (p1[0].column == p2[0].column): 46 if (p1[0].column == p2[0].column):
|
D | doubleinit.cocci | 39 … int(pr[0].line) or (int(ps[0].line) == int(pr[0].line) and int(ps[0].column) < int(pr[0].column)): 51 … int(pr[0].line) or (int(ps[0].line) == int(pr[0].line) and int(ps[0].column) < int(pr[0].column)):
|
/Linux-v4.19/drivers/mtd/nand/onenand/ |
D | onenand_base.c | 1054 static int onenand_transfer_auto_oob(struct mtd_info *mtd, uint8_t *buf, int column, in onenand_transfer_auto_oob() argument 1063 column, thislen); in onenand_transfer_auto_oob() 1131 int read = 0, column, thislen; in onenand_mlc_read_ops_nolock() local 1158 column = from & (writesize - 1); in onenand_mlc_read_ops_nolock() 1159 if (column + thislen > writesize) in onenand_mlc_read_ops_nolock() 1160 thislen = writesize - column; in onenand_mlc_read_ops_nolock() 1175 this->read_bufferram(mtd, ONENAND_DATARAM, buf, column, thislen); in onenand_mlc_read_ops_nolock() 1232 int read = 0, column, thislen; in onenand_read_ops_nolock() local 1268 column = from & (writesize - 1); in onenand_read_ops_nolock() 1269 if (column + thislen > writesize) in onenand_read_ops_nolock() [all …]
|
/Linux-v4.19/tools/perf/scripts/python/ |
D | call-graph-from-sql.py | 215 def columnHeader(self, column): argument 217 return headers[column] 219 def getData(self, column): argument 220 return self.data[column] 256 def index(self, row, column, parent): argument 262 return self.createIndex(row, column, child_item) 266 if index.column() > 1: 271 return index_item.getData(index.column())
|
/Linux-v4.19/tools/perf/Documentation/ |
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. 107 Specify compute sorting column number. 0 means sorting by baseline 108 overhead and 1 (default) means sorting by computed value of column 1 129 baseline entry, are displayed with empty space within baseline column 130 and possible computation results (delta) in their related column. 178 If specified the 'Delta' column is displayed with value 'd' computed as: 199 If specified the 'Ratio' column is displayed with value 'r' computed as: 211 If specified the 'Weighted diff' column is displayed with value 'd' computed as:
|
/Linux-v4.19/drivers/tty/ |
D | n_tty.c | 119 unsigned int column; member 427 ldata->column = 0; in do_output_char() 431 ldata->canon_column = ldata->column = 0; in do_output_char() 435 ldata->canon_column = ldata->column; in do_output_char() 438 if (O_ONOCR(tty) && ldata->column == 0) in do_output_char() 443 ldata->canon_column = ldata->column = 0; in do_output_char() 446 ldata->canon_column = ldata->column = 0; in do_output_char() 449 spaces = 8 - (ldata->column & 7); in do_output_char() 453 ldata->column += spaces; in do_output_char() 457 ldata->column += spaces; in do_output_char() [all …]
|
/Linux-v4.19/drivers/staging/mt29f_spinand/ |
D | mt29f_spinand.c | 338 u16 column; in spinand_read_from_cache() local 340 column = byte_id; in spinand_read_from_cache() 343 cmd.addr[0] = (u8)((column & 0xff00) >> 8); in spinand_read_from_cache() 345 cmd.addr[1] = (u8)(column & 0x00ff); in spinand_read_from_cache() 437 u16 column; in spinand_program_data_to_cache() local 439 column = byte_id; in spinand_program_data_to_cache() 442 cmd.addr[0] = (u8)((column & 0xff00) >> 8); in spinand_program_data_to_cache() 444 cmd.addr[1] = (u8)(column & 0x00ff); in spinand_program_data_to_cache() 763 int column, int page) in spinand_cmdfunc() argument 784 state->buf_ptr = column; in spinand_cmdfunc() [all …]
|