Home
last modified time | relevance | path

Searched +full:diff +full:- +full:channels (Results 1 – 25 of 35) sorted by relevance

12

/freebsd-src/sys/contrib/device-tree/Bindings/iio/adc/
H A Dadi,ad7124.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Stefan Popa <stefan.popa@analog.com>
16 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7124-8.pdf
21 - adi,ad7124-4
22 - adi,ad7124-8
32 clock-names:
34 - const: mclk
40 '#address-cells':
[all …]
H A Dadc.txt4 - bipolar : Boolean, if set the channel is used in bipolar mode.
5 - diff-channels : Differential channels muxed for this ADC. The first value
15 diff-channels = <0 1>;
20 diff-channels = <2 3>;
H A Dadi,ad4130.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Cosmin Tanislav <cosmin.tanislav@analog.com>
15 https://www.analog.com/media/en/technical-documentation/data-sheets/AD4130-8.pdf
20 - adi,ad4130
29 clock-names:
31 - const: mclk
36 interrupt-names:
42 - int
[all …]
H A Dst,stm32-adc.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/iio/adc/st,stm32-adc.yaml#
5 $schema: http://devicetree.org/meta-schema
[all...]
H A Dmicrochip,mcp3564.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Marius Cristea <marius.cristea@microchip.com>
13 Bindings for the Microchip family of 153.6 ksps, Low-Noise 16/24-Bit
14 Delta-Sigma ADCs with an SPI interface. Datasheet can be found here:
16 …s/aemDocuments/documents/MSLD/ProductDocuments/DataSheets/MCP3561-2-4-Family-Data-Sheet-DS20006181…
18 …ds/aemDocuments/documents/APID/ProductDocuments/DataSheets/MCP3561_2_4R-Data-Sheet-DS200006391C.pdf
20 …ProductDocuments/DataSheets/MCP3461-2-4-Two-Four-Eight-Channel-153.6-ksps-Low-Noise-16-Bit-Delta-S…
22 …/aemDocuments/documents/APID/ProductDocuments/DataSheets/MCP3461-2-4R-Family-Data-Sheet-DS20006404…
[all …]
H A Dadi,max11410.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Ibrahim Tilki <Ibrahim.Tilki@analog.com>
21 - adi,max11410
30 interrupt-names:
34 - enum: [gpio0, gpio1]
35 - const: gpio1
37 '#address-cells':
40 '#size-cells':
[all …]
H A Dadi,ad7292.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Analog Devices AD7292 10-Bit Monitor and Control System
10 - Marcelo Schmitt <marcelo.schmitt1@gmail.com>
13 Analog Devices AD7292 10-Bit Monitor and Control System with ADC, DACs,
17 https://www.analog.com/media/en/technical-documentation/data-sheets/ad7292.pdf
22 - adi,ad7292
27 vref-supply:
31 spi-cpha: true
[all …]
H A Dadc.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: IIO Common Properties for ADC Channels
10 - Jonathan Cameron <jic23@kernel.org>
13 A few properties are defined in a common way ADC channels
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/mux/
H A Dadi,adg792a.txt4 - compatible : "adi,adg792a" or "adi,adg792g"
5 - #mux-control-cells : <0> if parallel (the three muxes are bound together
8 * Standard mux-controller bindings as described in mux-controller.yaml
11 - gpio-controller : if present, #gpio-cells below is required.
12 - #gpio-cells : should be <2>
13 - First cell is the GPO line number, i.e. 0 or 1
14 - Second cell is used to specify active high (0)
18 - idle-state : if present, array of states that the mux controllers will have
32 mux: mux-controller@50 {
35 #mux-control-cells = <1>;
[all …]
/freebsd-src/contrib/wpa/wpa_supplicant/
H A Drrm.c2 * wpa_supplicant - Radio Measurements
3 * Copyright (c) 2003-2016, Jouni Malinen <j@w1.fi>
25 if (!rrm->notify_neighbor_rep) { in wpas_rrm_neighbor_rep_timeout_handler()
31 wpa_printf(MSG_DEBUG, "RRM: Notifying neighbor report - NONE"); in wpas_rrm_neighbor_rep_timeout_handler()
32 rrm->notify_neighbor_rep(rrm->neighbor_rep_cb_ctx, NULL); in wpas_rrm_neighbor_rep_timeout_handler()
34 rrm->notify_neighbor_rep = NULL; in wpas_rrm_neighbor_rep_timeout_handler()
35 rrm->neighbor_rep_cb_ctx = NULL; in wpas_rrm_neighbor_rep_timeout_handler()
40 * wpas_rrm_reset - Clear and reset all RRM data in wpa_supplicant
45 wpa_s->rr in wpas_rrm_reset()
314 struct os_reltime t, diff; wpas_rrm_build_lci_report() local
505 wpas_add_channels(const struct oper_class_map * op,struct hostapd_hw_modes * mode,int active,const u8 * channels,const u8 size) wpas_add_channels() argument
564 const u8 *channels = NULL; wpas_op_class_freqs() local
1538 struct os_reltime update_time, diff; wpas_beacon_rep_scan_process() local
[all...]
H A Ddpp_supplicant.c2 * wpa_supplicant - DPP
4 * Copyright (c) 2018-2020, The Linux Foundation
5 * Copyright (c) 2021-2022, Qualcomm Innovation Center, Inc.
70 * wpas_dpp_qr_code - Parse and add DPP bootstrapping info from a QR Code
73 * Returns: Identifier of the stored info or -1 on failure in wpas_dpp_qr_code()
78 struct dpp_authentication *auth = wpa_s->dpp_auth; in wpas_dpp_qr_code()
80 bi = dpp_add_qr_code(wpa_s->dpp, cmd); in wpas_dpp_qr_code()
82 return -1; in wpas_dpp_qr_code()
84 if (auth && auth->response_pending && in wpas_dpp_qr_code()
90 MAC2STR(auth->peer_mac_add in wpas_dpp_qr_code()
549 struct os_reltime now, diff; wpas_dpp_reply_wait_timeout() local
662 struct os_reltime now, diff; wpas_dpp_auth_init_next() local
[all...]
H A Dwpa_supplicant.c3 * Copyright (c) 2003-2024, Jouni Malinen <j@w1.fi>
76 "Copyright (c) 2003-2024, Jouni Malinen <j@w1.fi> and contributors";
107 "3. Neither the name(s) of the above-listed copyright holder(s) nor the\n"
144 if (ssid->wep_key_len[i] == 0) in wpa_set_wep_keys()
148 wpa_drv_set_key(wpa_s, -1, WPA_ALG_WEP, NULL, in wpa_set_wep_keys()
149 i, i == ssid->wep_tx_keyidx, NULL, 0, in wpa_set_wep_keys()
150 ssid->wep_key[i], ssid->wep_key_len[i], in wpa_set_wep_keys()
151 i == ssid->wep_tx_keyidx ? in wpa_set_wep_keys()
170 /* IBSS/WPA-Non in wpa_supplicant_set_wpa_none_key()
6196 struct os_reltime now, diff; radio_start_next_work() local
6424 struct os_reltime now, diff; radio_work_done() local
[all...]
H A Devents.c2 * WPA Supplicant - Driver event processing
3 * Copyright (c) 2003-2019, Jouni Malinen <j@w1.fi>
72 if (ssid == NULL || ssid->disabled_until.sec == 0) in wpas_temp_disabled()
76 if (ssid->disabled_until.sec > now.sec) in wpas_temp_disabled()
77 return ssid->disabled_until.sec - now.sec; in wpas_temp_disabled()
87 * wpas_reenabled_network_time - Time until first network is re-enabled
90 * (in sec) until the first network is re-enabled. Otherwise returns 0.
94 * re-enable in wpas_reenabled_network_time()
1396 struct os_reltime diff; wpa_scan_res_ok() local
1869 int min_diff, diff; wpa_supplicant_need_to_roam_within_ess() local
5000 struct os_reltime diff; wpa_supplicant_event() local
5035 struct os_reltime now, diff; wpa_supplicant_event() local
[all...]
/freebsd-src/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rl.c1 /*-
2 * Copyright (c) 2016-2020 Mellanox Technologies. All rights reserved.
57 void *sqc = param->sqc; in mlx5e_rl_build_sq_param()
59 uint8_t log_sq_size = order_base_2(rl->param.tx_queue_size); in mlx5e_rl_build_sq_param()
63 MLX5_SET(wq, wq, pd, rl->priv->pdn); in mlx5e_rl_build_sq_param()
65 param->wq.linear = 1; in mlx5e_rl_build_sq_param()
72 void *cqc = param->cqc; in mlx5e_rl_build_cq_param()
73 uint8_t log_sq_size = order_base_2(rl->param.tx_queue_size); in mlx5e_rl_build_cq_param()
76 MLX5_SET(cqc, cqc, cq_period, rl->param.tx_coalesce_usecs); in mlx5e_rl_build_cq_param()
77 MLX5_SET(cqc, cqc, cq_max_count, rl->param.tx_coalesce_pkts); in mlx5e_rl_build_cq_param()
[all …]
/freebsd-src/sys/contrib/dev/mediatek/mt76/
H A Dmac80211.c1 // SPDX-License-Identifier: ISC
89 /* UNII-5 */
114 /* UNII-6 */
121 /* UNII-7 */
139 /* UNII-8 */
208 struct mt76_dev *dev = phy->dev; in mt76_led_init()
209 struct ieee80211_hw *hw = phy->hw; in mt76_led_init()
211 if (!phy->leds.cdev.brightness_set && !phy->leds.cdev.blink_set) in mt76_led_init()
214 snprintf(phy->leds.name, sizeof(phy->leds.name), "mt76-%s", in mt76_led_init()
215 wiphy_name(hw->wiphy)); in mt76_led_init()
[all …]
/freebsd-src/contrib/wpa/src/ap/
H A Ddpp_hostapd.c4 * Copyright (c) 2018-2020, The Linux Foundation
5 * Copyright (c) 2021-2022, Qualcomm Innovation Center, Inc.
51 * hostapd_dpp_qr_code - Parse and add DPP bootstrapping info from a QR Code in hostapd_dpp_qr_code()
54 * Returns: Identifier of the stored info or -1 on failure in hostapd_dpp_qr_code()
59 struct dpp_authentication *auth = hapd->dpp_auth; in hostapd_dpp_qr_code()
61 bi = dpp_add_qr_code(hapd->iface->interfaces->dpp, cmd); in hostapd_dpp_qr_code()
63 return -1; in hostapd_dpp_qr_code()
65 if (auth && auth->response_pendin in hostapd_dpp_qr_code()
328 struct os_reltime now, diff; hostapd_dpp_reply_wait_timeout() local
448 struct os_reltime now, diff; hostapd_dpp_auth_init_next() local
[all...]
/freebsd-src/sys/dev/iwn/
H A Dif_iwn.c1 /*-
2 * Copyright (c) 2007-2009 Damien Bergamini <damien.bergamini@free.fr>
6 * Copyright (c) 2013 Cedric GROSS <c.gross@kreiz-it.fr>
84 { 0x8086, IWN_DID_6x05_1, "Intel Centrino Advanced-N 6205" },
85 { 0x8086, IWN_DID_1000_1, "Intel Centrino Wireless-N 1000" },
86 { 0x8086, IWN_DID_1000_2, "Intel Centrino Wireless-N 1000" },
87 { 0x8086, IWN_DID_6x05_2, "Intel Centrino Advanced-N 6205" },
88 { 0x8086, IWN_DID_6050_1, "Intel Centrino Advanced-N + WiMAX 6250" },
89 { 0x8086, IWN_DID_6050_2, "Intel Centrino Advanced-N + WiMAX 6250" },
90 { 0x8086, IWN_DID_x030_1, "Intel Centrino Wireless-
2428 struct iwn_eeprom_chan *channels = sc->eeprom_channels[n]; iwn_read_eeprom_band() local
2481 struct iwn_eeprom_chan *channels = sc->eeprom_channels[n]; iwn_read_eeprom_ht40() local
3809 int diff, min_retries, max_retries, new_idx, loop_end; iwn_ampdu_index_check() local
3908 int diff, wrong_idx; iwn_ampdu_tx_done() local
[all...]
/freebsd-src/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c1 /*-
2 * Copyright (c) 2020-2024 The FreeBSD Foundation
3 * Copyright (c) 2020-2024 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).
82 /* XXX-BZ really want this and others in queue.h */
84 (elm)->field.tqe_next = NULL; \
85 (elm)->fiel
637 struct linuxkpi_ieee80211_channel *channels; lkpi_find_lkpi80211_chan() local
693 struct linuxkpi_ieee80211_channel *channels; linuxkpi_ieee80211_get_channel() local
3093 struct linuxkpi_ieee80211_channel *channels; lkpi_scan_ies_add() local
4233 struct linuxkpi_ieee80211_channel *channels; lkpi_ic_getradiocaps() local
4685 struct linuxkpi_ieee80211_channel *channels; linuxkpi_ieee80211_ifattach() local
[all...]
/freebsd-src/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_eeprom.c91 AH9300(ah)->calibration_data_source = source; in ar9300_calibration_data_set()
100 return AH9300(ah)->calibration_data_source; in ar9300_calibration_data_get()
114 AH9300(ah)->calibration_data_source_address = size; in ar9300_calibration_data_address_set()
123 return AH9300(ah)->calibration_data_source_address; in ar9300_calibration_data_address_get()
150 mptr = &ahp->ah_eeprom; in ar9300_eeprom_template_install()
163 return -1; in ar9300_eeprom_template_install()
174 nptr = -1; in ar9300_eeprom_restore_something()
180 AH9300(ah)->calibration_data_source = calibration_data_none; in ar9300_eeprom_restore_something()
181 AH9300(ah)->calibration_data_source_address = 0; in ar9300_eeprom_restore_something()
194 AH9300(ah)->calibration_data_source = calibration_data_none; in ar9300_eeprom_restore_something()
[all …]
H A Dar9300.h48 #define INIT_RSSI_BEACON_WEIGHT 8 /* ave beacon rssi weight (0-16) */
51 * Various fifo fill before Tx start, in 64-byte units
55 #define MAX_TX_FIFO_THRESHOLD (( 4096 / 64) - 1)
151 * Per-channel ANI state private to the driver.
178 u_int32_t cycle_count; /* Last cycle_count (can detect wrap-around) */
188 #define AR9300_CHANNEL_SWITCH_TIME_USEC 1000 /* 1 millisecond needed to change channels */
195 ((AH9300(ah)->ah_proc_phy_err & HAL_PROCESS_ANI))
211 u_int32_t ast_ani_reset; /* ANI parameters zero'd for non-STA */
257 #define HAL_NUMRADAR_STATES 64 /* Number of radar channels we keep state for */
317 (iniarray)->ia_array = (const u_int32_t *)(array); \
[all …]
/freebsd-src/sys/contrib/dev/rtw88/
H A Dphy.c1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
2 /* Copyright(c) 2018-2019 Realtek Corporation
113 struct rtw_dm_info *dm_info = &rtwdev->dm_info; in rtw_phy_cck_pd_init()
118 dm_info->cck_pd_lv[i][j] = CCK_PD_LV0; in rtw_phy_cck_pd_init()
121 dm_info->cck_fa_avg = CCK_FA_AVG_RESET; in rtw_phy_cck_pd_init()
126 struct rtw_hw_reg_offset *edcca_th = rtwdev->chi in rtw_phy_set_edcca_th()
346 u8 diff; rtw_phy_dig_check_damping() local
[all...]
/freebsd-src/sys/dev/hyperv/netvsc/
H A Dif_hn.c1 /*-
2 * Copyright (c) 2010-2012 Citrix Inc.
3 * Copyright (c) 2009-2012,2016-2017 Microsoft Corp.
29 /*-
30 * Copyright (c) 2004-2006 Kip Macy
149 /* -1 for RNDIS packet message */
150 #define HN_TX_DATA_SEGCNT_MAX (HN_GPACNT_MAX - 1)
168 sx_init(&(sc)->hn_lock, device_get_nameunit((sc)->hn_de
[all...]
/freebsd-src/crypto/openssh/
H A DChangeLog17 upstream: openssh-9.7
19 OpenBSD-Commit-ID: 618ececf58b8cdae016b149787af06240f7b0cbc
46 OpenBSD-Commit-ID: e58f18042b86425405ca09e6e9d7dfa1df9f5f7f
52 upstream: skip more whitespace, fixes find-principals on
56 OpenBSD-Commit-ID: b3a22a2afd753d70766f34bc7f309c03706b5298
67 OpenBSD-Regress-ID: f68d79e7f00caa8d216ebe00ee5f0adbb944062a
73 Prefer openssl binary from --with-ssl-dir directory.
75 Use openssl in the directory specified by --with-ssl-dir as long
86 OpenBSD-Commit-ID: 97d96a166b1ad4b8d229864a553e3e56d3116860
92 upstream: wrap a few PKCS#11-specific bits in ENABLE_PKCS11
[all …]
/freebsd-src/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c2 * WPA Supplicant / dbus-based control interface
4 * Copyright (c) 2009-2010, Witold Sowa <witold.sowa@gmail.com>
5 * Copyright (c) 2009-2015, Jouni Malinen <j@w1.fi>
47 * wpas_dbus_error_unknown_error - Return a new UnknownError error message
63 * wpas_dbus_error_iface_unknown - Return a new invalid interface error message
78 * wpas_dbus_error_network_unknown - Return a new NetworkUnknown error message
93 * wpas_dbus_error_invalid_args - Return a new InvalidArgs error message
116 * wpas_dbus_error_scan_error - Return a new ScanError error message
171 * get_iface_by_dbus_path - Get a new network interface
181 for (wpa_s = global->iface in get_iface_by_dbus_path()
5407 struct os_reltime now, diff = { 0, 0 }; wpas_dbus_getter_bss_age() local
[all...]
/freebsd-src/contrib/wpa/src/common/
H A Dqca-vendor.h3 * Copyright (c) 2014-2017, Qualcomm Atheros, Inc.
4 * Copyright (c) 2018-2020, The Linux Foundation
5 * Copyright (c) 2021-2023, Qualcomm Innovation Center, Inc.
28 * enum qca_radiotap_vendor_ids - QCA radiotap vendor namespace IDs
41 * Global NSS configuration - Applies to all bands (2.4 GHz and 5/6 GHz)
62 * Per band NSS configuration - Applies to the 2.4 GHz or 5/6 GHz band
79 * Global chain configuration - Applies to all bands (2.4 GHz and 5/6 GHz)
96 * Per band chain configuration - Applies to the 2.4 GHz or 5/6 GHz band
117 * Case 1: CONFIG_NSS + CONFIG_TX_NSS/RX_NSS - Only CONFIG_NSS is applied
120 * Case 2: CONFIG_NSS + CONFIG_TX_NSS + CONFIG_RX_NSS - Sam
[all...]

12