Home
last modified time | relevance | path

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

12345678910>>...45

/freebsd/sys/dev/sound/pci/
H A Dvia8233.c1196 via->st = rman_get_bustag(via->reg); in via_attach()
1197 via->sh = rman_get_bushandle(via->reg); in via_attach()
1204 via_intr, via, &via->ih)) { in via_attach()
1215 via->blkcnt = via->bufsz / i; in via_attach()
1325 if (bus_dmamap_load(via->sgd_dmat, via->sgd_dmamap, via->sgd_table, in via_attach()
1332 via->codec = AC97_CREATE(dev, via, via_ac97); in via_attach()
1378 bus_teardown_intr(dev, via->irq, via->ih); in via_attach()
1386 bus_dmamem_free(via->sgd_dmat, via->sgd_table, via->sgd_dmamap); in via_attach()
1408 if (via != NULL && (via->play_num != 0 || via->rec_num != 0)) { in via_detach()
1417 bus_teardown_intr(dev, via->irq, via->ih); in via_detach()
[all …]
H A Dvia82c686.c518 via->st = rman_get_bustag(via->reg); in via_attach()
519 via->sh = rman_get_bushandle(via->reg); in via_attach()
526 if (!via->irq || snd_setup_intr(dev, via->irq, INTR_MPSAFE, via_intr, via, &via->ih)) { in via_attach()
579 if (bus_dmamap_load(via->sgd_dmat, via->sgd_dmamap, via->sgd_table, in via_attach()
596 if (via->ih) bus_teardown_intr(dev, via->irq, via->ih); in via_attach()
597 if (via->irq) bus_release_resource(dev, SYS_RES_IRQ, via->irqid, via->irq); in via_attach()
599 if (via->sgd_addr) bus_dmamap_unload(via->sgd_dmat, via->sgd_dmamap); in via_attach()
600 if (via->sgd_table) bus_dmamem_free(via->sgd_dmat, via->sgd_table, via->sgd_dmamap); in via_attach()
602 if (via->lock) snd_mtxfree(via->lock); in via_attach()
603 if (via) free(via, M_DEVBUF); in via_attach()
[all …]
/freebsd/sys/contrib/device-tree/src/arm/vt8500/
H A Dwm8505.dtsi45 compatible = "via,vt8500-intc";
53 compatible = "via,vt8500-intc";
70 compatible = "via,vt8500-pmc";
211 compatible = "via,vt8500-ehci";
233 compatible = "via,vt8500-uart";
241 compatible = "via,vt8500-uart";
249 compatible = "via,vt8500-uart";
257 compatible = "via,vt8500-uart";
265 compatible = "via,vt8500-uart";
273 compatible = "via,vt8500-uart";
[all …]
H A Dwm8750.dtsi47 compatible = "via,vt8500-intc";
55 compatible = "via,vt8500-intc";
72 compatible = "via,vt8500-pmc";
128 compatible = "via,vt8500-device-clock";
135 compatible = "via,vt8500-device-clock";
243 compatible = "via,vt8500-pwm";
249 compatible = "via,vt8500-timer";
255 compatible = "via,vt8500-ehci";
273 compatible = "via,vt8500-uart";
281 compatible = "via,vt8500-uart";
[all …]
H A Dvt8500.dtsi11 compatible = "via,vt8500";
43 compatible = "via,vt8500-intc";
50 compatible = "via,vt8500-pinctrl";
59 compatible = "via,vt8500-pmc";
113 compatible = "via,vt8500-ehci";
125 compatible = "via,vt8500-fb";
136 compatible = "via,vt8500-uart";
144 compatible = "via,vt8500-uart";
152 compatible = "via,vt8500-uart";
160 compatible = "via,vt8500-uart";
[all …]
H A Dwm8850.dtsi44 compatible = "via,vt8500-intc";
52 compatible = "via,vt8500-intc";
69 compatible = "via,vt8500-pmc";
139 compatible = "via,vt8500-device-clock";
230 compatible = "via,vt8500-pwm";
236 compatible = "via,vt8500-timer";
242 compatible = "via,vt8500-ehci";
260 compatible = "via,vt8500-uart";
268 compatible = "via,vt8500-uart";
292 compatible = "via,vt8500-rtc";
[all …]
H A Dwm8650.dtsi41 compatible = "via,vt8500-intc";
49 compatible = "via,vt8500-intc";
66 compatible = "via,vt8500-pmc";
122 compatible = "via,vt8500-device-clock";
129 compatible = "via,vt8500-device-clock";
177 compatible = "via,vt8500-timer";
183 compatible = "via,vt8500-ehci";
214 compatible = "via,vt8500-uart";
222 compatible = "via,vt8500-uart";
230 compatible = "via,vt8500-rtc";
[all …]
/freebsd/libexec/rc/
H A Drc.firewall84 ${fwcmd} add 100 pass all from any to any via lo0
288 ${fwcmd} add deny all from ${inet} to any in via ${oif}
289 ${fwcmd} add deny all from ${onet} to any in via ${iif}
294 via ${iif6}
334 ${fwcmd} add deny all from fc00::/7 to any via ${oif6}
335 ${fwcmd} add deny all from any to fc00::/7 via ${oif6}
338 ${fwcmd} add deny all from fec0::/10 to any via ${oif6}
339 ${fwcmd} add deny all from any to fec0::/10 via ${oif6}
343 via ${oif6}
345 via ${oif6}
[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)
28 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)>
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)>
82 =item application specific data set via L<SSL_set_ex_data(3)>
[all …]
H A DOSSL_CMP_MSG_http_perform.pod18 to the CMP server specified in I<ctx> via L<OSSL_CMP_CTX_set1_server(3)>
20 any "CMP alias" optionally specified via L<OSSL_CMP_CTX_set1_serverPath(3)>.
25 set via L<OSSL_CMP_CTX_set_http_cb(3)>.
26 It respects any timeout value set via L<OSSL_CMP_CTX_set_option(3)>
28 It also respects any HTTP(S) proxy options set via L<OSSL_CMP_CTX_set1_proxy(3)>
H A DOSSL_CMP_MSG_get0_header.pod55 =item any subject name in I<ctx> set via L<OSSL_CMP_CTX_set1_subjectName(3)> -
59 via L<OSSL_CMP_CTX_set1_p10CSR(3)>,
71 =item the public key derived from any key set via L<OSSL_CMP_CTX_set0_newPkey(3)>,
79 set via L<OSSL_CMP_CTX_set1_pkey(3)>.
90 same OIDs included in the I<ctx> via L<OSSL_CMP_CTX_set0_reqExtensions(3)>.
91 The SANs are further overridden by any SANs included in I<ctx> via
93 Finally, policies are overridden by any policies included in I<ctx> via
H A DSSL_set1_host.pod26 the peer hostname via L<X509_check_host(3)> with B<flags> as specified
27 via SSL_set_hostflags(). Clients that enable DANE TLSA authentication
28 via L<SSL_dane_enable(3)> should leave it to that function to set
33 that can match the peer's certificate. Any previous names set via
38 via CNAME, MX or SRV records as specified in RFC7671, RFC7672 or
50 of the reference identifiers configured via SSL_set1_host() or
/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.
/freebsd/tools/test/netfibs/
H A Dforwarding.sh535 via ${IFACEFAR} out > /dev/null
538 via ${IFACEFAR} out > /dev/null
786 icmp6types 128 via ${IFACE} in > /dev/null
793 icmp6types 128 via ${IFACEFAR} in > /dev/null
936 icmp6types 128 via ${IFACE} in > /dev/null
938 dst-port ${_port} via ${IFACE} in > /dev/null
940 dst-port ${_port} via ${IFACE} in > /dev/null
943 icmp6types 129 via ${IFACEFAR} in > /dev/null
1106 icmp6types 128 via ${IFACE} in > /dev/null
1318 icmp6types 128 via ${IFACE} in > /dev/null
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/wireless/
H A Dti,wlcore.yaml13 The wl12xx/wl18xx chips can be connected via SPI or via SDIO.
36 This is required when connected via SPI, and optional when connected via
51 chip. This is required when connected via SPI.
/freebsd/sys/contrib/device-tree/Bindings/net/nfc/
H A Dnxp,pn532.yaml23 description: Required if connected via I2C
27 description: Required if connected via I2C
57 # PN532 connected via UART
/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 = 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/sys/contrib/device-tree/Bindings/arm/vt8500/
H A Dvia,vt8500-pmc.txt5 - compatible : "via,vt8500-pmc"
11 compatible = "via,vt8500-pmc";
/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/timer/
H A Dvia,vt8500-timer.txt5 - compatible : "via,vt8500-timer"
12 compatible = "via,vt8500-timer";
/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/interrupt-controller/
H A Dvia,vt8500-intc.txt5 - compatible : "via,vt8500-intc"
12 compatible = "via,vt8500-intc";

12345678910>>...45