/Linux-v6.6/Documentation/userspace-api/media/rc/ |
D | rc-tables.rst | 36 - .. row 1 44 - .. row 2 48 - .. row 3 56 - .. row 4 64 - .. row 5 72 - .. row 6 80 - .. row 7 88 - .. row 8 96 - .. row 9 104 - .. row 10 [all …]
|
/Linux-v6.6/drivers/net/ethernet/aquantia/atlantic/macsec/ |
D | macsec_api.h | 48 /*! Read the raw table data from the specified row of the Egress CTL 50 * rec - [OUT] The raw table row data will be unpacked into the fields of rec. 51 * table_index - The table row to read (max 23). 58 * specified row of the Egress CTL Filter table. 59 * rec - [IN] The bitfield values to write to the table row. 60 * table_index - The table row to write(max 23). 66 /*! Read the raw table data from the specified row of the Egress 68 * rec - [OUT] The raw table row data will be unpacked into the fields of rec. 69 * table_index - The table row to read (max 47). 76 * specified row of the Egress Packet Classifier table. [all …]
|
/Linux-v6.6/tools/perf/scripts/python/ |
D | event_analyzing_sample.py | 137 for row in commq: 138 print("%16s %8d %s" % (row[0], row[1], num2sym(row[1]))) 143 for row in symbolq: 144 print("%32s %8d %s" % (row[0], row[1], num2sym(row[1]))) 149 for row in dsoq: 150 print("%40s %8d %s" % (row[0], row[1], num2sym(row[1]))) 170 for row in commq: 171 print("%16s %8d %s" % (row[0], row[1], num2sym(row[1]))) 176 for row in symbolq: 177 print("%32s %8d %s" % (row[0], row[1], num2sym(row[1]))) [all …]
|
/Linux-v6.6/tools/perf/ui/ |
D | browser.c | 171 int row = 0; in ui_browser__rb_tree_refresh() local 179 ui_browser__gotorc(browser, row, 0); in ui_browser__rb_tree_refresh() 180 browser->write(browser, nd, row); in ui_browser__rb_tree_refresh() 181 if (++row == browser->rows) in ui_browser__rb_tree_refresh() 186 return row; in ui_browser__rb_tree_refresh() 189 bool ui_browser__is_current_entry(struct ui_browser *browser, unsigned row) in ui_browser__is_current_entry() argument 191 return browser->top_idx + row == browser->index; in ui_browser__is_current_entry() 314 row = 0; in ui_browser__scrollbar_set() local 324 ui_browser__gotorc(browser, row++, col); in ui_browser__scrollbar_set() 334 int row; in __ui_browser__refresh() local [all …]
|
/Linux-v6.6/tools/testing/selftests/bpf/progs/ |
D | iters.c | 392 int sum, row, col; in iter_nested_iters() local 396 bpf_for(row, 0, ARRAY_SIZE(arr2d)) { in iter_nested_iters() 398 arr2d[row][col] = row * col; in iter_nested_iters() 404 bpf_for(row, 0, ARRAY_SIZE(arr2d)) { in iter_nested_iters() 405 arr2d_row_sums[row] = 0; in iter_nested_iters() 412 bpf_for(row, 0, ARRAY_SIZE(arr2d)) { in iter_nested_iters() 414 sum += arr2d[row][col]; in iter_nested_iters() 415 arr2d_row_sums[row] += arr2d[row][col]; in iter_nested_iters() 416 arr2d_col_sums[col] += arr2d[row][col]; in iter_nested_iters() 421 bpf_for(row, 0, ARRAY_SIZE(arr2d)) { in iter_nested_iters() [all …]
|
/Linux-v6.6/scripts/kconfig/ |
D | gconf.c | 70 static void set_node(GtkTreeIter * node, struct menu *menu, gchar ** row); 973 /* Row selection changed: update help */ 1029 /* Fill a row of strings */ 1032 static gchar *row[COL_NUMBER]; in fill_row() local 1041 g_free(row[i]); in fill_row() 1042 bzero(row, sizeof(row)); in fill_row() 1046 row[COL_OPTION] = in fill_row() 1054 row[COL_COLOR] = g_strdup("DarkGray"); in fill_row() 1057 row[COL_COLOR] = g_strdup("DarkGray"); in fill_row() 1059 row[COL_COLOR] = g_strdup("Black"); in fill_row() [all …]
|
/Linux-v6.6/Documentation/sphinx/ |
D | rstFlatTable.py | 20 * *row-span*: with the role ``rspan`` a cell can be extended through 23 * *auto span* rightmost cell of a table row over the missing cells on the 24 right side of that table-row. With Option ``:fill-cells:`` this behavior 178 for row in self.rows[:header_rows]: 179 thead += self.buildTableRowNode(row) 184 for row in self.rows[header_rows:]: 185 tbody += self.buildTableRowNode(row) 190 row = nodes.row() 203 row += entry 204 return row [all …]
|
/Linux-v6.6/Documentation/userspace-api/media/dvb/ |
D | fe-bandwidth-t.rst | 14 - .. row 1 20 - .. row 2 28 - .. row 3 36 - .. row 4 44 - .. row 5 52 - .. row 6 60 - .. row 7 68 - .. row 8
|
/Linux-v6.6/drivers/staging/media/av7110/ |
D | video-fopen.rst | 29 - .. row 1 35 - .. row 2 41 - .. row 3 46 - .. row 4 51 - .. row 5 56 - .. row 6 89 - .. row 1 95 - .. row 2 101 - .. row 3 107 - .. row 4
|
D | audio-fopen.rst | 29 - .. row 1 35 - .. row 2 41 - .. row 3 46 - .. row 4 51 - .. row 5 56 - .. row 6 87 - .. row 1 93 - .. row 2 99 - .. row 3
|
D | video-fwrite.rst | 29 - .. row 1 35 - .. row 2 41 - .. row 3 63 - .. row 1 69 - .. row 2 75 - .. row 3
|
D | audio-fwrite.rst | 29 - .. row 1 35 - .. row 2 41 - .. row 3 63 - .. row 1 69 - .. row 2 75 - .. row 3
|
/Linux-v6.6/drivers/input/keyboard/ |
D | pmic8xxx-keypad.c | 80 * @num_rows: number of row of keypad 110 /* all keys pressed on that particular row? */ in pmic8xxx_col_state() 157 int rc, row; in pmic8xxx_kp_read_data() local 160 for (row = 0; row < read_rows; row++) { in pmic8xxx_kp_read_data() 164 dev_dbg(kp->dev, "%d = %d\n", row, val); in pmic8xxx_kp_read_data() 165 state[row] = pmic8xxx_col_state(kp, val); in pmic8xxx_kp_read_data() 222 int row, col, code; in __pmic8xxx_kp_scan_matrix() local 224 for (row = 0; row < kp->num_rows; row++) { in __pmic8xxx_kp_scan_matrix() 225 int bits_changed = new_state[row] ^ old_state[row]; in __pmic8xxx_kp_scan_matrix() 234 dev_dbg(kp->dev, "key [%d:%d] %s\n", row, col, in __pmic8xxx_kp_scan_matrix() [all …]
|
D | twl4030_keypad.c | 42 * row lines connected to the gnd (see twl4030_col_xlate()). 74 #define KEYP_FULL_CODE_7_0 0x09 /* row 0 column status */ 75 #define KEYP_FULL_CODE_15_8 0x0a /* ... row 1 ... */ 153 * If all bits in a row are active for all columns then in twl4030_col_xlate() 154 * we have that row line connected to gnd. Mark this in twl4030_col_xlate() 167 int row; in twl4030_read_kp_matrix_state() local 171 for (row = 0; row < kp->n_rows; row++) in twl4030_read_kp_matrix_state() 172 state[row] = twl4030_col_xlate(kp, new_state[row]); in twl4030_read_kp_matrix_state() 198 int col, row; in twl4030_kp_scan() local 214 for (row = 0; row < kp->n_rows; row++) { in twl4030_kp_scan() [all …]
|
D | matrix_keypad.c | 80 int row) in row_asserted() argument 82 return gpio_get_value_cansleep(pdata->row_gpios[row]) ? in row_asserted() 123 int row, col, code; in matrix_keypad_scan() local 130 for (row = 0; row < pdata->num_row_gpios; row++) in matrix_keypad_scan() 131 gpio_direction_input(pdata->row_gpios[row]); in matrix_keypad_scan() 133 /* assert each column and read the row status out */ in matrix_keypad_scan() 138 for (row = 0; row < pdata->num_row_gpios; row++) in matrix_keypad_scan() 140 row_asserted(pdata, row) ? (1 << row) : 0; in matrix_keypad_scan() 152 for (row = 0; row < pdata->num_row_gpios; row++) { in matrix_keypad_scan() 153 if ((bits_changed & (1 << row)) == 0) in matrix_keypad_scan() [all …]
|
/Linux-v6.6/net/netfilter/ipvs/ |
D | ip_vs_est.c | 146 static void ip_vs_tick_estimation(struct ip_vs_est_kt_data *kd, int row) in ip_vs_tick_estimation() argument 152 td = rcu_dereference(kd->ticks[row]); in ip_vs_tick_estimation() 160 td = rcu_dereference(kd->ticks[row]); in ip_vs_tick_estimation() 173 int row = kd->est_row; in ip_vs_estimation_kthread() local 215 if (kd->tick_len[row]) in ip_vs_estimation_kthread() 216 ip_vs_tick_estimation(kd, row); in ip_vs_estimation_kthread() 218 row++; in ip_vs_estimation_kthread() 219 if (row >= IPVS_EST_NTICKS) in ip_vs_estimation_kthread() 220 row = 0; in ip_vs_estimation_kthread() 221 WRITE_ONCE(kd->est_row, row); in ip_vs_estimation_kthread() [all …]
|
/Linux-v6.6/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. 22 - samsung,keypad-num-rows: Number of row lines connected to the keypad 31 - keypad,row: the row number to which the key is connected. 61 keypad,row = <0>; 67 keypad,row = <0>; 73 keypad,row = <0>;
|
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 11 - row-gpios: List of gpios used as row lines. The gpio specifier 13 which these row lines are connected. 36 row-gpios = <&gpio2 25 0
|
/Linux-v6.6/arch/mips/loongson64/ |
D | numa.c | 53 static int __init compute_node_distance(int row, int col) in compute_node_distance() argument 55 int package_row = row * loongson_sysconf.cores_per_node / in compute_node_distance() 60 if (col == row) in compute_node_distance() 70 int row, col; in init_topology_matrix() local 72 for (row = 0; row < MAX_NUMNODES; row++) in init_topology_matrix() 74 __node_distances[row][col] = -1; in init_topology_matrix() 76 for_each_online_node(row) { in init_topology_matrix() 78 __node_distances[row][col] = in init_topology_matrix() 79 compute_node_distance(row, col); in init_topology_matrix()
|
/Linux-v6.6/arch/arm/boot/dts/samsung/ |
D | exynos4412-smdk4412.dts | 79 keypad,row = <1>; 85 keypad,row = <1>; 91 keypad,row = <1>; 97 keypad,row = <1>; 103 keypad,row = <1>; 109 keypad,row = <2>; 115 keypad,row = <2>; 121 keypad,row = <0>; 127 keypad,row = <2>; 133 keypad,row = <0>;
|
D | exynos4210-smdkv310.dts | 98 keypad,row = <0>; 104 keypad,row = <0>; 110 keypad,row = <0>; 116 keypad,row = <0>; 122 keypad,row = <0>; 128 keypad,row = <1>; 134 keypad,row = <1>; 140 keypad,row = <1>; 146 keypad,row = <1>; 152 keypad,row = <1>;
|
/Linux-v6.6/drivers/scsi/megaraid/ |
D | megaraid_sas_fp.c | 373 static u32 MR_GetSpanBlock(u32 ld, u64 row, u64 *span_blk, in MR_GetSpanBlock() argument 388 if (le64_to_cpu(quad->logStart) <= row && row <= in MR_GetSpanBlock() 389 le64_to_cpu(quad->logEnd) && (mega_mod64(row - le64_to_cpu(quad->logStart), in MR_GetSpanBlock() 393 blk = mega_div64_32((row-le64_to_cpu(quad->logStart)), le32_to_cpu(quad->diff)); in MR_GetSpanBlock() 408 * This routine calculates the Span block for given row using spanset. 413 * row - Row number 424 u32 ld, u64 row, u64 *span_blk, struct MR_DRV_RAID_MAP_ALL *map) in mr_spanset_get_span_block() argument 439 if (row > span_set->data_row_end) in mr_spanset_get_span_block() 450 if (le64_to_cpu(quad->logStart) <= row && in mr_spanset_get_span_block() 451 row <= le64_to_cpu(quad->logEnd) && in mr_spanset_get_span_block() [all …]
|
/Linux-v6.6/drivers/edac/ |
D | edac_mc.c | 99 edac_dbg(4, "%s%i: %smapped as virtual row %d, chan %d\n", in edac_mc_dump_dimm() 181 int i, chn, row; in mci_release() local 190 for (row = 0; row < mci->nr_csrows; row++) { in mci_release() 191 csr = mci->csrows[row]; in mci_release() 213 unsigned int row, chn; in edac_mc_alloc_csrows() local 222 for (row = 0; row < tot_csrows; row++) { in edac_mc_alloc_csrows() 229 mci->csrows[row] = csr; in edac_mc_alloc_csrows() 230 csr->csrow_idx = row; in edac_mc_alloc_csrows() 257 unsigned int row, chn, idx; in edac_mc_alloc_dimms() local 269 row = 0; in edac_mc_alloc_dimms() [all …]
|
/Linux-v6.6/drivers/media/usb/gspca/stv06xx/ |
D | stv06xx_hdcs.h | 60 /* First Window Row Register */ 64 /* Last Window Row 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 */ 78 /* Row Exposure Low Register */ 80 /* Row Exposure High Register */ 84 /* Sub-Row Exposure Low Register */ 86 /* Sub-Row Exposure High Register */ [all …]
|
/Linux-v6.6/drivers/media/rc/keymaps/ |
D | rc-ati-tv-wonder-hd-600.c | 16 { 0x00, KEY_RECORD}, /* Row 1 */ 20 { 0x04, KEY_PREVIOUS}, /* Row 2 */ 24 { 0x08, KEY_EPG}, /* Row 3 */ 28 { 0x0c, KEY_BACK}, /* Row 4 */ 32 { 0x10, KEY_LEFT}, /* Row 5 */ 36 { 0x14, KEY_LAST}, /* Row 6 */
|