Home
last modified time | relevance | path

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

12345678910>>...47

/kernel/linux/linux-5.10/arch/arm/boot/dts/
Daspeed-bmc-opp-swift.dts53 ps0-presence {
54 label = "ps0-presence";
59 ps1-presence {
60 label = "ps1-presence";
65 oppanel-presence {
66 label = "oppanel-presence";
71 opencapi-riser-presence {
72 label = "opencapi-riser-presence";
87 scm0-presence {
88 label = "scm0-presence";
[all …]
Daspeed-bmc-inspur-fp5280g2.dts81 ps0-presence {
82 label = "ps0-presence";
87 ps1-presence {
88 label = "ps1-presence";
99 fan0-presence {
100 label = "fan0-presence";
105 fan1-presence {
106 label = "fan1-presence";
111 fan2-presence {
112 label = "fan2-presence";
[all …]
Daspeed-bmc-opp-mowgli.dts61 ps0-presence {
62 label = "ps0-presence";
67 ps1-presence {
68 label = "ps1-presence";
84 fan0-presence {
85 label = "fan0-presence";
90 fan1-presence {
91 label = "fan1-presence";
96 fan2-presence {
97 label = "fan2-presence";
[all …]
Daspeed-bmc-opp-witherspoon.dts66 ps0-presence {
67 label = "ps0-presence";
72 ps1-presence {
73 label = "ps1-presence";
88 fan0-presence {
89 label = "fan0-presence";
94 fan1-presence {
95 label = "fan1-presence";
100 fan2-presence {
101 label = "fan2-presence";
[all …]
Daspeed-bmc-opp-tacoma.dts44 ps0-presence {
45 label = "ps0-presence";
50 ps1-presence {
51 label = "ps1-presence";
63 fan0-presence {
64 label = "fan0-presence";
69 fan1-presence {
70 label = "fan1-presence";
75 fan2-presence {
76 label = "fan2-presence";
[all …]
Daspeed-bmc-opp-mihawk.dts107 ps0-presence {
108 label = "ps0-presence";
113 ps1-presence {
114 label = "ps1-presence";
129 fan0-presence {
130 label = "fan0-presence";
135 fan1-presence {
136 label = "fan1-presence";
141 fan2-presence {
142 label = "fan2-presence";
[all …]
Daspeed-bmc-ibm-rainier.dts65 ps0-presence {
66 label = "ps0-presence";
71 ps1-presence {
72 label = "ps1-presence";
77 ps2-presence {
78 label = "ps2-presence";
83 ps3-presence {
84 label = "ps3-presence";
151 /*S0-S7*/ "presence-ps0","presence-ps1","presence-ps2","presence-ps3",
/kernel/linux/linux-4.19/Documentation/driver-api/
Ddevice_link.rst18 Secondly, the driver core by default does not enforce any driver presence
23 another one both with regards to driver presence *and* with regards to
31 presence on the supplier. The consumer devices are not probed before the
35 When driver presence on the supplier is irrelevant and only correct
38 enforcing driver presence on the supplier is optional.
61 represents a driver presence dependency, yet is added from the consumer's
65 presence of the supplier after adding the link, and defer probing on
66 non-presence. [Note that it is valid to create a link from the consumer's
83 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 …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-4.19/arch/arm/boot/dts/
Daspeed-bmc-opp-witherspoon.dts46 ps0-presence {
47 label = "ps0-presence";
52 ps1-presence {
53 label = "ps1-presence";
65 fan0-presence {
66 label = "fan0-presence";
71 fan1-presence {
72 label = "fan1-presence";
77 fan2-presence {
78 label = "fan2-presence";
[all …]
/kernel/linux/linux-4.19/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,
/kernel/linux/linux-5.10/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,
/kernel/linux/linux-4.19/drivers/pci/hotplug/
Dpnv_php.c390 uint8_t presence = OPAL_PCI_SLOT_EMPTY; in pnv_php_get_adapter_state() local
394 * Retrieve presence status from firmware. If we can't in pnv_php_get_adapter_state()
397 ret = pnv_pci_get_presence_state(php_slot->id, &presence); in pnv_php_get_adapter_state()
399 *state = presence; in pnv_php_get_adapter_state()
400 slot->info->adapter_status = presence; in pnv_php_get_adapter_state()
403 pci_warn(php_slot->pdev, "Error %d getting presence\n", ret); in pnv_php_get_adapter_state()
420 uint8_t presence = OPAL_PCI_SLOT_EMPTY; in pnv_php_enable() local
428 /* Retrieve slot presence status */ in pnv_php_enable()
429 ret = pnv_php_get_adapter_state(slot, &presence); in pnv_php_enable()
439 if (presence == OPAL_PCI_SLOT_EMPTY) { in pnv_php_enable()
[all …]
Dpciehp_pci.c67 u8 presence = 0; in pciehp_unconfigure_device() local
75 pciehp_get_adapter_status(p_slot, &presence); in pciehp_unconfigure_device()
88 if (!presence) { in pciehp_unconfigure_device()
99 if (presence) { in pciehp_unconfigure_device()
/kernel/linux/linux-5.10/drivers/pci/hotplug/
Dpnv_php.c396 uint8_t presence = OPAL_PCI_SLOT_EMPTY; in pnv_php_get_adapter_state() local
400 * Retrieve presence status from firmware. If we can't in pnv_php_get_adapter_state()
403 ret = pnv_pci_get_presence_state(php_slot->id, &presence); in pnv_php_get_adapter_state()
405 *state = presence; in pnv_php_get_adapter_state()
408 SLOT_WARN(php_slot, "Error %d getting presence\n", ret); in pnv_php_get_adapter_state()
447 uint8_t presence = OPAL_PCI_SLOT_EMPTY; in pnv_php_enable() local
455 /* Retrieve slot presence status */ in pnv_php_enable()
456 ret = pnv_php_get_adapter_state(slot, &presence); in pnv_php_enable()
466 if (presence == OPAL_PCI_SLOT_EMPTY) { in pnv_php_enable()
478 * 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()
/kernel/linux/linux-4.19/arch/arm/plat-samsung/include/plat/
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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-4.19/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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/timer/
Darm,arch_timer.yaml56 description: Indicates the presence of an erratum found in Allwinner SoCs,
62 description: Indicates the presence of QorIQ erratum A-008585, which says
69 description: Indicates the presence of Hisilicon erratum 161010101, which
/kernel/linux/linux-5.10/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.
/kernel/linux/linux-4.19/Documentation/arm64/
Delf_hwcaps.txt13 kernel exposes the presence of these features to userspace through a set
42 The majority of hwcaps are intended to indicate the presence of features
58 Other hwcaps may indicate the presence of features which cannot be
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-4.19/drivers/soc/fsl/qbman/
DKconfig40 This requires the presence of cpu-affine portals, and performs
54 This requires the presence of cpu-affine portals, and performs

12345678910>>...47