Home
last modified time | relevance | path

Searched +full:cs +full:- +full:dev +full:- +full:assoc (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/
H A Dhi6220-coresight.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
14 compatible = "arm,coresight-dynamic-funnel", "arm,primecell";
17 clock-names = "apb_pclk";
19 out-ports {
22 remote-endpoint =
28 in-ports {
31 remote-endpoint =
39 compatible = "arm,coresight-tmc", "arm,primecell";
42 clock-names = "apb_pclk";
44 in-ports {
[all …]
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Darm,coresight-cti.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
4 ---
5 $id: http://devicetree.org/schemas/arm/arm,coresight-ct
[all...]
H A Dcoresight-cti.yaml1 # SPDX-License-Identifier: GPL-2.0-only or BSD-2-Clause
4 ---
5 $id: http://devicetree.org/schemas/arm/coresight-cti.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
38 indicate this feature (arm,coresight-cti-v8-arch).
53 constants defined in <dt-bindings/arm/coresight-cti-dt.h>
60 Note that some hardware trigger signals can be connected to non-CoreSight
64 - Mike Leach <mike.leach@linaro.org>
67 - $ref: /schemas/arm/primecell.yaml#
75 - arm,coresight-cti
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/arm/
H A Djuno-base.dtsi1 // SPDX-License-Identifier: GPL-2.0
2 #include "juno-clocks.dtsi"
3 #include "juno-motherboard.dtsi"
11 compatible = "arm,armv7-timer-mem";
13 clock-frequency = <50000000>;
14 #address-cells = <1>;
15 #size-cells = <1>;
19 frame-number = <1>;
31 #mbox-cells = <1>;
33 clock-names = "apb_pclk";
[all …]
H A Djuno-cs-r1r2.dtsi1 // SPDX-License-Identifier: GPL-2.0
4 compatible = "arm,coresight-dynamic-funnel", "arm,primecell";
8 clock-names = "apb_pclk";
9 power-domains = <&scpi_devpd 0>;
10 out-ports {
13 remote-endpoint = <&etf1_in_port>;
17 in-ports {
27 compatible = "arm,coresight-tmc", "arm,primecell";
31 clock-names = "apb_pclk";
32 power-domains = <&scpi_devpd 0>;
[all …]
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpa_priv.c3 * Copyright (c) 2007-2009, Jouni Malinen <j@w1.fi>
61 if (iface->drv_priv) { in wpa_priv_cmd_register()
63 if (iface->driver->deinit) in wpa_priv_cmd_register()
64 iface->driver->deinit(iface->drv_priv); in wpa_priv_cmd_register()
65 iface->drv_priv = NULL; in wpa_priv_cmd_register()
66 if (iface->drv_global_priv) { in wpa_priv_cmd_register()
67 iface->driver->global_deinit(iface->drv_global_priv); in wpa_priv_cmd_register()
68 iface->drv_global_priv = NULL; in wpa_priv_cmd_register()
70 iface->wpas_registered = 0; in wpa_priv_cmd_register()
74 if (iface->l2[i]) { in wpa_priv_cmd_register()
[all …]
/freebsd/tools/tools/net80211/wlaninject/
H A Dwlaninject.c1 /*-
2 * Copyright (c) 2006, Andrea Bittau <a.bittau@cs.ucl.ac.uk>
48 void setup_if(char *dev, int chan) { in setup_if() argument
56 if ((s = socket(PF_INET, SOCK_DGRAM, 0)) == -1) in setup_if()
61 snprintf(ireq.i_name, sizeof(ireq.i_name), "%s", dev); in setup_if()
64 if (ioctl(s, SIOCS80211, &ireq) == -1) in setup_if()
69 snprintf(ifr.ifr_name, sizeof(ifr.ifr_name), "%s", dev); in setup_if()
70 if (ioctl(s, SIOCGIFFLAGS, &ifr) == -1) in setup_if()
76 if (ioctl(s, SIOCSIFFLAGS, &ifr) == -1) in setup_if()
82 int open_bpf(char *dev) in open_bpf() argument
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8916.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (c) 2013-2015, The Linux Foundation. All rights reserved.
6 #include <dt-bindings/arm/coresight-cti-dt.h>
7 #include <dt-bindings/clock/qcom,gcc-msm8916.h>
8 #include <dt-bindings/clock/qcom,rpmcc.h>
9 #include <dt-bindings/interconnect/qcom,msm8916.h>
10 #include <dt-bindings/interrupt-controller/arm-gic.h>
11 #include <dt-bindings/power/qcom-rpmpd.h>
12 #include <dt-bindings/reset/qcom,gcc-msm8916.h>
13 #include <dt-bindings/soc/qcom,apr.h>
[all …]
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c1 /*-
2 * Copyright (c) 2020-2025 The FreeBSD Foundation
3 * Copyright (c) 2020-2025 Bjoern A. Zeeb
37 * for these (e.g., struct hw -> struct lkpi_hw, struct sta -> struct lkpi_sta).
39 * We call the internal versions lxxx (e.g., hw -> lhw, sta -> lsta).
44 * - lots :)
45 * - HW_CRYPTO: we need a "keystore" and an ordered list for suspend/resume.
96 /* XXX-BZ really want this and others in queue.h */
98 (elm)->field.tqe_next = NULL; \
99 (elm)->field.tqe_prev = NULL; \
[all …]
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmac80211.c1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
3 * Copyright (C) 2012-2014, 2018-2025 Intel Corporation
4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH
5 * Copyright (C) 2016-2017 Intel Deutschland GmbH
26 #include "iwl-drv.h"
27 #include "iwl-op-mode.h"
28 #include "iwl-io.h"
31 #include "time-event.h"
32 #include "iwl-nvm-utils.h"
33 #include "iwl-phy-db.h"
[all …]
H A Dmvm.h1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
3 * Copyright (C) 2012-2014, 2018-2025 Intel Corporation
4 * Copyright (C) 2013-2015 Intel Mobile Communications GmbH
5 * Copyright (C) 2016-2017 Intel Deutschland GmbH
26 #include "iwl-op-mode.h"
27 #include "iwl-trans.h"
28 #include "fw/notif-wait.h"
29 #include "iwl-nvm-utils.h"
31 #include "iwl-config.h"
33 #include "fw-api.h"
[all …]
/freebsd/sys/dev/iwx/
H A Dif_iwx.c1 /*-
2 * SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) AND ISC
28 /*-
64 /*-
65 * Based on BSD-licensed source modules in the Linux iwlwifi driver,
76 * Copyright(c) 2018 - 2019 Intel Corporation
90 * Copyright(c) 2018 - 2019 Intel Corporation
122 /*-
123 * Copyright (c) 2007-2010 Damien Bergamini <damien.bergamini@free.fr>
162 #include <dev/pci/pcireg.h>
[all …]
/freebsd/contrib/ntp/
H A DCommitLog-4.1.01 2001-08-01 Harlan Stenn <stenn@whimsy.udel.edu>
5 2001-07-27 Harlan Stenn <stenn@whimsy.udel.edu>
19 2001-07-10 Harlan Stenn <stenn@whimsy.udel.edu>
21 * configure.in: 4.0.99m-rc3
23 2001-07-06 Harlan Stenn <stenn@whimsy.udel.edu>
28 2001-07-04 Harlan Stenn <stenn@whimsy.udel.edu>
33 * configure.in (rt library check): Don't look for -lrt under
34 Linux. Under glibc-2.1.2 and -2.2.2 (at least), the POSIX-
35 compatibility real-time library does strange things with threads
39 2001-06-30 Harlan Stenn <stenn@whimsy.udel.edu>
[all …]
/freebsd/sys/dev/iwm/
H A Dif_iwm.c20 /*-
21 * Based on BSD-licensed source modules in the Linux iwlwifi driver,
34 * Copyright(c) 2007 - 2013 Intel Corporation. All rights reserved.
55 * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
60 * Copyright(c) 2005 - 2013 Intel Corporation. All rights reserved.
90 /*-
91 * Copyright (c) 2007-2010 Damien Bergamini <damien.bergamini@free.fr>
130 #include <dev/pci/pcivar.h>
131 #include <dev/pci/pcireg.h>
152 #include <dev/iwm/if_iwmreg.h>
[all …]
/freebsd/tools/build/mk/
H A DOptionalObsoleteFiles.inc4 # the check-old* and delete-old* targets.
18 OLD_FILES+=usr/tests/usr.sbin/sa/v1-amd64-sav.in
19 OLD_FILES+=usr/tests/usr.sbin/sa/v1-amd64-sav.out
20 OLD_FILES+=usr/tests/usr.sbin/sa/v1-amd64-u.out
21 OLD_FILES+=usr/tests/usr.sbin/sa/v1-amd64-usr.in
22 OLD_FILES+=usr/tests/usr.sbin/sa/v1-amd64-usr.out
23 OLD_FILES+=usr/tests/usr.sbin/sa/v1-i386-sav.in
24 OLD_FILES+=usr/tests/usr.sbin/sa/v1-i386-sav.out
25 OLD_FILES+=usr/tests/usr.sbin/sa/v1-i386-u.out
26 OLD_FILES+=usr/tests/usr.sbin/sa/v1-i386-usr.in
[all …]
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in2 %%% BibTeX-file{
23 %%% (incompletely) 1970 -- 1979.
50 %%% covering 1958--1996 became too large (about
65 %%% Algorithms 1--492. For Algorithms 493--686,
72 %%% cross-referenced in both directions, so
75 %%% Corrigenda. Cross-referenced entries are
77 %%% that each is completely self-contained.
83 %%% ftp://netlib.bell-labs.com/netlib/toms.
88 %%% http://ciir.cs.umass.edu/cgi-bin/web_query_form/public/cacm2.1.
90 %%% The initial draft of entries for 1981 --
[all …]
/freebsd/sys/dev/mwl/
H A Dif_mwl.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2007-2009 Sam Leffler, Errno Consulting
5 * Copyright (c) 2007-2008 Marvell Semiconductor, Inc.
81 #include <dev/mwl/if_mwlvar.h>
82 #include <dev/mwl/mwldiag.h>
230 ((sc->sc_debug & MWL_DEBUG_RECV) && \
231 ((sc->sc_debug & MWL_DEBUG_RECV_ALL) || !IEEE80211_IS_MGMT_BEACON(wh)))
233 (sc->sc_debug & MWL_DEBUG_XMIT)
236 if (sc->sc_debug & (m)) \
[all …]
/freebsd/share/misc/
H A Dusb_vendors6 # http://www.linux-usb.org/usb-ids.html
7 # or send entries as patches (diff -u old new) in the
10 # http://www.linux-usb.org/usb.ids
13 # Date: 2025-09-15 20:34:02
20 # device device_name <-- single tab
21 # interface interface_name <-- two tabs
38 5301 GW-US54ZGL 802.11bg
54 145f NW-3100 802.11b/g 54Mbps Wireless Network Adapter [zd1211]
64 0200 TP-Link
86 120e ASI120MC-S Planetary Camera
[all …]