Home
last modified time | relevance | path

Searched refs:row (Results 1 – 25 of 83) sorted by relevance

1234

/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dexynos4412-smdk4412.dts53 keypad,row = <1>;
59 keypad,row = <1>;
65 keypad,row = <1>;
71 keypad,row = <1>;
77 keypad,row = <1>;
83 keypad,row = <2>;
89 keypad,row = <2>;
95 keypad,row = <0>;
101 keypad,row = <2>;
107 keypad,row = <0>;
H A Dexynos4210-smdkv310.dts74 keypad,row = <0>;
80 keypad,row = <0>;
86 keypad,row = <0>;
92 keypad,row = <0>;
98 keypad,row = <0>;
104 keypad,row = <1>;
110 keypad,row = <1>;
116 keypad,row = <1>;
122 keypad,row = <1>;
128 keypad,row = <1>;
H A Ds5pv210-smdkv210.dts72 keypad,row = <0>;
78 keypad,row = <0>;
84 keypad,row = <0>;
90 keypad,row = <0>;
96 keypad,row = <0
103 keypad,row = <1>;
108 keypad,row = <1>;
114 keypad,row = <1>;
120 keypad,row = <1>;
126 keypad,row = <1>;
H A Dimx28-tx28.dts197 row-gpios = <
206 0x00010052 /* row 0, col 1, KEY_KP0 */
207 0x0002004f /* row 0, col 2, KEY_KP1 */
208 0x00030050 /* row 0, col 3, KEY_KP2 */
209 0x01000051 /* row 1, col 0, KEY_KP3 */
210 0x0101004b /* row 1, col 1, KEY_KP4 */
211 0x0102004c /* row 1, col 2, KEY_KP5 */
212 0x0103004d /* row 1, col 3, KEY_KP6 */
213 0x02000047 /* row 2, col 0, KEY_KP7 */
214 0x02010048 /* row 2, col 1, KEY_KP8 */
[all …]
/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_sram.c179 __in size_t row, in efx_sram_byte_increment_set() argument
183 size_t offset = row * FR_AZ_SRM_DBG_REG_STEP; in efx_sram_byte_increment_set()
194 __in size_t row, in efx_sram_all_the_same_set() argument
198 _NOTE(ARGUNUSED(row)) in efx_sram_all_the_same_set()
208 __in size_t row, in efx_sram_bit_alternate_set() argument
212 _NOTE(ARGUNUSED(row)) in efx_sram_bit_alternate_set()
221 __in size_t row, in efx_sram_byte_alternate_set() argument
225 _NOTE(ARGUNUSED(row)) in efx_sram_byte_alternate_set()
234 __in size_t row, in efx_sram_byte_changing_set() argument
238 size_t offset = row * FR_AZ_SRM_DBG_REG_STEP; in efx_sram_byte_changing_set()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/input/
H A 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>;
H A Dgpio-matrix-keypad.txt4 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
H A Dnvidia,tegra20-kbc.txt3 can be configured as row or column. The maximum column pin can be 8
4 and maximum row pins can be 16 for Tegra20/Tegra30.
10 - nvidia,kbc-row-pins: The KBC pins which are configured as row. This is an
29 - nvidia,debounce-delay-ms: delay in milliseconds per row scan for debouncing
46 nvidia,kbc-row-pins = <0 1 2>; /* pin 0, 1, 2 as rows */
H A Dbrcm,bcm-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.
23 - keypad,num-rows: Number of row lines connected to the keypad
51 - row-output-enabled: An optional property indicating whether the row or
52 column is being used as output. If specified the row is being used
103 row-output-enabled;
H A Dclps711x-keypad.txt5 - row-gpios: List of GPIOs used as row lines.
18 row-gpios = <&porta 0 0>,
H A Dti,nspire-keypad.txt14 - row-delay: How long to wait before scanning each row.
33 row-delay = <200>;
H A Dmatrix-keymap.yaml26 An array of packed 1-cell entries containing the equivalent of row,
28 row << 24 | column << 16 | key-code
32 description: Number of row lines connected to the keypad controller.
/f-stack/app/redis-5.0.5/src/
H A Dsparkline.c101 int row = 0; in sparklineRenderRange() local
126 if (row < rows) { in sparklineRenderRange()
128 int charidx = step-((rows-row-1)*charset_len); in sparklineRenderRange()
138 if (seq->labels && row-rows < label_margin_top) { in sparklineRenderRange()
145 int label_char = row - rows - label_margin_top; in sparklineRenderRange()
155 row++; in sparklineRenderRange()
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Demitter.c349 emitter_row_t row; in emit_table_row() local
357 emitter_row_init(&row); in emit_table_row()
358 emitter_col_init(&abc, &row); in emit_table_row()
359 emitter_col_init(&def, &row); in emit_table_row()
360 emitter_col_init(&ghi, &row); in emit_table_row()
362 emitter_table_row(emitter, &row); in emit_table_row()
371 emitter_table_row(emitter, &row); in emit_table_row()
376 emitter_table_row(emitter, &row); in emit_table_row()
383 emitter_table_row(emitter, &row); in emit_table_row()
/f-stack/freebsd/contrib/device-tree/include/dt-bindings/input/
H A Dinput.h15 #define MATRIX_KEY(row, col, code) \ argument
16 ((((row) & 0xFF) << 24) | (((col) & 0xFF) << 16) | ((code) & 0xFFFF))
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dstats.c98 emitter_col_init(name, row); in mutex_stats_init_cols()
110 emitter_col_init(col, row); \ in mutex_stats_init_cols()
196 if (row != NULL) { in mutex_stats_emit()
231 emitter_row_t row; in stats_arena_bins_print() local
232 emitter_row_init(&row); in stats_arena_bins_print()
420 emitter_row_t row; in stats_arena_lextents_print() local
421 emitter_row_init(&row); in stats_arena_lextents_print()
499 emitter_row_t row; in stats_arena_mutexes_print() local
504 emitter_row_init(&row); in stats_arena_mutexes_print()
1129 emitter_row_t row; in stats_print_helper() local
[all …]
/f-stack/dpdk/lib/librte_ip_frag/
H A Drte_ip_frag_common.c26 rte_prefetch0(dr->row[i]); in rte_ip_frag_free_death_row()
29 rte_prefetch0(dr->row[i + k]); in rte_ip_frag_free_death_row()
30 rte_pktmbuf_free(dr->row[i]); in rte_ip_frag_free_death_row()
34 rte_pktmbuf_free(dr->row[i]); in rte_ip_frag_free_death_row()
/f-stack/app/redis-5.0.5/deps/jemalloc/bin/
H A Djeprof.in5437 my $sum = AddressAdd ($row->[0], $row->[1]);
5438 if ($sum ne $row->[2]) {
5440 $row->[0], $row->[1], $row->[2];
5456 my $sum = AddressAdd (CanonicalHex($row->[0]), CanonicalHex($row->[1]));
5460 $row->[0], $row->[1], $row->[2];
5489 my $sum = AddressSub ($row->[0], $row->[1]);
5492 $row->[0], $row->[1], $row->[3];
5508 my $sum = AddressSub (CanonicalHex($row->[0]), CanonicalHex($row->[1]));
5511 $row->[0], $row->[1], $row->[3];
5543 $row->[0], $row->[4];
[all …]
/f-stack/freebsd/arm/ti/am335x/
H A Dam335x_lcd_syscons.c267 int row, col; in am335x_rend_draw_cursor() local
283 row = (off / adp->va_info.vi_width) * adp->va_info.vi_cheight; in am335x_rend_draw_cursor()
287 + (row + sc->ymargin)*(sc->stride) in am335x_rend_draw_cursor()
532 am335x_syscons_read_hw_cursor(video_adapter_t *adp, int *col, int *row) in am335x_syscons_read_hw_cursor() argument
534 *col = *row = 0; in am335x_syscons_read_hw_cursor()
540 am335x_syscons_set_hw_cursor(video_adapter_t *adp, int col, int row) in am335x_syscons_set_hw_cursor() argument
674 int row; in am335x_syscons_putc() local
687 row = (off / adp->va_info.vi_width) * adp->va_info.vi_cheight; in am335x_syscons_putc()
691 + (row + sc->ymargin)*(sc->stride) in am335x_syscons_putc()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Demitter.h64 emitter_row_init(emitter_row_t *row) { in emitter_row_init() argument
65 ql_new(&row->cols); in emitter_row_init()
69 emitter_col_init(emitter_col_t *col, emitter_row_t *row) { in emitter_col_init() argument
71 ql_tail_insert(&row->cols, col, link); in emitter_col_init()
423 emitter_table_row(emitter_t *emitter, emitter_row_t *row) { in emitter_table_row() argument
428 ql_foreach(col, &row->cols, link) { in emitter_table_row()
/f-stack/dpdk/drivers/net/cxgbe/
H A Dsmt.c36 u8 row; in write_smt_entry() local
79 row = (e->hw_idx >> 1); in write_smt_entry()
92 row = e->hw_idx; in write_smt_entry()
102 V_SMTW_IDX(row) | in write_smt_entry()
/f-stack/freebsd/libkern/x86/
H A Dcrc32_sse42.c136 uint32_t row; in crc32c_zeros_op() local
141 row = 1; in crc32c_zeros_op()
143 odd[n] = row; in crc32c_zeros_op()
144 row <<= 1; in crc32c_zeros_op()
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_acl_ctrl.c431 u16 width, r_entries, row; in ice_acl_alloc_partition() local
471 row = hw->acl_tbl->first_tcam; in ice_acl_alloc_partition()
477 row = hw->acl_tbl->last_tcam + 1 - width; in ice_acl_alloc_partition()
498 for (w = row; w < row + width && avail; w++) { in ice_acl_alloc_partition()
515 start = (row * ICE_AQC_ACL_TCAM_DEPTH) + in ice_acl_alloc_partition()
529 row = dir > 0 ? row + width : row - width; in ice_acl_alloc_partition()
530 if (row > hw->acl_tbl->last_tcam || in ice_acl_alloc_partition()
531 row < hw->acl_tbl->first_tcam) { in ice_acl_alloc_partition()
545 row = dir > 0 ? off : in ice_acl_alloc_partition()
/f-stack/freebsd/arm/versatile/
H A Dversatile_clcd.c515 int row, col; in clcdr_draw_cursor() local
531 row = (off / adp->va_info.vi_width) * adp->va_info.vi_cheight; in clcdr_draw_cursor()
535 + (row + sc->ymargin)*(sc->stride) in clcdr_draw_cursor()
730 versatilefb_read_hw_cursor(video_adapter_t *adp, int *col, int *row) in versatilefb_read_hw_cursor() argument
732 *col = *row = 0; in versatilefb_read_hw_cursor()
738 versatilefb_set_hw_cursor(video_adapter_t *adp, int col, int row) in versatilefb_set_hw_cursor() argument
852 int row; in versatilefb_putc() local
868 row = (off / adp->va_info.vi_width) * adp->va_info.vi_cheight; in versatilefb_putc()
872 + (row + sc->ymargin)*(sc->stride) in versatilefb_putc()
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_fb.c350 int bytes, col, i, j, row; in bcmrend_draw_cursor() local
368 row = (off / adp->va_info.vi_width) * adp->va_info.vi_cheight; in bcmrend_draw_cursor()
372 + (row + sc->ymargin)*(sc->stride) in bcmrend_draw_cursor()
624 bcmfb_read_hw_cursor(video_adapter_t *adp, int *col, int *row) in bcmfb_read_hw_cursor() argument
626 *col = *row = 0; in bcmfb_read_hw_cursor()
632 bcmfb_set_hw_cursor(video_adapter_t *adp, int col, int row) in bcmfb_set_hw_cursor() argument
765 int bytes, col, i, j, k, row; in bcmfb_putc() local
776 row = (off / adp->va_info.vi_width) * adp->va_info.vi_cheight; in bcmfb_putc()
780 + (row + sc->ymargin)*(sc->stride) in bcmfb_putc()

1234