Home
last modified time | relevance | path

Searched refs:via (Results 1 – 25 of 1262) sorted by relevance

12345678910>>...51

/freebsd/sys/dev/sound/pci/
H A Dvia8233.c141 via_chan_active(struct via_info *via) in via_chan_active() argument
145 if (via == NULL) in via_chan_active()
149 ret += via->pch[i].active; in via_chan_active()
152 ret += via->rch[i].active; in via_chan_active()
160 struct via_info *via; in sysctl_via8233_spdif_enable() local
166 via = pcm_getdevinfo(dev); in sysctl_via8233_spdif_enable()
167 mtx_lock(&via->lock); in sysctl_via8233_spdif_enable()
169 mtx_unlock(&via->lock); in sysctl_via8233_spdif_enable()
182 mtx_lock(&via->lock); in sysctl_via8233_spdif_enable()
184 mtx_unlock(&via->lock); in sysctl_via8233_spdif_enable()
[all …]
H A Dvia82c686.c107 via_rd(struct via_info *via, int regno, int size) in via_rd() argument
112 return bus_space_read_1(via->st, via->sh, regno); in via_rd()
114 return bus_space_read_2(via->st, via->sh, regno); in via_rd()
116 return bus_space_read_4(via->st, via->sh, regno); in via_rd()
123 via_wr(struct via_info *via, int regno, u_int32_t data, int size) in via_wr() argument
128 bus_space_write_1(via->st, via->sh, regno, data); in via_wr()
131 bus_space_write_2(via->st, via->sh, regno, data); in via_wr()
134 bus_space_write_4(via->st, via->sh, regno, data); in via_wr()
143 via_waitready_codec(struct via_info *via) in via_waitready_codec() argument
149 (via_rd(via, VIA_CODEC_CTL, 4) & VIA_CODEC_BUSY); i++) in via_waitready_codec()
[all …]
/freebsd/contrib/libcbor/doc/source/
H A Drequirements.txt8 # via sphinx
10 # via
14 # via sphinx
16 # via -r doc/source/requirements.in
18 # via requests
20 # via requests
22 # via uvicorn
24 # via sphinx-autobuild
26 # via
30 # via uvicorn
[all …]
/freebsd/sys/contrib/device-tree/src/arm/vt8500/
H A Dwm8505.dtsi41 compatible = "via,vt8500-intc";
49 compatible = "via,vt8500-intc";
66 compatible = "via,vt8500-scc-id";
71 compatible = "via,vt8500-pmc";
91 compatible = "via,vt8500-pll-clock";
98 compatible = "via,vt8500-pll-clock";
105 compatible = "via,vt8500-pll-clock";
112 compatible = "via,vt8500-pll-clock";
119 compatible = "via,vt8500-device-clock";
126 compatible = "via,vt8500-device-clock";
[all …]
H A Dwm8750.dtsi43 compatible = "via,vt8500-intc";
51 compatible = "via,vt8500-intc";
68 compatible = "via,vt8500-scc-id";
73 compatible = "via,vt8500-pmc";
129 compatible = "via,vt8500-device-clock";
136 compatible = "via,vt8500-device-clock";
143 compatible = "via,vt8500-device-clock";
150 compatible = "via,vt8500-device-clock";
157 compatible = "via,vt8500-device-clock";
165 compatible = "via,vt8500-device-clock";
[all …]
H A Dvt8500.dtsi11 compatible = "via,vt8500";
39 compatible = "via,vt8500-intc";
46 compatible = "via,vt8500-pinctrl";
55 compatible = "via,vt8500-scc-id";
60 compatible = "via,vt8500-pmc";
75 compatible = "via,vt8500-device-clock";
83 compatible = "via,vt8500-device-clock";
91 compatible = "via,vt8500-device-clock";
99 compatible = "via,vt8500-device-clock";
108 compatible = "via,vt8500-timer";
[all …]
H A Dwm8850.dtsi40 compatible = "via,vt8500-intc";
48 compatible = "via,vt8500-intc";
65 compatible = "via,vt8500-scc-id";
70 compatible = "via,vt8500-pmc";
140 compatible = "via,vt8500-device-clock";
147 compatible = "via,vt8500-device-clock";
154 compatible = "via,vt8500-device-clock";
161 compatible = "via,vt8500-device-clock";
168 compatible = "via,vt8500-device-clock";
176 compatible = "via,vt8500-device-clock";
[all …]
H A Dwm8650.dtsi37 compatible = "via,vt8500-intc";
45 compatible = "via,vt8500-intc";
62 compatible = "via,vt8500-scc-id";
67 compatible = "via,vt8500-pmc";
123 compatible = "via,vt8500-device-clock";
130 compatible = "via,vt8500-device-clock";
137 compatible = "via,vt8500-device-clock";
144 compatible = "via,vt8500-device-clock";
151 compatible = "via,vt8500-device-clock";
159 compatible = "via,vt8500-device-clock";
[all …]
/freebsd/libexec/rc/
H A Drc.firewall84 ${fwcmd} add 100 pass all from any to any via lo0
165 ${fwcmd} add 50 divert natd ip4 from any to any via ${natd_interface}
179 ${fwcmd} add 50 nat 123 ip4 from any to any via ${firewall_nat_interface}
288 ${fwcmd} add deny all from ${inet} to any in via ${oif}
289 ${fwcmd} add deny all from ${onet} to any in via ${iif}
291 ${fwcmd} add deny all from ${inet6} to any in via ${oif6}
294 via ${iif6}
314 ${fwcmd} add deny all from any to "table($BAD_ADDR_TBL)" via ${oif}
326 ${fwcmd} add divert natd ip4 from any to any via ${natd_interface}
331 ${fwcmd} add deny all from "table($BAD_ADDR_TBL)" to any via ${oif}
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dcond-func-make.mk7 .if !make(via-cmdline)
10 .if make(via-dot-makeflags)
14 .MAKEFLAGS: via-dot-makeflags
16 .if !make(via-cmdline)
19 .if !make(via-dot-makeflags)
33 via-cmdline via-dot-makeflags:
/freebsd/crypto/openssl/doc/man3/
H A DSSL_new.pod47 =item any tmp_dh settings set via L<SSL_set_tmp_dh(3)>,
56 =item any Options set via L<SSL_set_options(3)>
58 =item any Mode set via L<SSL_set_mode(3)>
60 =item any minimum or maximum protocol settings set via
64 =item any verify mode, callback or depth set via L<SSL_set_verify(3)> or
67 =item any msg callback or info callback set via L<SSL_set_msg_callback(3)> or
70 =item any default password callback set via L<SSL_set_default_passwd_cb(3)>
72 =item any session id generation callback set via L<SSL_set_generate_session_id(3)>
78 =item the max cert list value set via L<SSL_set_max_cert_list(3)>
80 =item the read_ahead value set via L<SSL_set_read_ahead(3)>
[all …]
H A DOSSL_CMP_MSG_http_perform.pod27 Otherwise the server specified via L<OSSL_CMP_CTX_set1_server(3)>
31 otherwise the string specified via L<OSSL_CMP_CTX_set1_serverPath(3)>.
35 set via L<OSSL_CMP_CTX_set_http_cb(3)>.
36 It respects any timeout value set via L<OSSL_CMP_CTX_set_option(3)>
38 It also respects any HTTP(S) proxy options set via L<OSSL_CMP_CTX_set1_proxy(3)>
H A DOSSL_CMP_MSG_get0_header.pod60 =item any subject name in I<ctx> set via L<OSSL_CMP_CTX_set1_subjectName(3)> -
64 via L<OSSL_CMP_CTX_set1_p10CSR(3)>,
76 =item the public key derived from any key set via L<OSSL_CMP_CTX_set0_newPkey(3)>,
84 set via L<OSSL_CMP_CTX_set1_pkey(3)>.
95 same OIDs included in the I<ctx> via L<OSSL_CMP_CTX_set0_reqExtensions(3)>.
96 The SANs are further overridden by any SANs included in I<ctx> via
98 Finally, policies are overridden by any policies included in I<ctx> via
/freebsd/tools/test/netfibs/
H A Dforwarding.sh524 icmp6types 129 fib ${i} via ${IFACE} out > /dev/null
526 src-port ${_p} fib ${i} via ${IFACE} out > /dev/null
528 src-port ${_p} fib ${i} via ${IFACE} out > /dev/null
532 icmp6types 128 fib ${i} via ${IFACEFAR} out > /dev/null
535 via ${IFACEFAR} out > /dev/null
538 via ${IFACEFAR} out > /dev/null
786 icmp6types 128 via ${IFACE} in > /dev/null
788 proto tcp dst-port ${CTRLPORT} via ${IFACE} in > /dev/null
790 proto udp dst-port ${CTRLPORT} via ${IFACE} in > /dev/null
793 icmp6types 128 via ${IFACEFAR} in > /dev/null
[all …]
H A Dreflector.sh584 via ${IFACE} in > /dev/null 2>&1
587 via ${IFACE} in > /dev/null 2>&1
592 dst-port ${CTRLPORT} via ${IFACE} in > /dev/null 2>&1
612 via ${IFACE} in > /dev/null 2>&1
620 via ${IFACE} in > /dev/null 2>&1
624 via ${IFACE} in > /dev/null 2>&1
629 via ${IFACE} in > /dev/null 2>&1
691 icmp6types 129 fib ${i} via ${IFACE} out > /dev/null 2>&1
693 fib ${i} via ${IFACE} out > /dev/null 2>&1
695 fib ${i} via ${IFACE} out > /dev/null 2>&1
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/avr/
H A Ddivmodhi4.S49 ret ; Return quotient via R23:R22 and remainder via R25:R24.
57 ret ; Return quotient via R23:R22 and remainder via R25:r24.
H A Ddivmodqi4.S44 ret ; Return quotient via R24 and remainder via R25.
/freebsd/tools/debugscripts/
H A Ddot.gdbinit31 # Connect to remote target via a serial port.
38 Debug a remote system via serial or firewire interface. For example, specify 'tr /dev/cuau0' to us…
42 # debug via cuau0
55 Debug a remote system via serial interface /dev/cuau0. See also tr, tr1 and trf commands.
58 Debug a remote system via serial interface /dev/cuau1. See also tr, tr0 and trf commands.
61 Debug a remote system via firewire interface at default port 5556. See also tr, tr0 and tr1 comman…
67 # When debugging the same machine (via /dev/mem), we can get the
/freebsd/sys/netlink/
H A Dnetlink_snl_route.h103 struct rtvia *via = (struct rtvia *)NL_RTA_DATA(rta); in parse_rta_via() local
105 switch (via->rtvia_family) { in parse_rta_via()
107 return (parse_rta_ip4(ss, via->rtvia_addr, perror)); in parse_rta_via()
109 return (parse_rta_ip6(ss, via->rtvia_addr, perror)); in parse_rta_via()
/freebsd/contrib/netbsd-tests/ipf/regress/
H A Di116 pass in on ed0 out-via vx0 proto udp from any to any keep state
7 pass out on ppp0 in-via le0 proto tcp from any to any keep state
8 pass in on ed0,vx0 out-via vx0,ed0 proto udp from any to any keep state
/freebsd/contrib/netbsd-tests/ipf/expected/
H A Di116 pass in on ed0(!) out-via vx0(!) proto udp from any to any keep state # count 0
7 pass out on ppp0(!) in-via le0(!) proto tcp from any to any keep state # count 0
8 pass in on ed0(!),vx0(!) out-via vx0(!),ed0(!) proto udp from any to any keep state # count 0
/freebsd/sys/contrib/device-tree/Bindings/arm/vt8500/
H A Dvia,vt8500-pmc.txt5 - compatible : "via,vt8500-pmc"
11 compatible = "via,vt8500-pmc";
/freebsd/sys/contrib/device-tree/Bindings/rtc/
H A Dvia,vt8500-rtc.txt5 - compatible : "via,vt8500-rtc"
12 compatible = "via,vt8500-rtc";
/freebsd/sys/contrib/device-tree/Bindings/timer/
H A Dvia,vt8500-timer.txt5 - compatible : "via,vt8500-timer"
12 compatible = "via,vt8500-timer";
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dvia,vt8500-intc.txt5 - compatible : "via,vt8500-intc"
12 compatible = "via,vt8500-intc";

12345678910>>...51