Home
last modified time | relevance | path

Searched refs:tsin (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/device-tree/Bindings/media/
H A Dstih407-c8sectpfe.txt11 Currently 7 TS input (tsin) channels are supported on the stih407 family SoC.
28 - pinctrl-names : a pinctrl state named tsin%d-serial or tsin%d-parallel (where %d is tsin-num)
29 must be defined for each tsin child node.
30 - pinctrl-0 : phandle referencing pin configuration for this tsin configuration
34 Required properties (tsin (child) node):
36 - tsin-num : tsin id of the InputBlock (must be between 0 to 6)
38 - reset-gpios : reset gpio for this tsin channel.
40 Optional properties (tsin (child) node):
47 - dvb-card : Describes the NIM card connected to this tsin channel.
74 tsin-num = <0>;
[all …]
/f-stack/freebsd/contrib/device-tree/src/arc/
H A Dabilis_tb100.dtsi31 pctl_tsin_s0: pctl-tsin-s0 { /* Serial TS-in 0 */
34 pctl_tsin_s1: pctl-tsin-s1 { /* Serial TS-in 1 */
40 pctl_tsin_p1: pctl-tsin-p1 { /* Parallel TS-in 1 */
44 pctl_tsin_s2: pctl-tsin-s2 { /* Serial TS-in 2 */
47 pctl_tsin_s3: pctl-tsin-s3 { /* Serial TS-in 3 */
53 pctl_tsin_p3: pctl-tsin-p3 { /* Parallel TS-in 3 */
57 pctl_tsin_s4: pctl-tsin-s4 { /* Serial TS-in 4 */
60 pctl_tsin_s5: pctl-tsin-s5 { /* Serial TS-in 5 */
66 pctl_tsin_p5: pctl-tsin-p5 { /* Parallel TS-in 5 */
70 pctl_tsin_s6: pctl-tsin-s6 { /* Serial TS-in 6 */
[all …]
H A Dabilis_tb101.dtsi31 pctl_tsin_s0: pctl-tsin-s0 { /* Serial TS-in 0 */
34 pctl_tsin_s1: pctl-tsin-s1 { /* Serial TS-in 1 */
40 pctl_tsin_p1: pctl-tsin-p1 { /* Parallel TS-in 1 */
44 pctl_tsin_s2: pctl-tsin-s2 { /* Serial TS-in 2 */
47 pctl_tsin_s3: pctl-tsin-s3 { /* Serial TS-in 3 */
53 pctl_tsin_p3: pctl-tsin-p3 { /* Parallel TS-in 3 */
57 pctl_tsin_s4: pctl-tsin-s4 { /* Serial TS-in 4 */
60 pctl_tsin_s5: pctl-tsin-s5 { /* Serial TS-in 5 */
66 pctl_tsin_p5: pctl-tsin-p5 { /* Parallel TS-in 5 */
70 pctl_tsin_s6: pctl-tsin-s6 { /* Serial TS-in 6 */
[all …]
H A Dabilis_tb10x.dtsi220 tb100-mdscr-manage-tsin;
229 tb100-mdscr-manage-tsin;
234 tb100-mdscr-manage-tsin;
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dstihxxx-b2120.dtsi178 tsin-num = <0>;
/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c2181 bbr_log_rtt_sample(struct tcp_bbr *bbr, uint32_t rtt, uint32_t tsin) in bbr_log_rtt_sample() argument
2197 log.u_bbr.flex6 = tsin; in bbr_log_rtt_sample()
6146 …r(struct tcp_bbr *bbr, uint32_t rtt_usecs, uint32_t rsm_send_time, uint32_t r_start, uint32_t tsin) in tcp_bbr_xmit_timer() argument
6150 bbr->r_ctl.ts_in = tsin; in tcp_bbr_xmit_timer()
6288 uint32_t rtt, tsin; in tcp_bbr_xmit_timer_commit() local
6296 tsin = bbr->r_ctl.ts_in; in tcp_bbr_xmit_timer_commit()
6323 bbr_log_rtt_sample(bbr, rtt, tsin); in tcp_bbr_xmit_timer_commit()
6751 …e_bbr_info(struct tcp_bbr *bbr, struct bbr_sendmap *rsm, uint32_t rtt, uint32_t cts, uint32_t tsin, in bbr_update_bbr_info() argument
6789 tcp_bbr_xmit_timer(bbr, rtt, rsm_send_time, rsm->r_start, tsin); in bbr_update_bbr_info()