Searched refs:repeat_count (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/dev/usb/input/
H A Datp.c1389 fg_pspan *pspans, u_int n_pspans, u_int repeat_count)
1396 if (repeat_count) {
1419 if ((repeat_count > 0) && (i == repeat_index))
1420 repeat_count--;
1496 u_int repeat_count = 0; local
1537 * crude repeat_count for matching multi-pspans--i.e. the
1538 * multi-pspan along the Y axis (above) has a repeat_count of 1.
1540 repeat_count = abs(n_xpspans - n_ypspans);
1543 (((repeat_count != 0) && ((n_xpspans < n_ypspans))) ?
1544 repeat_count
1388 fg_match_strokes_against_pspans(struct atp_softc *sc, atp_axis axis, fg_pspan *pspans, u_int n_pspans, u_int repeat_count) argument
1739 u_int repeat_count; /* repeat count for the multi-pspan*/ local
[all...]
/freebsd-11-stable/sys/dev/tws/
H A Dtws_hdm.h381 u_int8_t repeat_count; member in struct:tws_event_packet
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_ipu.c546 int repeat_count, int cnt_clr_src,
561 if (repeat_count == 0)
570 reg |= repeat_count;
574 reg |= (repeat_count << 16);
545 ipu_config_wave_gen_1(struct ipu_softc *sc, int di, int wave_gen, int repeat_count, int cnt_clr_src, int cnt_polarity_gen_en, int cnt_polarity_clr_src, int cnt_polarity_trigger_src, int cnt_up, int cnt_down) argument
/freebsd-11-stable/sys/dev/twa/
H A Dtw_cl_share.h203 TW_UINT8 repeat_count; member in struct:tw_cl_event_packet
H A Dtw_cl_misc.c549 event->repeat_count,
/freebsd-11-stable/sys/dev/mlx5/
H A Dqp.h422 __be32 repeat_count; member in struct:mlx5_stride_block_ctrl_seg
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp824 int repeat_count = *++c + 3 - ' '; local
825 // We have the char_to_repeat and repeat_count. Now push it in the
827 for (int i = 0; i < repeat_count; ++i)
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c3511 sblock_ctrl->repeat_count = cpu_to_be32(data_len / block_size);

Completed in 113 milliseconds