Home
last modified time | relevance | path

Searched full:row (Results 1 – 25 of 1315) sorted by relevance

12345678910>>...53

/kernel/linux/linux-5.10/Documentation/userspace-api/media/rc/
Drc-tables.rst36 - .. 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 …]
/kernel/linux/linux-6.6/Documentation/userspace-api/media/rc/
Drc-tables.rst36 - .. 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 …]
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/macsec/
Dmacsec_api.h48 /*! 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 …]
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/macsec/
Dmacsec_api.h48 /*! 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 …]
/kernel/linux/linux-5.10/tools/perf/scripts/python/
Devent_analyzing_sample.py137 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 …]
/kernel/linux/linux-6.6/tools/perf/scripts/python/
Devent_analyzing_sample.py137 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 …]
/kernel/linux/linux-6.6/tools/perf/ui/
Dbrowser.c171 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()
316 row = 0; in ui_browser__scrollbar_set() local
326 ui_browser__gotorc(browser, row++, col); in ui_browser__scrollbar_set()
336 int row; in __ui_browser__refresh() local
[all …]
/kernel/linux/linux-5.10/tools/perf/ui/
Dbrowser.c171 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 …]
/kernel/linux/linux-6.6/scripts/kconfig/
Dgconf.c70 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 …]
/kernel/linux/linux-5.10/scripts/kconfig/
Dgconf.c74 static void set_node(GtkTreeIter * node, struct menu *menu, gchar ** row);
980 /* Row selection changed: update help */
1036 /* Fill a row of strings */
1039 static gchar *row[COL_NUMBER]; in fill_row() local
1048 g_free(row[i]); in fill_row()
1049 bzero(row, sizeof(row)); in fill_row()
1051 row[COL_OPTION] = in fill_row()
1056 row[COL_COLOR] = g_strdup("DarkGray"); in fill_row()
1059 row[COL_COLOR] = g_strdup("DarkGray"); in fill_row()
1061 row[COL_COLOR] = g_strdup("Black"); in fill_row()
[all …]
/kernel/linux/linux-5.10/Documentation/userspace-api/media/dvb/
Dfe-bandwidth-t.rst14 - .. row 1
20 - .. row 2
28 - .. row 3
36 - .. row 4
44 - .. row 5
52 - .. row 6
60 - .. row 7
68 - .. row 8
Dvideo-fopen.rst29 - .. 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
Daudio-fopen.rst29 - .. 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
/kernel/linux/linux-6.6/Documentation/userspace-api/media/dvb/
Dfe-bandwidth-t.rst14 - .. row 1
20 - .. row 2
28 - .. row 3
36 - .. row 4
44 - .. row 5
52 - .. row 6
60 - .. row 7
68 - .. row 8
/kernel/linux/linux-6.6/Documentation/sphinx/
DrstFlatTable.py20 * *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 …]
/kernel/linux/linux-5.10/drivers/media/i2c/
Dvs6624_regs.h208 #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 …]
/kernel/linux/linux-6.6/drivers/staging/media/av7110/
Dvideo-fopen.rst29 - .. 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
Daudio-fopen.rst29 - .. 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
/kernel/linux/linux-5.10/Documentation/sphinx/
DrstFlatTable.py20 * *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
188 for row in self.rows[:header_rows]:
189 thead += self.buildTableRowNode(row)
194 for row in self.rows[header_rows:]:
195 tbody += self.buildTableRowNode(row)
200 row = nodes.row()
213 row += entry
214 return row
[all …]
/kernel/linux/linux-6.6/drivers/input/keyboard/
Dpmic8xxx-keypad.c80 * @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 …]
Dtwl4030_keypad.c42 * 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 …]
/kernel/linux/linux-5.10/drivers/input/keyboard/
Dpmic8xxx-keypad.c80 * @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 …]
Dtwl4030_keypad.c42 * 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 …]
/kernel/linux/linux-6.6/net/netfilter/ipvs/
Dip_vs_est.c146 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 …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/input/
Dsamsung-keypad.txt4 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>;

12345678910>>...53