Home
last modified time | relevance | path

Searched full:expose (Results 1 – 25 of 884) sorted by relevance

12345678910>>...36

/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-tty29 These sysfs values expose the TIOCGSERIAL interface via
38 These sysfs values expose the TIOCGSERIAL interface via
47 These sysfs values expose the TIOCGSERIAL interface via
56 These sysfs values expose the TIOCGSERIAL interface via
65 These sysfs values expose the TIOCGSERIAL interface via
74 These sysfs values expose the TIOCGSERIAL interface via
83 These sysfs values expose the TIOCGSERIAL interface via
92 These sysfs values expose the TIOCGSERIAL interface via
101 These sysfs values expose the TIOCGSERIAL interface via
110 These sysfs values expose the TIOCGSERIAL interface via
[all …]
H A Dsysfs-ibft5 files that expose the iSCSI Boot Firmware Table initiator data.
12 files that expose the iSCSI Boot Firmware Table target data.
22 files that expose the iSCSI Boot Firmware Table NIC data.
29 that expose the SIGNATURE, OEM_ID, and OEM_TABLE_ID fields of the
H A Dsysfs-bus-i3c12 Expose the master that owns the bus (<bus-id>-<master-pid>) at
82 Expose the HDR (High Data Rate) capabilities of a device.
136 Expose the HDR (High Data Rate) capabilities of a device.
/openbmc/linux/drivers/usb/typec/ucsi/
H A DKconfig34 This driver enables UCSI support on platforms that expose a
44 This driver enables UCSI support on platforms that expose UCSI
56 This driver enables UCSI support on platforms that expose a STM32G0
66 This driver enables UCSI support on platforms that expose UCSI
/openbmc/entity-manager/src/
H A Dperform_scan.cpp158 // find all connections in the mapper that expose a specific type in findDbusObjects()
244 for (auto& expose : *findExposes) in pruneRecordExposes()
246 if (!expose.is_null()) in pruneRecordExposes()
248 copy.emplace_back(expose); in pruneRecordExposes()
335 nlohmann::json& expose, in applyBindExposeAction()
342 expose[bind] = exposedObject; in applyBindExposeAction()
356 std::vector<std::string>& matches, nlohmann::json& expose, in applyConfigExposeActions() argument
365 applyBindExposeAction(exposedObject, expose, propertyName); in applyConfigExposeActions()
373 nlohmann::json& expose, nlohmann::json::iterator& keyPair) in applyExposeActions() argument
410 applyConfigExposeActions(matches, expose, keyPair.key(), in applyExposeActions()
[all …]
/openbmc/linux/drivers/soc/amlogic/
H A DKconfig37 Say yes to expose Amlogic Meson GX Power Domains as
48 Say yes to expose Amlogic Meson Everything-Else Power Domains as
61 Say yes to expose Amlogic Meson Secure Power Domains as Generic
/openbmc/linux/drivers/soundwire/
H A Ddmi-quirks.c19 * Some TigerLake devices based on an initial Intel BIOS do not expose
36 * The initial version of the Dell SKU 0A3E did not expose the devices
59 * The HP Omen 16-k0005TX does not expose the correct version of RT711 on link0
60 * and does not expose a RT1316 on link3
/openbmc/linux/drivers/firmware/google/
H A DKconfig28 BIOS. These data structures expose things like the verified
33 kernel to search for Coreboot CBMEM entries, and expose the
81 This option enables the kernel to expose the content of Google VPD
/openbmc/linux/drivers/iommu/
H A Diommu-debugfs.c20 * Provide base enablement for using debugfs to expose internal data of an
29 * to expose internal data.
41 pr_warn("** This means that this kernel is built to expose internal **\n"); in iommu_debugfs_setup()
/openbmc/docs/designs/
H A Dredfish-postcodes.md12 Redfish. This describes a method to expose the BIOS POST codes over the Redfish
17 The standard Redfish LogService and LogEntry schemas will be used to expose BIOS
117 The Redfish interface shall expose POST codes tracked on DBUS since the last BMC
202 Consideration was also given to expose the POST codes through a OEM extension
H A Dcper-records.md9 Server CPUs expose a managability interface refered to as CPER records. A user
22 into the [LogEntry resource][logentry]. These expose a section by section
/openbmc/linux/drivers/remoteproc/
H A Dremoteproc_debugfs.c41 /* Expose the current coredump configuration via debugfs */
119 * memory buffer. We expose this trace buffer using debugfs, so users
154 /* expose the name of the remote processor via debugfs */
174 /* expose recovery flag via debugfs */
250 /* expose the crash trigger via debugfs */
274 /* Expose resource table content via debugfs */
361 /* Expose carveout content via debugfs */
H A Dremoteproc_sysfs.c79 /* Expose the current coredump configuration via debugfs */
130 /* Expose the loaded / running firmware name via sysfs */
177 /* Expose the state of the remote processor via sysfs */
212 /* Expose the name of the remote processor via sysfs */
/openbmc/linux/Documentation/sound/hd-audio/
H A Drealtek-pc-beep.rst10 to hide a mixer behind an undocumented vendor register than to just expose it
27 When zero, expose the PC Beep line (from the internal beep generator, when
29 external PCBEEP pin) on the 1Ah pin node. When nonzero, expose the headphone
106 about the input that 1Ah would otherwise expose or if the PCBEEP trace is
/openbmc/u-boot/lib/efi_loader/
H A DKconfig15 on top of U-Boot. If this option is enabled, U-Boot will expose EFI
39 bool "Expose HII protocols to EFI applications"
/openbmc/linux/Documentation/accel/
H A Dintroduction.rst7 The Linux compute accelerators subsystem is designed to expose compute
85 To expose your device as an accelerator, two changes are needed to
91 to expose both graphics and compute device char files should be handled by
/openbmc/linux/Documentation/hwmon/
H A Daquacomputer_d5next.rst28 The Aquaero devices expose eight physical, eight virtual and four calculated
29 virtual temperature sensors, as well as two flow sensors. The fans expose their
54 The Farbwerk and Farbwerk 360 expose four temperature sensors. Additionally,
/openbmc/linux/lib/
H A Dtest_hmm_uapi.h4 * of the kernel. It allows a userspace program to expose its entire address
31 /* Expose the address space of the calling process through hmm device file */
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dconnect_force_port4.c65 /* Expose local server as 1.2.3.4:60000 to client. */ in getsockname4()
81 /* Expose service 1.2.3.4:60000 as peer instead of backend. */ in getpeername4()
H A Dconnect_force_port6.c70 /* Expose local server as [fc00::1]:60000 to client. */ in getsockname6()
89 /* Expose service [fc00::1]:60000 as peer instead of backend. */ in getpeername6()
/openbmc/linux/Documentation/arch/x86/
H A Dmds.rst23 buffer is repartitioned which can expose data from one thread to the other.
105 the microcode updated, but the hypervisor does not (yet) expose the
111 itself are not required because the necessary gadgets to expose the leaked
128 hypervisor does not expose MD_CLEAR in CPUID. It's a best
/openbmc/linux/drivers/vdpa/
H A DKconfig75 bool "expose steering counters on debugfs"
78 Expose RX steering counters in debugfs to aid in debugging. For each VLAN
/openbmc/qemu/scripts/qapi/
H A Dmain.py43 :param unmask: Expose non-ABI names through introspection?
77 help="expose non-ABI names in introspection")
/openbmc/linux/drivers/net/wwan/
H A DKconfig43 MHI WWAN CTRL allows QCOM-based PCIe modems to expose different modem
81 RPMSG WWAN CTRL allows modems available via RPMSG channels to expose
/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_vbc.c2 // Expose the vboot context nvram to userspace
145 MODULE_DESCRIPTION("Expose the vboot context nvram to userspace");

12345678910>>...36