Home
last modified time | relevance | path

Searched +full:probe +full:- +full:reset (Results 1 – 25 of 529) sorted by relevance

12345678910>>...22

/freebsd/usr.sbin/devctl/
H A Ddevctl.872 .Cm reset
86 consists of a single command followed by command-specific arguments.
93 bus-specific address.
98 .Bl -tag -width indent
100 Force the kernel to re-probe the device.
126 The device will probe and attach if a suitable device driver is found.
127 Note that this can re-enable a device disabled at boot time via a
153 Clear a previously-forced driver name so that the device is able to use any
180 Freeze probe and attach processing initiated in response to drivers being
192 Resume (thaw the freeze) probe and attach initiated in response to drivers
[all …]
/freebsd/sys/dev/scc/
H A Dscc_if.m1 #-
2 # Copyright (c) 2004-2006 Marcel Moolenaar
49 # attach() - attach hardware.
53 # The reset parameter informs the hardware driver whether a full device
54 # reset is allowed or not. This is important when one of the channels can
55 # be used as system console and a hardware reset would disrupt output.
58 int reset;
73 # ipend() - query SCC for pending interrupts.
77 # interrupt sources. An advantage of this approach is that it allows multi-
86 # probe() - detect hardware.
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/
H A Dmt8186-corsola-squirtle.dts1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
6 /dts-v1/;
7 #include "mt8186-corsola-voltorb.dtsi"
12 chassis-type = "convertible";
19 interrupts-extended = <&pio 12 IRQ_TYPE_LEVEL_LOW>;
20 pinctrl-names = "default";
21 pinctrl-0 = <&touchscreen_pins>;
22 reset-gpios = <&pio 60 GPIO_ACTIVE_LOW>;
23 vcc33-supply = <&pp3300_s3>;
24 status = "fail-needs-probe";
[all …]
H A Dmt8186-corsola-steelix.dtsi1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
6 /dts-v1/;
7 #include "mt8186-corsola.dtsi"
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/input/input.h>
12 pp1000_edpbrdg: regulator-pp1000-edpbrdg {
13 compatible = "regulator-fixed";
14 regulator-name = "pp1000_edpbrdg";
15 pinctrl-names = "default";
16 pinctrl-0 = <&en_pp1000_edpbrdg>;
[all …]
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dsemtech,sx1501q.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Neil Armstrong <neil.armstrong@linaro.org>
16 - semtech,sx1501q
17 - semtech,sx1502q
18 - semtech,sx1503q
19 - semtech,sx1504q
20 - semtech,sx1505q
21 - semtech,sx1506q
[all …]
H A Dpinctrl-sx150x.txt3 Please refer to pinctrl-bindings.txt, ../gpio/gpio.txt, and
4 ../interrupt-controller/interrupts.txt for generic information regarding
8 - compatible: should be one of :
19 - reg: The I2C slave address for this device.
21 - #gpio-cells: Should be 2. The first cell is the GPIO number and the
25 - gpio-controller: Marks the device as a GPIO controller.
28 - interrupts: Interrupt specifier for the controllers interrupt.
30 - interrupt-controller: Marks the device as a interrupt controller.
32 - semtech,probe-reset: Will trigger a reset of the GPIO expander on probe,
38 Required properties for pin configuration sub-nodes:
[all …]
/freebsd/lib/libdevctl/
H A Ddevctl.388 bus-specific address.
89 The following bus-specific address formats are currently supported:
90 .Bl -tag -offset indent
152 function re-enables a disabled device.
153 The device will probe and attach if a suitable device driver is found.
194 After the device's name is reset,
216 function freezes probe and attach processing initiated in response to
221 function resumes (thaws the freeze) probe and attach processing
226 function resets the specified device using bus-specific reset method.
230 the reset, and re-attached afterwards.
[all …]
/freebsd/sys/powerpc/powerpc/
H A Dplatform_if.m1 #-
41 * @defgroup PLATFORM platform - KObj methods for PowerPC platform
62 cpuref->cr_hwref = -1;
63 cpuref->cr_cpuid = 0;
99 * @brief Probe for whether we are on this platform, returning the standard
100 * newbus probe codes. If we have Open Firmware or a flattened device tree,
103 METHOD int probe {
110 * so the platform module can install its own high-priority MMU module at
225 * @brief Probe mp_ncores and smp_threads_per_core for early MI code
239 * @brief Reset system
[all …]
/freebsd/sys/contrib/device-tree/src/arm/qcom/
H A Dqcom-mdm9615-wp8548-mangoh-green.dts1 // SPDX-License-Identifier: GPL-2.0+ OR MIT
9 #include <dt-bindings/gpio/gpio.h>
10 #include <dt-bindings/input/input.h>
11 #include <dt-bindings/interrupt-controller/irq.h>
13 #include "qcom-mdm9615-wp8548.dtsi"
17 compatible = "swir,mangoh-gree
[all...]
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dmicrel-ks8995.txt3 Required properties (according to spi-bus.txt):
4 - compatible: either "micrel,ks8995", "micrel,ksz8864" or "micrel,ksz8795"
7 - reset-gpios : phandle of gpio that will be used to reset chip during probe
11 spi-master {
17 spi-max-frequency = <50000000>;
18 reset-gpios = <&gpio0 46 GPIO_ACTIVE_LOW>;
H A Ddavicom-dm9000.txt4 - compatible = "davicom,dm9000";
5 - reg : physical addresses and sizes of registers, must contain 2 entries:
8 - interrupts : interrupt specifier specific to interrupt controller
11 - davicom,no-eeprom : Configuration EEPROM is not available
12 - davicom,ext-phy : Use external PHY
13 - reset-gpios : phandle of gpio that will be used to reset chip during probe
14 - vcc-supply : phandle of regulator that will be used to enable power to chip
21 interrupt-parent = <&gpn>;
23 local-mac-address = [00 00 de ad be ef];
24 davicom,no-eeprom;
[all …]
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dak5386.txt1 AK5386 Single-ended 24-Bit 192kHz delta-sigma ADC
7 - compatible : "asahi-kasei,ak5386"
11 - reset-gpio : a GPIO spec for the reset/power down pin.
12 If specified, it will be deasserted at probe time.
13 - va-supply : a regulator spec, providing 5.0V
14 - vd-supply : a regulator spec, providing 3.3V
19 compatible = "asahi-kasei,ak5386";
20 reset-gpio = <&gpio0 23>;
21 va-supply = <&vdd_5v0_reg>;
22 vd-supply = <&vdd_3v3_reg>;
H A Dadi,adau1701.txt5 - compatible: Should contain "adi,adau1701"
6 - reg: The i2c address. Value depends on the state of ADDR0
11 - reset-gpio: A GPIO spec to define which pin is connected to the
12 chip's !RESET pin. If specified, the driver will
13 assert a hardware reset at probe time.
14 - adi,pll-mode-gpios: An array of two GPIO specs to describe the GPIOs
19 - adi,pin-config: An array of 12 numerical values selecting one of the
23 - avdd-supply: Power supply for AVDD, providing 3.3V
24 - dvdd-supply: Power supply for DVDD, providing 3.3V
32 reset-gpio = <&gpio 23 0>;
[all …]
H A Dti,tas5086.txt1 Texas Instruments TAS5086 6-channel PWM Processor
5 - compatible: Should contain "ti,tas5086".
6 - reg: The i2c address. Should contain <0x1b>.
10 - reset-gpio: A GPIO spec to define which pin is connected to the
11 chip's !RESET pin. If specified, the driver will
12 assert a hardware reset at probe time.
14 - ti,charge-period: This property should contain the time in microseconds
15 that closely matches the external single-ended
16 split-capacitor charge period. The hardware chip
23 - ti,mid-z-channel-X: Boolean properties, X being a number from 1 to 6.
[all …]
/freebsd/crypto/openssh/contrib/suse/
H A Drc.sshd2 # Copyright (c) 1995-2000 SuSE GmbH Nuernberg, Germany.
14 # Required-Start: $network $remote_fs
15 # Required-Stop: $network $remote_fs
16 # Default-Start: 3 5
17 # Default-Stop: 0 1 2 6
22 test -x $SSHD_BIN || exit 5
25 test -r $SSHD_SYSCONFIG || exit 6
35 # rc_status -v ditto but be verbose in local rc status
36 # rc_status -v -r ditto and clear the local rc status
41 # First reset status of this service
[all …]
/freebsd/sys/cddl/contrib/opensolaris/uts/intel/dtrace/
H A Dfasttrap_isa.c57 * Lossless User-Land Tracing on x86
58 * ---------
749 fasttrap_usdt_args64(fasttrap_probe_t * probe,struct reg * rp,int argc,uintptr_t * argv) fasttrap_usdt_args64() argument
771 fasttrap_usdt_args32(fasttrap_probe_t * probe,struct reg * rp,int argc,uint32_t * argv) fasttrap_usdt_args32() argument
1044 fasttrap_probe_t *probe = id->fti_probe; fasttrap_pid_probe() local
1102 fasttrap_probe_t *probe = id->fti_probe; fasttrap_pid_probe() local
[all...]
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.cpp1 //===-- tsan_sync.cpp -----------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
21 SyncVar::SyncVar() : mtx(MutexTypeSyncVar) { Reset(); } in SyncVar()
24 Reset(); in Init()
25 this->addr = addr; in Init()
29 if (common_flags()->detect_deadlocks) in Init()
33 void SyncVar::Reset() { in Reset() function in __tsan::SyncVar
34 CHECK(!ctx->resetting); in Reset()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Dadi,ad7768-1.txt1 Analog Devices AD7768-1 ADC device driver
3 Required properties for the AD7768-1:
5 - compatible: Must be "adi,ad7768-1"
6 - reg: SPI chip select number for the device
7 - spi-max-frequency: Max SPI frequency to use
8 see: Documentation/devicetree/bindings/spi/spi-bus.txt
9 - clocks: phandle to the master clock (mclk)
10 see: Documentation/devicetree/bindings/clock/clock-bindings.txt
11 - clock-names: Must be "mclk".
12 - interrupts: IRQ line for the ADC
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp1 //===- SampleProfileProbe.cpp - Pseudo probe Instrumentation -------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
38 #define DEBUG_TYPE "pseudo-probe"
44 VerifyPseudoProbe("verify-pseudo-probe", cl::init(false), cl::Hidden,
45 cl::desc("Do pseudo probe verification"));
48 "verify-pseudo-probe-funcs", cl::Hidden,
52 UpdatePseudoProbe("update-pseudo-probe", cl::init(true), cl::Hidden,
53 cl::desc("Update pseudo probe distribution factor"));
[all …]
/freebsd/sys/contrib/device-tree/Bindings/thermal/
H A Drockchip-thermal.txt4 - compatible : should be "rockchip,<name>-tsadc"
5 "rockchip,px30-tsadc": found on PX30 SoCs
6 "rockchip,rv1108-tsadc": found on RV1108 SoCs
7 "rockchip,rk3228-tsadc": found on RK3228 SoCs
8 "rockchip,rk3288-tsadc": found on RK3288 SoCs
9 "rockchip,rk3328-tsadc": found on RK3328 SoCs
10 "rockchip,rk3368-tsadc": found on RK3368 SoCs
11 "rockchip,rk3399-tsadc": found on RK3399 SoCs
12 - reg : physical base address of the controller and length of memory mapped
14 - interrupts : The interrupt number to the cpu. The interrupt specifier format
[all …]
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_pci.c1 /*-
2 * Copyright (c) 2015-2016 Landon Fuller <landon@landonf.org>
36 * PCI-specific implementation for the BHNDB bridge driver.
38 * Provides support for bridging from a PCI parent bus to a BHND-compatible
39 * bus (e.g. bcma or siba) via a Broadcom PCI core configured in end-point
42 * This driver handles all initial generic host-level PCI interactions with a
44 * bus has been enumerated, this driver works in tandem with a core-specific
101 struct bhndb_pci_probe *probe);
106 static int bhndb_pci_probe_alloc(struct bhndb_pci_probe **probe,
108 static void bhndb_pci_probe_free(struct bhndb_pci_probe *probe);
[all …]
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx7d-mba7.dts1 // SPDX-License-Identifier: GPL-2.0 OR X11
3 * Device Tree Source for TQ-Systems TQMa7D board on MBa7 carrier board.
5 * Copyright (C) 2016 TQ-Systems GmbH
6 * Author: Markus Niebel <Markus.Niebel@tq-group.com>
10 /dts-v1/;
12 #include "imx7d-tqma7.dtsi"
13 #include "imx7-mba7.dtsi"
16 model = "TQ-Systems TQMa7D board on MBa7 carrier board";
17 compatible = "tq,imx7d-mba7", "tq,imx7d-tqma7", "fsl,imx7d";
21 pinctrl-names = "default";
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dsynopsys-dw-mshc-common.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/mmc/synopsys-dw-mshc-common.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - $ref: mmc-controller.yaml#
13 - Ulf Hansson <ulf.hansson@linaro.org>
20 reset-names:
21 const: reset
23 clock-frequency:
27 clock to this at probe time.
[all …]
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DScsiPassThruExt.h6 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
7 SPDX-License-Identifier: BSD-2-Clause-Patent
124 /// value of 2 is Reserved for Bi-Directional SCSI commands.
164 @retval EFI_SUCCESS The SCSI Request Packet was sent by the host. For bi-directional
166 InDataBuffer. For write and bi-directional commands,
171 and bi-directional commands, OutTransferLength bytes were
179 by the host adapter. This includes the case of Bi-directional SCSI
198 Target Ids and LUNs for the SCSI channel. Regardless, the caller of this function must probe the
298 @retval EFI_SUCCESS The SCSI channel was reset.
299 @retval EFI_DEVICE_ERROR A device error occurred while attempting to reset the SCSI channel.
[all …]
/freebsd/sys/cam/ata/
H A Data_pmp.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
100 int reset; member
177 struct pmp_softc *softc = (struct pmp_softc *)periph->softc; in pmpfreeze()
181 mask &= ~softc->frozen; in pmpfreeze()
186 xpt_path_path_id(periph->path), in pmpfreeze()
188 softc->frozen |= (1 << i); in pmpfreeze()
189 xpt_acquire_device(dpath->device); in pmpfreeze()
199 struct pmp_softc *softc = (struct pmp_softc *)periph->softc; in pmprelease()
203 mask &= softc->frozen; in pmprelease()
[all …]

12345678910>>...22