/openbmc/qemu/tests/qapi-schema/ |
H A D | qapi-schema-test.out | 13 member integer: int optional=False 14 member boolean: bool optional=False 15 member string: str optional=False 17 member enum1: EnumOne optional=False 18 member enum2: EnumOne optional=True 19 member enum3: EnumOne optional=False 20 member enum4: EnumOne optional=True 26 member type: EnumOne optional=False 42 member string: str optional=False 43 member enum1: EnumOne optional=True [all …]
|
/openbmc/linux/tools/perf/tests/attr/ |
H A D | test-stat-detailed-2 | 36 optional=1 43 optional=1 50 optional=1 57 optional=1 64 optional=1 71 optional=1 80 optional=1 91 optional=1 102 optional=1 113 optional=1 [all …]
|
H A D | test-stat-detailed-3 | 36 optional=1 43 optional=1 50 optional=1 57 optional=1 64 optional=1 71 optional=1 80 optional=1 91 optional=1 102 optional=1 113 optional=1 [all …]
|
H A D | test-stat-detailed-1 | 36 optional=1 43 optional=1 50 optional=1 57 optional=1 64 optional=1 71 optional=1 80 optional=1 91 optional=1 102 optional=1 113 optional=1 [all …]
|
H A D | test-stat-default | 35 optional=1 42 optional=1 48 optional=1 55 optional=1 62 optional=1 69 optional=1 78 optional=1 89 optional=1 100 optional=1 111 optional=1 [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/clock/ |
H A D | qcom,gcc-sm8350.yaml | 26 - description: PCIE 0 Pipe clock source (Optional clock) 27 - description: PCIE 1 Pipe clock source (Optional clock) 28 - description: UFS card Rx symbol 0 clock source (Optional clock) 29 - description: UFS card Rx symbol 1 clock source (Optional clock) 30 - description: UFS card Tx symbol 0 clock source (Optional clock) 31 - description: UFS phy Rx symbol 0 clock source (Optional clock) 32 - description: UFS phy Rx symbol 1 clock source (Optional clock) 33 - description: UFS phy Tx symbol 0 clock source (Optional clock) 34 - description: USB3 phy wrapper pipe clock source (Optional clock) 35 - description: USB3 phy sec pipe clock source (Optional clock) [all …]
|
H A D | qcom,gcc-sm8450.yaml | 26 - description: PCIE 0 Pipe clock source (Optional clock) 27 - description: PCIE 1 Pipe clock source (Optional clock) 28 - description: PCIE 1 Phy Auxiliary clock source (Optional clock) 29 - description: UFS Phy Rx symbol 0 clock source (Optional clock) 30 - description: UFS Phy Rx symbol 1 clock source (Optional clock) 31 - description: UFS Phy Tx symbol 0 clock source (Optional clock) 32 - description: USB3 Phy wrapper pipe clock source (Optional clock) 39 - const: pcie_0_pipe_clk # Optional clock 40 - const: pcie_1_pipe_clk # Optional clock 41 - const: pcie_1_phy_aux_clk # Optional clock [all …]
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | virtio-9p-client.h | 80 /* user supplied tag number being returned with response (optional) */ 82 /* file ID of directory from where walk should start (optional) */ 84 /* file ID for target directory being walked to (optional) */ 86 /* low level variant of path to walk to (optional) */ 89 /* high level variant of path to walk to (optional) */ 91 /* data being received from 9p server as 'Rwalk' response (optional) */ 96 /* only send Twalk request but not wait for a reply? (optional) */ 98 /* do we expect an Rlerror response, if yes which error code? (optional) */ 114 /* user supplied tag number being returned with response (optional) */ 116 /* maximum message size that can be handled by client (optional) */ [all …]
|
/openbmc/linux/net/ipv4/netfilter/ |
H A D | nf_nat_snmp_basic.asn1 | 61 IMPLICIT OCTET STRING OPTIONAL ({snmp_helper}) 65 IMPLICIT INTEGER OPTIONAL 69 IMPLICIT INTEGER OPTIONAL 71 Gauge32 ::= Unsigned32 OPTIONAL 75 IMPLICIT INTEGER OPTIONAL 79 IMPLICIT OCTET STRING OPTIONAL 83 IMPLICIT INTEGER OPTIONAL 113 [0] IMPLICIT PDU OPTIONAL 116 [1] IMPLICIT PDU OPTIONAL 119 [2] IMPLICIT PDU OPTIONAL [all …]
|
/openbmc/phosphor-power/phosphor-power-sequencer/test/ |
H A D | rail_tests.cpp | 23 #include <optional> 54 // Test where succeeds: No optional parameters have values in TEST() 57 std::optional<std::string> presence{}; in TEST() 58 std::optional<uint8_t> page{}; in TEST() 62 std::optional<GPIO> gpio{}; in TEST() 80 // Test where succeeds: All optional parameters have values in TEST() 83 std::optional<std::string> presence{ in TEST() 85 std::optional<uint8_t> page{11}; in TEST() 89 std::optional<GPIO> gpio{GPIO(60, true)}; in TEST() 116 std::optional<std::string> presence{}; in TEST() [all …]
|
/openbmc/linux/sound/soc/sof/ |
H A D | sof-priv.h | 169 int (*remove)(struct snd_sof_dev *sof_dev); /* optional */ 170 int (*shutdown)(struct snd_sof_dev *sof_dev); /* optional */ 174 int (*stall)(struct snd_sof_dev *sof_dev, unsigned int core_mask); /* optional */ 175 int (*reset)(struct snd_sof_dev *sof_dev); /* optional */ 176 int (*core_get)(struct snd_sof_dev *sof_dev, int core); /* optional */ 177 int (*core_put)(struct snd_sof_dev *sof_dev, int core); /* optional */ 185 u8 value); /* optional */ 187 void __iomem *addr); /* optional */ 189 u32 value); /* optional */ 191 void __iomem *addr); /* optional */ [all …]
|
/openbmc/qemu/scripts/qapi/ |
H A D | schema.py | 30 Optional, 52 ifcond: Optional[Union[str, Dict[str, object]]] = None, 79 def __init__(self, info: Optional[QAPISourceInfo]): 80 self._module: Optional[QAPISchemaModule] = None 96 def connect_doc(self, doc: Optional[QAPIDoc] = None) -> None: 100 self, schema: QAPISchema, info: Optional[QAPISourceInfo] 121 info: Optional[QAPISourceInfo], 122 doc: Optional[QAPIDoc], 123 ifcond: Optional[QAPISchemaIfCond] = None, 124 features: Optional[List[QAPISchemaFeature]] = None, [all …]
|
/openbmc/phosphor-networkd/src/ |
H A D | types.hpp | 8 #include <optional> 32 std::optional<std::string> name = std::nullopt; 33 std::optional<stdplus::EtherAddr> mac = std::nullopt; 34 std::optional<unsigned> mtu = std::nullopt; 35 std::optional<unsigned> parent_idx = std::nullopt; 36 std::optional<std::string> kind = std::nullopt; 37 std::optional<uint16_t> vlan_id = std::nullopt; 72 std::optional<stdplus::InAnyAddr> addr; 73 std::optional<stdplus::EtherAddr> mac; 88 std::optional<std::string> gateway; [all …]
|
/openbmc/linux/include/linux/gpio/ |
H A D | regmap.h | 20 * @fwnode: (Optional) The firmware node. 22 * @label: (Optional) Descriptive name for GPIO controller. 25 * @names: (Optional) Array of names for gpios 26 * @reg_dat_base: (Optional) (in) register base address 27 * @reg_set_base: (Optional) set register base address 28 * @reg_clr_base: (Optional) clear register base address 29 * @reg_dir_in_base: (Optional) in setting register base address 30 * @reg_dir_out_base: (Optional) out setting register base address 31 * @reg_stride: (Optional) May be set if the registers (of the 34 * @irq_domain: (Optional) IRQ domain if the controller is [all …]
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | registry.hpp | 7 #include <optional> 43 * If a field is wrapped by std::optional, it means the field is 44 * optional in the JSON and higher level code knows how to handle it. 59 * @brief An optional vector of SRC word 6-9 to use as the source of the 63 std::optional<std::vector<std::string>> messageArgSources; 71 * If a field is wrapped by std::optional, it means the field is 72 * optional in the JSON and higher level code knows how to handle it. 87 * @brief An optional vector of SRC hexword numbers that should be used 92 std::optional<std::vector<WordNum>> symptomID; 106 std::optional<std::map<WordNum, AdditionalDataField>> hexwordADFields; [all …]
|
/openbmc/qemu/python/qemu/machine/ |
H A D | machine.py | 36 Optional, 76 def __init__(self, exitcode: Optional[int], 77 command: str, output: Optional[str]): 127 name: Optional[str] = None, 129 monitor_address: Optional[SocketAddrT] = None, 131 console_log: Optional[str] = None, 132 log_dir: Optional[str] = None, 133 qmp_timer: Optional[float] = 30): 143 @param drain_console: (optional) True to drain console socket to buffer 144 @param console_log: (optional) path to console log file [all …]
|
/openbmc/linux/drivers/rpmsg/ |
H A D | rpmsg_internal.h | 25 * @create_channel: create backend-specific channel, optional 26 * @release_channel: release backend-specific channel, optional 28 * @announce_create: announce presence of new channel, optional 29 * @announce_destroy: announce destruction of channel, optional 32 * @announce_create and @announce_destroy are optional as the backend might 52 * @sendto: see @rpmsg_sendto(), optional 53 * @send_offchannel: see @rpmsg_send_offchannel(), optional 55 * @trysendto: see @rpmsg_trysendto(), optional 56 * @trysend_offchannel: see @rpmsg_trysend_offchannel(), optional 57 * @poll: see @rpmsg_poll(), optional [all …]
|
/openbmc/linux/fs/smb/client/ |
H A D | cifs_spnego_negtokeninit.asn1 | 15 [0] GeneralString OPTIONAL, 17 [1] OCTET STRING OPTIONAL 23 [0] MechTypeList OPTIONAL, 25 [1] BIT STRING OPTIONAL, 27 [2] OCTET STRING OPTIONAL, 29 [3] NegHints OPTIONAL, 31 [3] OCTET STRING OPTIONAL
|
/openbmc/linux/include/linux/ |
H A D | reset.h | 46 bool optional, bool acquired); 49 bool optional, bool acquired); 53 bool shared, bool optional, bool acquired); 56 int __device_reset(struct device *dev, bool optional); 59 bool optional, bool acquired); 62 bool shared, bool optional, bool acquired); 65 bool shared, bool optional); 67 bool shared, bool optional, 112 static inline int __device_reset(struct device *dev, bool optional) in __device_reset() argument 114 return optional ? 0 : -ENOTSUPP; in __device_reset() [all …]
|
/openbmc/linux/net/sctp/ |
H A D | Kconfig | 29 -- optional bundling of multiple user messages into a single SCTP 60 bool "Enable optional MD5 hmac cookie generation" 62 Enable optional MD5 hmac based SCTP cookie generation 66 bool "Enable optional SHA1 hmac cookie generation" 68 Enable optional SHA1 hmac based SCTP cookie generation 79 bool "Enable optional MD5 hmac cookie generation" 81 Enable optional MD5 hmac based SCTP cookie generation 86 bool "Enable optional SHA1 hmac cookie generation" 88 Enable optional SHA1 hmac based SCTP cookie generation
|
/openbmc/linux/include/drm/ |
H A D | drm_simple_kms_helper.h | 39 * This function is optional. 60 * This hook is optional. 70 * This hook is optional. 82 * This hook is optional. 98 * This hook is optional. 115 * Optional, called by &drm_plane_helper_funcs.prepare_fb. Please read 131 * Optional, called by &drm_plane_helper_funcs.cleanup_fb. Please read 141 * Optional, called by &drm_plane_helper_funcs.begin_fb_access. Please read 151 * Optional, called by &drm_plane_helper_funcs.end_fb_access. Please read 161 * Optional, called by &drm_crtc_funcs.enable_vblank. Please read [all …]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-thermal | 34 RW, Optional 55 RO, Optional 64 RO, Optional 73 RW, Optional 80 RO, Optional 88 RO, Optional 98 RW, Optional 112 WO, Optional 126 RW, Optional 135 RW, Optional [all …]
|
/openbmc/bmcweb/redfish-core/include/ |
H A D | subscription.hpp | 38 std::optional<int64_t> eventGroupId; 39 std::optional<std::string> eventId; 40 std::optional<std::string> eventTimestamp; 41 std::optional<std::string> message; 42 std::optional<std::vector<std::string>> messageArgs; 43 std::optional<std::string> messageId; 44 std::optional<std::string> originOfCondition; 45 std::optional<std::string> resolution; 46 std::optional<std::string> severity; 117 std::optional<crow::HttpClient> client; [all …]
|
/openbmc/phosphor-power/phosphor-regulators/src/actions/ |
H A D | pmbus_write_vout_command_action.hpp | 24 #include <optional> 82 * @param volts Optional volts value to write to VOUT_COMMAND. 85 * @param exponent Optional exponent to use to convert the volts value to 91 std::optional<double> volts, pmbus_utils::VoutDataFormat format, in PMBusWriteVoutCommandAction() 92 std::optional<int8_t> exponent, bool isVerified) : in PMBusWriteVoutCommandAction() 132 * Returns the optional exponent value used to convert the volts value to 135 * @return optional exponent value 137 std::optional<int8_t> getExponent() const in getExponent() 153 * Returns the optional volts value to write to VOUT_COMMAND. 155 * @return optional volts value [all …]
|
/openbmc/phosphor-power/phosphor-regulators/test/actions/ |
H A D | pmbus_write_vout_command_action_tests.cpp | 30 #include <optional> 51 std::optional<double> volts{1.3}; in TEST() 53 std::optional<int8_t> exponent{-8}; in TEST() 71 std::optional<double> volts{}; in TEST() 73 std::optional<int8_t> exponent{}; in TEST() 89 std::optional<double> volts{}; in TEST() 91 std::optional<int8_t> exponent{}; in TEST() 139 std::optional<double> volts{1.3}; in TEST() 141 std::optional<int8_t> exponent{-8}; in TEST() 184 std::optional<double> volts{}; in TEST() [all …]
|