/Linux-v6.1/drivers/media/i2c/ |
D | vs6624_regs.h | 208 #define VS6624_RYM0_W00_MSB 0x2183 /* row 0 column 0 of YUV matrix MSB */ 209 #define VS6624_RYM0_W00_LSB 0x2184 /* row 0 column 0 of YUV matrix LSB */ 210 #define VS6624_RYM0_W01_MSB 0x2187 /* row 0 column 1 of YUV matrix MSB */ 211 #define VS6624_RYM0_W01_LSB 0x2188 /* row 0 column 1 of YUV matrix LSB */ 212 #define VS6624_RYM0_W02_MSB 0x218C /* row 0 column 2 of YUV matrix MSB */ 213 #define VS6624_RYM0_W02_LSB 0x218D /* row 0 column 2 of YUV matrix LSB */ 214 #define VS6624_RYM0_W10_MSB 0x2190 /* row 1 column 0 of YUV matrix MSB */ 215 #define VS6624_RYM0_W10_LSB 0x218F /* row 1 column 0 of YUV matrix LSB */ 216 #define VS6624_RYM0_W11_MSB 0x2193 /* row 1 column 1 of YUV matrix MSB */ 217 #define VS6624_RYM0_W11_LSB 0x2194 /* row 1 column 1 of YUV matrix LSB */ [all …]
|
/Linux-v6.1/tools/perf/pmu-events/arch/s390/cf_z13/ |
D | extended.json | 167 "BriefDescription": "L1D Off-Drawer Same-Column L4 Sourced Writes", 168 … directory where the returned cache line was sourced from an Off-Drawer Same-Column Level-4 cache." 174 "BriefDescription": "L1D Off-Drawer Same-Column L3 Sourced Writes with Intervention", 175 …ectory where the returned cache line was sourced from an Off-Drawer Same-Column Level-3 cache with… 181 "BriefDescription": "L1D Off-Drawer Same-Column L3 Sourced Writes", 182 …ectory where the returned cache line was sourced from an Off-Drawer Same-Column Level-3 cache with… 188 "BriefDescription": "L1D Off-Drawer Far-Column L3 Sourced Writes", 189 …e directory where the returned cache line was sourced from an Off-Drawer Far-Column Level-4 cache." 195 "BriefDescription": "L1D Off-Drawer Far-Column L3 Sourced Writes with Intervention", 196 …rectory where the returned cache line was sourced from an Off-Drawer Far-Column Level-3 cache with… [all …]
|
/Linux-v6.1/drivers/net/ethernet/microchip/lan966x/ |
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-v6.1/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 | 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 29 - col-debounce-filter-period: The debounce period for the Column filter. 52 column is being used as output. If specified the row is being used 53 as the output. Else defaults to column.
|
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.
|
/Linux-v6.1/arch/arm/boot/dts/ |
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>;
|
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>;
|
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>;
|
/Linux-v6.1/tools/perf/ui/ |
D | browser.c | 653 void __ui_browser__vline(struct ui_browser *browser, unsigned int column, in __ui_browser__vline() argument 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() 701 ui_browser__gotorc(browser, end_row, column + 1); in __ui_browser__line_arrow_up() 703 ui_browser__gotorc(browser, end_row, column + 2); in __ui_browser__line_arrow_up() 711 unsigned int column, in __ui_browser__line_arrow_down() argument [all …]
|
/Linux-v6.1/scripts/kconfig/ |
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() 231 gtk_tree_view_column_set_title(column, "Options"); in init_left_tree() 234 gtk_tree_view_column_pack_start(GTK_TREE_VIEW_COLUMN(column), in init_left_tree() 236 gtk_tree_view_column_set_attributes(GTK_TREE_VIEW_COLUMN(column), in init_left_tree() 243 gtk_tree_view_column_pack_start(GTK_TREE_VIEW_COLUMN(column), in init_left_tree() 245 gtk_tree_view_column_set_attributes(GTK_TREE_VIEW_COLUMN(column), in init_left_tree() 265 GtkTreeViewColumn *column; in init_right_tree() local 272 column = gtk_tree_view_column_new(); in init_right_tree() [all …]
|
/Linux-v6.1/scripts/coccinelle/misc/ |
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):
|
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-v6.1/drivers/mtd/nand/raw/ |
D | nand_legacy.c | 244 * @column: the column address for this command, -1 if none 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() [all …]
|
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() 346 "fsl_elbc_cmdfunc: NAND_CMD_RNDOUT, column: 0x%x.\n", in fsl_elbc_cmdfunc() [all …]
|
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 …]
|
/Linux-v6.1/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. 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-v6.1/tools/power/x86/turbostat/ |
D | turbostat.8 | 29 \fB--add attributes\fP add column with counter having specified 'attributes'. The 'location' attri… 52 as the column header. 57 \fB--hide column\fP do not show the specified built-in columns. May be invoked multiple times, or … 59 \fB--enable column\fP show the specified built-in columns, which are otherwise disabled, by default… 60 The column name "all" can be used to enable all disabled-by-default built-in counters. 62 \fB--show column\fP show only the specified built-in columns. May be invoked multiple times, or wi… 81 \fB--list\fP display column header names available for use by --show and --hide, then exit. 93 …column (below). The second row of statistics is the system summary line. The system summary line… 94 .SH COLUMN DESCRIPTIONS 98 … when the counters ending the measurement interval were collected. This column is disabled by def… [all …]
|
/Linux-v6.1/drivers/edac/ |
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-v6.1/tools/perf/ui/gtk/ |
D | hists.c | 330 * XXX no way to determine where symcol column is.. in perf_gtk__show_hists() 331 * Just use last column for now. in perf_gtk__show_hists() 343 GtkTreeViewColumn *column; in perf_gtk__show_hists() local 345 column = gtk_tree_view_get_column(GTK_TREE_VIEW(view), col_idx); in perf_gtk__show_hists() 346 gtk_tree_view_column_set_resizable(column, TRUE); in perf_gtk__show_hists() 350 column); in perf_gtk__show_hists() 541 /* construct merged column header since sort keys share single column */ in perf_gtk__show_hierarchy() 569 GtkTreeViewColumn *column; in perf_gtk__show_hierarchy() local 571 column = gtk_tree_view_get_column(GTK_TREE_VIEW(view), col_idx); in perf_gtk__show_hierarchy() 572 gtk_tree_view_column_set_resizable(column, TRUE); in perf_gtk__show_hierarchy() [all …]
|
/Linux-v6.1/drivers/tty/ |
D | n_tty.c | 125 unsigned int column; member 421 * Locking: should be called under the %output_lock to protect the column state 435 ldata->column = 0; in do_output_char() 439 ldata->canon_column = ldata->column = 0; in do_output_char() 443 ldata->canon_column = ldata->column; in do_output_char() 446 if (O_ONOCR(tty) && ldata->column == 0) in do_output_char() 451 ldata->canon_column = ldata->column = 0; in do_output_char() 454 ldata->canon_column = ldata->column = 0; in do_output_char() 457 spaces = 8 - (ldata->column & 7); in do_output_char() 461 ldata->column += spaces; in do_output_char() [all …]
|
/Linux-v6.1/drivers/media/usb/gspca/stv06xx/ |
D | stv06xx_hdcs.h | 62 /* First Window Column Register */ 66 /* Last Window Column Register */ 70 /* PGA Gain Register: Even Row, Even Column */ 72 /* PGA Gain Register: Even Row, Odd Column */ 74 /* PGA Gain Register: Odd Row, Even Column */ 76 /* PGA Gain Register: Odd Row, Odd Column */
|
/Linux-v6.1/drivers/mtd/nand/raw/bcm47xxnflash/ |
D | ops_bcm4706.c | 23 #define NCTL_COL 0x00020000 /* Update column with value from BCMA_CC_NFLASH_COL_ADDR */ 97 /* Don't validate column using nand_chip->page_shift, it may be bigger in bcm47xxnflash_ops_bcm4706_read() 104 /* Set page and column */ in bcm47xxnflash_ops_bcm4706_read() 147 /* Don't validate column using nand_chip->page_shift, it may be bigger in bcm47xxnflash_ops_bcm4706_write() 205 * Setting column and page is also handled differently, we use a special 210 unsigned command, int column, in bcm47xxnflash_ops_bcm4706_cmdfunc() argument 219 if (column != -1) in bcm47xxnflash_ops_bcm4706_cmdfunc() 220 b47n->curr_column = column; in bcm47xxnflash_ops_bcm4706_cmdfunc() 281 /* Set page and column */ in bcm47xxnflash_ops_bcm4706_cmdfunc()
|
/Linux-v6.1/arch/arm/mach-pxa/ |
D | corgi.c | 108 GPIO66_GPIO | MFP_LPM_DRIVE_HIGH, /* column 0 */ 109 GPIO67_GPIO | MFP_LPM_DRIVE_HIGH, /* column 1 */ 110 GPIO68_GPIO | MFP_LPM_DRIVE_HIGH, /* column 2 */ 111 GPIO69_GPIO | MFP_LPM_DRIVE_HIGH, /* column 3 */ 112 GPIO70_GPIO | MFP_LPM_DRIVE_HIGH, /* column 4 */ 113 GPIO71_GPIO | MFP_LPM_DRIVE_HIGH, /* column 5 */ 114 GPIO72_GPIO | MFP_LPM_DRIVE_HIGH, /* column 6 */ 115 GPIO73_GPIO | MFP_LPM_DRIVE_HIGH, /* column 7 */ 116 GPIO74_GPIO | MFP_LPM_DRIVE_HIGH, /* column 8 */ 117 GPIO75_GPIO | MFP_LPM_DRIVE_HIGH, /* column 9 */ [all …]
|