Home
last modified time | relevance | path

Searched full:presence (Results 1 – 25 of 694) sorted by relevance

12345678910>>...28

/Linux-v6.1/arch/arm/boot/dts/
Daspeed-bmc-opp-swift.dts53 event-ps0-presence {
54 label = "ps0-presence";
59 event-ps1-presence {
60 label = "ps1-presence";
65 event-oppanel-presence {
66 label = "oppanel-presence";
71 event-opencapi-riser-presence {
72 label = "opencapi-riser-presence";
87 event-scm0-presence {
88 label = "scm0-presence";
[all …]
Daspeed-bmc-inspur-fp5280g2.dts82 event-ps0-presence {
83 label = "ps0-presence";
88 event-ps1-presence {
89 label = "ps1-presence";
100 event-fan0-presence {
101 label = "fan0-presence";
106 event-fan1-presence {
107 label = "fan1-presence";
112 event-fan2-presence {
113 label = "fan2-presence";
[all …]
Daspeed-bmc-bytedance-g220a.dts114 event-rear-riser1-presence {
115 label = "rear-riser1-presence";
126 event-rear-riser0-presence {
127 label = "rear-riser0-presence";
168 event-fan0-presence {
169 label = "fan0-presence";
174 event-fan1-presence {
175 label = "fan1-presence";
180 event-fan2-presence {
181 label = "fan2-presence";
[all …]
Daspeed-bmc-opp-mowgli.dts61 event-ps0-presence {
62 label = "ps0-presence";
67 event-ps1-presence {
68 label = "ps1-presence";
84 event-fan0-presence {
85 label = "fan0-presence";
90 event-fan1-presence {
91 label = "fan1-presence";
96 event-fan2-presence {
97 label = "fan2-presence";
[all …]
Daspeed-bmc-opp-witherspoon.dts66 event-ps0-presence {
67 label = "ps0-presence";
72 event-ps1-presence {
73 label = "ps1-presence";
88 event-fan0-presence {
89 label = "fan0-presence";
94 event-fan1-presence {
95 label = "fan1-presence";
100 event-fan2-presence {
101 label = "fan2-presence";
[all …]
Daspeed-bmc-opp-tacoma.dts53 event-ps0-presence {
54 label = "ps0-presence";
59 event-ps1-presence {
60 label = "ps1-presence";
70 event-fan0-presence {
71 label = "fan0-presence";
76 event-fan1-presence {
77 label = "fan1-presence";
82 event-fan2-presence {
83 label = "fan2-presence";
[all …]
Daspeed-bmc-opp-mihawk.dts107 event-ps0-presence {
108 label = "ps0-presence";
113 event-ps1-presence {
114 label = "ps1-presence";
130 event-fan0-presence {
131 label = "fan0-presence";
136 event-fan1-presence {
137 label = "fan1-presence";
142 event-fan2-presence {
143 label = "fan2-presence";
[all …]
Daspeed-bmc-facebook-bletchley.dts843 "presence-fan0","presence-fan1",
844 "presence-fan2","presence-fan3",
881 /*H0-H7*/ "presence-riser1","presence-riser2",
882 "presence-sled1","presence-sled2",
883 "presence-sled3","presence-sled4",
884 "presence-sled5","presence-sled6",
Daspeed-bmc-ibm-everest.dts194 event-fan0-presence {
195 label = "fan0-presence";
200 event-fan1-presence {
201 label = "fan1-presence";
206 event-fan2-presence {
207 label = "fan2-presence";
212 event-fan3-presence {
213 label = "fan3-presence";
318 "presence-ps0",
319 "presence-ps1",
[all …]
Daspeed-bmc-ibm-rainier.dts184 event-fan0-presence {
185 label = "fan0-presence";
190 event-fan1-presence {
191 label = "fan1-presence";
196 event-fan2-presence {
197 label = "fan2-presence";
202 event-fan3-presence {
203 label = "fan3-presence";
208 event-fan4-presence {
209 label = "fan4-presence";
[all …]
/Linux-v6.1/Documentation/driver-api/
Ddevice_link.rst17 Secondly, the driver core by default does not enforce any driver presence
22 another one both with regards to driver presence *and* with regards to
30 presence on the supplier. The consumer devices are not probed before the
34 When driver presence on the supplier is irrelevant and only correct
37 enforcing driver presence on the supplier is optional.
60 represents a driver presence dependency, yet is added from the consumer's
64 presence of the supplier after adding the link, and defer probing on
65 non-presence. [Note that it is valid to create a link from the consumer's
82 driver presence dependency is needed (but only correct suspend/resume and
109 Driver authors should be aware that a driver presence dependency for managed
[all …]
Dslimbus.rst56 device with a 1-byte logical address after the devices report presence on the
73 Since SLIMbus devices have mechanisms for reporting their presence, the
75 presence on the bus.
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-platform-ts55006 Indicates the presence of an A/D Converter. If it is present,
14 Indicates the presence of an external reset. If it is present,
45 Indicates the presence of the RS485 option. If it is present,
53 Indicates the presence of the SRAM option. If it is present,
/Linux-v6.1/drivers/pci/hotplug/
Dpnv_php.c397 uint8_t presence = OPAL_PCI_SLOT_EMPTY; in pnv_php_get_adapter_state() local
401 * Retrieve presence status from firmware. If we can't in pnv_php_get_adapter_state()
404 ret = pnv_pci_get_presence_state(php_slot->id, &presence); in pnv_php_get_adapter_state()
406 *state = presence; in pnv_php_get_adapter_state()
409 SLOT_WARN(php_slot, "Error %d getting presence\n", ret); in pnv_php_get_adapter_state()
448 uint8_t presence = OPAL_PCI_SLOT_EMPTY; in pnv_php_enable() local
456 /* Retrieve slot presence status */ in pnv_php_enable()
457 ret = pnv_php_get_adapter_state(slot, &presence); in pnv_php_enable()
467 if (presence == OPAL_PCI_SLOT_EMPTY) { in pnv_php_enable()
479 * adapter presence state. That means we have to turn the in pnv_php_enable()
[all …]
Dpciehp_pci.c76 * @presence: whether the card is still present in the slot;
84 void pciehp_unconfigure_device(struct controller *ctrl, bool presence) in pciehp_unconfigure_device() argument
93 if (!presence) in pciehp_unconfigure_device()
112 if (presence) { in pciehp_unconfigure_device()
Dpciehp_hpc.c33 * presence disabled on NVMe slots (but don't support the bit to
34 * report it). Setting inband presence disabled should have no
36 * assert presence detect--and those will still work, they will
307 /* ignore link or presence changes up to this point */ in pciehp_check_link_status()
458 * Unlike pciehp_card_present(), which determines presence solely from the
459 * Presence Detect State bit, this helper also returns true if the Link Active
461 * Presence Detect State to zero, such as Wilocity's [1ae9:0200].
749 * Disable requests have higher priority than Presence Detect Changed in pciehp_ist()
806 * presence detect only if Attention Button is not present. in pcie_enable_notification()
876 * Surprise removal during reset is detected through Presence Detect Changed.
[all …]
/Linux-v6.1/arch/arm/mach-s3c/
Dgpio-cfg-helpers.h62 * bit configuring the presence of a pull-up resistor.
74 * bit configuring the presence of a pull-down resistor.
88 * bits configuring the presence of a pull resistor, in the following
139 * bits configuring the presence of a pull resistor, in the following
/Linux-v6.1/Documentation/devicetree/bindings/interrupt-controller/
Dopen-pic.txt19 - interrupt-controller: The presence of this property identifies the node
31 - pic-no-reset: The presence of this property indicates that the PIC
33 be defined. The presence of this property also mandates that any
/Linux-v6.1/Documentation/devicetree/bindings/timer/
Darm,arch_timer.yaml73 description: Indicates the presence of an erratum found in Allwinner SoCs,
79 description: Indicates the presence of QorIQ erratum A-008585, which says
86 description: Indicates the presence of Hisilicon erratum 161010101, which
/Linux-v6.1/Documentation/powerpc/
Delf_hwcaps.rst16 presence of these features to userspace through a set of flags called HWCAPs,
36 HWCAP is the preferred method to test for the presence of a feature rather
49 registers, interrupts, etc. The presence or absence of a facility indicates
61 context, e.g., the presence of the BOOKE feature implies that the server
/Linux-v6.1/Documentation/devicetree/bindings/mfd/
Dtps6105x.txt15 - regulator: presence of this sub-node puts the chip in regulator mode.
18 - led: presence of this sub-node puts the chip in led mode.
/Linux-v6.1/arch/arc/
DKconfig390 bool "No DSP extension presence in HW"
392 No DSP extension presence in HW
399 DSP extension presence in HW, no support for DSP-enabled userspace
409 DSP extension presence in HW, support save / restore DSP registers to
418 DSP and AGU extensions presence in HW, support save / restore DSP
/Linux-v6.1/drivers/soc/fsl/qbman/
DKconfig41 This requires the presence of cpu-affine portals, and performs
55 This requires the presence of cpu-affine portals, and performs
/Linux-v6.1/arch/sh/drivers/pci/
Dfixups-sdk7786.c21 * resistors to determine card presence. Hotplug remains unsupported.
45 * Card presence is logically inverted. in sdk7786_pci_init()
/Linux-v6.1/Documentation/userspace-api/media/v4l/
Dext-ctrls-flash.rst63 presence of some faults. See V4L2_CID_FLASH_FAULT.
106 control may not be possible in presence of some faults. See
128 if possible. Setting this control may not be possible in presence of

12345678910>>...28