Home
last modified time | relevance | path

Searched +full:sens +full:- (Results 1 – 19 of 19) sorted by relevance

/freebsd/sys/powerpc/powermac/
H A Dsmusat.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
63 static int smusat_sensor_read(struct smu_sensor *sens);
95 if (compat == NULL || strcmp(compat, "smu-sat") != 0) in smusat_probe()
106 struct smu_sensor *sens; in smusat_attach() local
114 sc->sc_nsensors = 0; in smusat_attach()
115 sc->sc_last_update = 0; in smusat_attach()
119 sc->sc_nsensors++; in smusat_attach()
121 if (sc->sc_nsensors == 0) { in smusat_attach()
123 return (-1); in smusat_attach()
[all …]
H A Dsmu.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
276 sc->sc_cmd_phys = segs[0].ds_addr; in smu_phys_callback()
288 mtx_init(&sc->sc_mtx, "smu", NULL, MTX_DEF); in smu_attach()
289 sc->sc_cur_cmd = NULL; in smu_attach()
290 sc->sc_doorbellirqid = -1; in smu_attach()
292 sc->sc_u3 = 0; in smu_attach()
293 if (OF_finddevice("/u3") != -1) in smu_attach()
294 sc->sc_u3 = 1; in smu_attach()
302 NULL, &(sc->sc_dmatag)); in smu_attach()
[all …]
/freebsd/sys/dev/iicbus/adc/
H A Dad7417.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
96 static int ad7417_diode_read(struct ad7417_sensor *sens);
97 static int ad7417_adc_read(struct ad7417_sensor *sens);
98 static int ad7417_sensor_read(struct ad7417_sensor *sens);
121 static MALLOC_DEFINE(M_AD7417, "ad7417", "Supply-Monitor AD7417");
145 return (-1); in ad7417_write()
173 return (-1); in ad7417_read_1()
201 return (-1); in ad7417_read_2()
217 { addr, IIC_M_WR | IIC_M_NOSTOP, 1, &in->reg }, in ad7417_write_read()
[all …]
/freebsd/sys/dev/iicbus/pwm/
H A Dadt746x.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
121 static int adt746x_sensor_read(struct adt746x_sensor *sens);
169 return (-1); in adt746x_write()
198 return (-1); in adt746x_read()
222 sc->sc_dev = dev; in adt746x_probe()
223 sc->sc_addr = iicbus_get_addr(dev); in adt746x_probe()
237 sc->enum_hook.ich_func = adt746x_start; in adt746x_attach()
238 sc->enum_hook.ich_arg = dev; in adt746x_attach()
243 * the master. The openpic on mac-io is controlling the htpic. in adt746x_attach()
[all …]
/freebsd/sys/dev/iicbus/sensor/
H A Dmax6690.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
73 static int max6690_sensor_read(struct max6690_sensor *sens);
100 static MALLOC_DEFINE(M_MAX6690, "max6690", "Temp-Monitor MAX6690");
136 return (-1); in max6690_read()
154 if (strcmp(name, "temp-monitor") != 0 || in max6690_probe()
159 sc->sc_dev = dev; in max6690_probe()
160 sc->sc_addr = iicbus_get_addr(dev); in max6690_probe()
162 device_set_desc(dev, "Temp-Monitor MAX6690"); in max6690_probe()
169 * and we have allocated memory for sc->sc_sensors, we fill in the properties.
[all …]
/freebsd/contrib/tcsh/nls/french/
H A Dset133 1 hash=%-4d dir=%-2d prog=%s\n
9 7 où: / dans la commande n'a pas de sens\n
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Ddlg,da7280.txt4 - compatible: Should be "dlg,da7280".
5 - reg: Specifies the I2C slave address.
7 - interrupt-parent : Specifies the phandle of the interrupt controller to
10 - dlg,actuator-type: Set Actuator type. it should be one of:
11 "LRA" - Linear Resonance Actuator type.
12 "ERM-bar" - Bar type Eccentric Rotating Mass.
13 "ERM-coin" - Coin type Eccentric Rotating Mass.
15 - dlg,const-op-mode: Haptic operation mode for FF_CONSTANT.
17 1 - Direct register override(DRO) mode triggered by i2c(default),
18 2 - PWM data source mode controlled by PWM duty,
[all …]
H A Diqs62x-keys.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/input/iqs62x-keys.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jeff LaBundy <jeff@labundy.com>
13 - $ref: input.yaml#
16 The Azoteq IQS620A, IQS621, IQS622, IQS624 and IQS625 multi-function sensors
17 feature a variety of self-capacitive, mutual-inductive and Hall-effect sens-
23 further details and examples. Sensor hardware configuration (self-capacitive
24 vs. mutual-inductive, etc.) is selected based on the device's firmware.
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h1 //==- BasicValueFactory.h - Basic values for Path Sens analysis --*- C++ -*-==//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
70 assert(NonLoc::isCompoundType(r->getValueType())); in LazyCompoundValData()
151 if (const AtomicType *AT = T->getAs<AtomicType>()) { in getAPSIntType()
152 T = AT->getValueType(); in getAPSIntType()
155 if (T->isIntegralOrEnumerationType() || Loc::isLocType(T)) { in getAPSIntType()
157 !T->isSignedIntegerOrEnumerationType()); in getAPSIntType()
159 // implicitly handle case of T->isFixedPointType() in getAPSIntType()
[all …]
H A DExplodedGraph.h1 //===- ExplodedGraph.h - Local, Path-Sens. "Exploded Graph" -----*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // which represent a path-sensitive, intra-procedural "exploded graph."
16 //===----------------------------------------------------------------------===//
57 //===----------------------------------------------------------------------===//
59 // contain a specific kind of state. Typed-specialized versions are defined
61 //===----------------------------------------------------------------------===//
122 /// Location - The program location (within a function body) associated
126 /// State - The state associated with this node.
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsm8150-microsoft-surface-duo.dts1 // SPDX-License-Identifier: BSD-3-Clause
6 /dts-v1/;
8 #include <dt-bindings/regulator/qcom,rpmh-regulator.h>
9 #include <dt-bindings/gpio/gpio.h>
17 compatible = "microsoft,surface-duo", "qcom,sm8150";
18 chassis-type = "handset";
25 stdout-path = "serial0:115200n8";
28 vph_pwr: vph-pwr-regulator {
29 compatible = "regulator-fixed";
30 regulator-name = "vph_pwr";
[all …]
/freebsd/sys/dev/iwi/
H A Dif_iwi.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
6 * Copyright (c) 2005-2006 Sam Leffler, Errno Consulting
33 /*-
266 for (ident = iwi_ident_table; ident->name != NULL; ident++) { in iwi_probe()
267 if (pci_get_vendor(dev) == ident->vendor && in iwi_probe()
268 pci_get_device(dev) == ident->device) { in iwi_probe()
269 device_set_desc(dev, ident->name); in iwi_probe()
280 struct ieee80211com *ic = &sc->sc_ic; in iwi_attach()
284 sc->sc_dev = dev; in iwi_attach()
[all …]
/freebsd/sys/dev/usb/wlan/
H A Dif_urtw.c1 /*-
86 if (sc->sc_debug & (m)) \
231 0x23, 0x88, 0x7c, 0xa5, /* -82dbm */
232 0x23, 0x88, 0x7c, 0xb5, /* -82dbm */
233 0x23, 0x88, 0x7c, 0xc5, /* -82dbm */
234 0x33, 0x80, 0x79, 0xc5, /* -78dbm */
235 0x43, 0x78, 0x76, 0xc5, /* -74dbm */
236 0x53, 0x60, 0x73, 0xc5, /* -70dbm */
237 0x63, 0x58, 0x70, 0xc5, /* -66dbm */
316 0x23, 0x15, 0xa5, /* -82-1dbm */
[all …]
/freebsd/sbin/setkey/
H A Dtest-pfkey.c1 /* $KAME: test-pfkey.c,v 1.4 2000/06/07 00:29:14 itojun Exp $ */
3 /*-
4 * SPDX-License-Identifier: BSD-3-Clause
267 ((struct sadb_msg *)m_buf)->sadb_msg_len = PFKEY_UNIT64(m_len);
279 /* make sens & integ */ in key_setsadbsens()
321 /* the 1st is ESP AES-GCM-16 */ in key_setsadbprop()
323 m_comb->sadb_comb_auth = SADB_AALG_NONE; in key_setsadbprop()
324 m_comb->sadb_comb_encrypt = SADB_X_EALG_AESGCM16; in key_setsadbprop()
325 m_comb->sadb_comb_flags = 0; in key_setsadbprop()
326 m_comb->sadb_comb_auth_minbits = 0; in key_setsadbprop()
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp1 //===-- SVals.cpp - Abstract RValues for Path-Sens. Value Tracking --------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // abstract r-values for use with path-sensitive value tracking.
12 //===----------------------------------------------------------------------===//
38 //===----------------------------------------------------------------------===//
40 //===----------------------------------------------------------------------===//
42 //===----------------------------------------------------------------------===//
44 //===----------------------------------------------------------------------===//
48 const MemRegion* R = X->getRegion(); in getAsFunctionDecl()
[all …]
H A DExplodedGraph.cpp1 //===- ExplodedGraph.cpp - Local, Path-Sens. "Exploded Graph" -------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // which represent a path-sensitive, intra-procedural "exploded graph."
12 //===----------------------------------------------------------------------===//
38 //===----------------------------------------------------------------------===//
40 //===----------------------------------------------------------------------===//
46 //===----------------------------------------------------------------------===//
48 //===----------------------------------------------------------------------===//
51 if (!Ex->isLValue()) in isInterestingLValueExpr()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp1 //===- AnalysisDeclContext.cpp - Analysis context for Path Sens analysis --===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
96 Stmt *Body = FD->getBody(); in getBody()
98 Body = CoroBody->getBody(); in getBody()
99 if (ADCMgr && ADCMgr->synthesizeBodies()) { in getBody()
100 Stmt *SynthesizedBody = ADCMgr->getBodyFarm().getBody(FD); in getBody()
109 Stmt *Body = MD->getBody(); in getBody()
110 if (ADCMgr && ADCMgr->synthesizeBodies()) { in getBody()
[all …]
/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dutil.c1 /*-
4 * SPDX-License-Identifier: BSD-2-Clause
81 /* 0x01 */ "Only for point-to-point packets", in hci_encrypt2str()
82 /* 0x02 */ "Both point-to-point and broadcast packets" in hci_encrypt2str()
102 /* 0x01 */ "u-law", in hci_coding2str()
103 /* 0x02 */ "A-law", in hci_coding2str()
116 /* 0x02 */ "Sign-Magnitude", in hci_vdata2str()
136 size--; in hci_hmode2str()
143 strncat(buffer, t[n], size - len); in hci_hmode2str()
246 /* 0050 */ "Red-M (Communications) Ltd", in hci_manufacturer2str()
[all …]
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c121 ahp->ah_hwp = HAL_TRUE_CHIP; in ar9300_attach_hw_platform()
196 * Mask used to construct AAD for CCMP-AES in ar9300_init_mfp()
197 * Cisco spec defined bits 0-3 as mask in ar9300_init_mfp()
226 centers->ctl_center = centers->ext_center = in ar9300_get_channel_centers()
227 centers->synth_center = ichan->channel; in ar9300_get_channel_centers()
238 centers->synth_center = ichan->channel + HT40_CHANNEL_CENTER_SHIFT; in ar9300_get_channel_centers()
241 centers->synth_center = ichan->channel - HT40_CHANNEL_CENTER_SHIFT; in ar9300_get_channel_centers()
242 extoff = -1; in ar9300_get_channel_centers()
245 centers->ctl_center = in ar9300_get_channel_centers()
246 centers->synth_center - (extoff * HT40_CHANNEL_CENTER_SHIFT); in ar9300_get_channel_centers()
[all …]