/openbmc/linux/Documentation/userspace-api/netlink/ |
H A D | specs.rst | 1 .. SPDX-License-Identifier: BSD-3-Clause 10 hand written Netlink code for each new family, command, attribute. 17 - the C uAPI header 18 - documentation of the protocol as a ReST file 19 - policy tables for input attribute validation 20 - operation tables 25 See :doc:`intro-specs` for a practical starting guide. 28 ``((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)`` 40 - ``genetlink`` - most streamlined, should be used by all new families 41 - ``genetlink-c`` - superset of ``genetlink`` with extra attributes allowing [all …]
|
H A D | c-code-gen.rst | 1 .. SPDX-License-Identifier: BSD-3-Clause 9 allowed in older families by the ``genetlink-c`` protocol level, 14 of ``name`` in an attribute, and ``$family`` is the name of the 17 The upper case is used to denote literal values, e.g. ``$family-CMD`` 22 and with dashes (``-``) replaced by underscores (``_``). 25 appended (``do`` -> ``do_``). 30 ``c-family-name`` controls the name of the ``#define`` for the family 31 name, default is ``$family-FAMILY-NAME``. 33 ``c-version-name`` controls the name of the ``#define`` for the version 34 of the family, default is ``$family-FAMILY-VERSION``. [all …]
|
/openbmc/linux/Documentation/filesystems/ |
H A D | ntfs3.rst | 1 .. SPDX-License-Identifier: GPL-2.0 10 NTFS3 is fully functional NTFS Read-Write driver. The driver works with NTFS 13 - This driver implements NTFS read/write support for normal, sparse and 15 - Supports native journal replaying. 16 - Supports NFS export of mounted NTFS volumes. 17 - Supports extended attributes. Predefined extended attributes: 19 - *system.ntfs_security* gets/sets security 23 - *system.ntfs_attrib* gets/sets ntfs file/dir attributes. 28 - *system.ntfs_attrib_be* gets/sets ntfs file/dir attributes. 30 Same value as system.ntfs_attrib but always represent as big-endian [all …]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-iio-adc-ad7192 | 3 Contact: linux-iio@vger.kernel.org 5 This attribute, if available, is used to enable the AC 12 Contact: linux-iio@vger.kernel.org 14 This attribute, if available, is used to close or open the 20 using the bridge_switch_en attribute. 24 Contact: linux-iio@vger.kernel.org 29 What: /sys/bus/iio/devices/iio:deviceX/in_voltage2-voltage2_shorted_raw 31 Contact: linux-iio@vger.kernel.org 34 and AIN(-) shorted. 38 Contact: linux-iio@vger.kernel.org [all …]
|
H A D | sysfs-bus-iio-dac-ltc2688 | 3 Contact: linux-iio@vger.kernel.org 8 - disable dither operation; 9 - change dither parameters (eg: frequency, phase...); 10 - enabled dither operation 14 Contact: linux-iio@vger.kernel.org 18 offset might be different as it's always 0 for this attribute. 22 Contact: linux-iio@vger.kernel.org 28 Contact: linux-iio@vger.kernel.org 30 Offset applied to out_voltageY_dither_raw. Read only attribute 35 Contact: linux-iio@vger.kernel.org [all …]
|
H A D | sysfs-driver-wacom | 4 Contact: linux-bluetooth@vger.kernel.org 14 Contact: linux-input@vger.kernel.org 16 Attribute group for control of the status LEDs and the OLEDs. 17 This attribute group is only available for Intuos 4 M, L, 25 Contact: linux-input@vger.kernel.org 28 Writing to this file sets the status LED luminance (1..127) 35 Contact: linux-input@vger.kernel.org 38 Writing to this file sets the status LED luminance (1..127) 44 Contact: linux-input@vger.kernel.org 47 Writing to this file sets which one of the four (for Intuos 4 [all …]
|
/openbmc/openbmc-test-automation/redfish/systems/ |
H A D | test_led_indicator_asserted.robot | 99 # pre_req_state The pre-requisite state of the host to perform the test (e.g. "On") 100 …# asserted The assert property that sets the value to 0 - Off or 1 - Blinking (e.g.… 101 # expected_indicator_led The expected value of the IndicatorLED attribute for all the 128 # pre_req_state The pre-requisite state of the host to perform the test (e.g. "On") 129 # asserted The assert property that sets the value 131 # expected_indicator_led The expected value of the IndicatorLED attribute for all the 164 # expected_indicator_led The expected value of the IndicatorLED attribute for all the 167 ${power_supplies}= Redfish.Get Attribute ${REDFISH_CHASSIS_POWER_URI} PowerSupplies 179 # pre_req_state The pre-requisite state of the host to perform the test (e.g. "On") 180 # asserted The assert property that sets the value [all …]
|
/openbmc/qemu/target/xtensa/core-dsp3400/ |
H A D | core-matmap.h | 2 * xtensa/config/core-matmap.h -- Memory access and translation mapping 10 * information contained in the core-isa.h header file. 19 * XCHAL_ICACHE_SIZE (presence of I-cache) 20 * XCHAL_DCACHE_SIZE (presence of D-cache) 25 /* Copyright (c) 1999-2010 Tensilica Inc. 49 /*---------------------------------------------------------------------- 51 ----------------------------------------------------------------------*/ 54 /* Cache Attribute encodings -- lists of access modes for each cache attribute: */ 106 * Specific encoded cache attribute values of general interest. 112 #define XCHAL_CA_WRITETHRU 1 /* cache enabled (write-through) mode */ [all …]
|
/openbmc/linux/Documentation/netlink/ |
H A D | genetlink.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 3 --- 4 $id: http://kernel.org/schemas/netlink/genetlink-legacy.yaml# 5 $schema: https://json-schema.org/draft-07/schema 12 len-or-define: 14 pattern: ^[0-9A-Za-z_]+( - 1)?$ 21 required: [ name, doc, attribute-sets, operations ] 36 uapi-header: 37 description: Path to the uAPI header, default is linux/${family-name}.h 51 description: For C-compatible languages, header which already defines this value. [all …]
|
H A D | genetlink-c.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 3 --- 4 $id: http://kernel.org/schemas/netlink/genetlink-c.yaml# 5 $schema: https://json-schema.org/draft-07/schema 12 len-or-define: 14 pattern: ^[0-9A-Za-z_]+( - 1)?$ 21 required: [ name, doc, attribute-sets, operations ] 35 enum: [ genetlink, genetlink-c ] 36 uapi-header: 37 description: Path to the uAPI header, default is linux/${family-name}.h [all …]
|
H A D | genetlink-legacy.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 3 --- 4 $id: http://kernel.org/schemas/netlink/genetlink-legacy.yaml# 5 $schema: https://json-schema.org/draft-07/schema 12 len-or-define: 14 pattern: ^[0-9A-Za-z_]+( - 1)?$ 21 required: [ name, doc, attribute-sets, operations ] 35 enum: [ genetlink, genetlink-c, genetlink-legacy ] # Trim 36 uapi-header: 37 description: Path to the uAPI header, default is linux/${family-name}.h [all …]
|
H A D | netlink-raw.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 3 --- 4 $id: http://kernel.org/schemas/netlink/netlink-raw.yaml# 5 $schema: https://json-schema.org/draft-07/schema 12 len-or-define: 14 pattern: ^[0-9A-Za-z_]+( - 1)?$ 21 required: [ name, doc, attribute-sets, operations ] 31 enum: [ netlink-raw ] # Trim 32 # Start netlink-raw 34 description: Protocol number to use for netlink-raw [all …]
|
/openbmc/linux/Documentation/networking/ |
H A D | l2tp.rst | 1 .. SPDX-License-Identifier: GPL-2.0 58 -------------- 93 ----------- 102 netlink attribute types that can be used with each command. 105 32-bit id. L2TP tunnel ids are given by ``L2TP_ATTR_CONN_ID`` and 109 instances, the L2TPv2 16-bit tunnel/session id is cast to a 32-bit 122 ``L2TP_CMD_TUNNEL_CREATE`` attributes:- 125 Attribute Required Use 127 CONN_ID Y Sets the tunnel (connection) id. 128 PEER_CONN_ID Y Sets the peer tunnel (connection) id. [all …]
|
/openbmc/linux/Documentation/netlink/specs/ |
H A D | fou.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 5 protocol: genetlink-legacy 8 Foo-over-UDP. 10 c-family-name: fou-genl-name 11 c-version-name: fou-genl-version 12 max-by-define: true 13 kernel-policy: global 16 - 19 name-prefix: fou-encap- 20 enum-name: [all …]
|
H A D | ovs_datapath.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 5 protocol: genetlink-legacy 6 uapi-header: linux/openvswitch.h 12 - 13 name: ovs-header 16 - 17 name: dp-ifindex 19 - 20 name: user-features 22 name-prefix: ovs-dp-f- [all …]
|
H A D | rt_addr.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 3 name: rt-addr 4 protocol: netlink-raw 11 - 15 - 16 name: ifa-family 18 - 19 name: ifa-prefixlen 21 - 22 name: ifa-flags [all …]
|
H A D | handshake.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 15 - 17 name: handler-class 18 value-start: 0 20 - 22 name: msg-type 23 value-start: 0 25 - 28 value-start: 0 31 attribute-sets: [all …]
|
H A D | ovs_vport.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 5 protocol: genetlink-legacy 6 uapi-header: linux/openvswitch.h 12 - 13 name: ovs-header 16 - 17 name: dp-ifindex 19 - 20 name: vport-type 22 enum-name: ovs-vport-type [all …]
|
/openbmc/linux/include/linux/iio/ |
H A D | sysfs.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 16 * struct iio_dev_attr - iio specific device attribute 17 * @dev_attr: underlying device attribute 21 * @buffer: the IIO buffer to which this attribute belongs to (if any) 39 * struct iio_const_attr - constant device specific attribute 41 * @string: attribute string 42 * @dev_attr: underlying device attribute 114 * IIO_DEV_ATTR_SAMP_FREQ - sets any internal clock frequency 116 * @_show: output method for the attribute 117 * @_store: input method for the attribute [all …]
|
/openbmc/phosphor-webui/app/common/components/table/ |
H A D | table.js | 10 * The 'data' attribute should be an array of all row objects in the table. 17 * <bmc-table-actions> component. 20 * the expanded content, set 'expandable' attribute to true. 30 * The 'header' attribute should be an array of all header objects in the 42 * The 'sortable' attribute should be a boolean value. Defaults to false. 43 * The 'default-sort' attribute should be the index value of the header 46 * The 'row-actions-enabled' attribute, should be a boolean value 50 * The 'expandable' attribute should be a boolean value. If true each 53 * The 'selectable' attribute should be a boolean value. 54 * If 'selectable' is true, include 'batch-actions' property that should [all …]
|
/openbmc/linux/Documentation/usb/ |
H A D | gadget_uvc.rst | 6 -------- 8 connection. It is intended to run on a Linux system that has USB device-side 24 ----------------------------- 29 --------------------------------------- 35 see Documentation/ABI/testing/configfs-usb-gadget-uvc 47 .. code-block:: bash 54 mkdir -p $FUNCTION 99 .. code-block:: bash 112 mkdir -p $wdir 129 Documentation/userspace-api/media/v4l/pixfmt-packed.yuv.rst. [all …]
|
/openbmc/linux/include/uapi/linux/ |
H A D | fiemap.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 43 #define FIEMAP_FLAG_XATTR 0x00000002 /* map extended attribute tree */ 51 * Sets EXTENT_UNKNOWN. */ 55 * Sets EXTENT_NO_BYPASS. */ 59 * Sets EXTENT_NOT_ALIGNED.*/ 61 * Sets EXTENT_NOT_ALIGNED.*/
|
/openbmc/linux/Documentation/admin-guide/mm/ |
H A D | hugetlbpage.rst | 13 256M and ppc64 supports 4K and 16M. A TLB is a cache of virtual-to-physical 93 Once a number of huge pages have been pre-allocated to the kernel huge page 169 indicates the current number of pre-allocated huge pages of the default size. 180 task that modifies ``nr_hugepages``. The default for the allowed nodes--when the 181 task has default memory policy--is all on-line nodes with memory. Allowed 206 requested by applications. Writing any non-zero value into this file 226 of the in-use huge pages to surplus huge pages. This will occur even if 228 this condition holds--that is, until ``nr_hugepages+nr_overcommit_hugepages`` is 229 increased sufficiently, or the surplus huge pages go out of use and are freed-- 232 With support for multiple huge page pools at run-time available, much of [all …]
|
/openbmc/bios-settings-mgr/ |
H A D | README.md | 3 [](LICENSE) 12 For more details, please refer to [design document][rbmc-design-document]. 16 - **Remote management** of BIOS settings. 17 - **Immediate updates** or scheduled changes upon reboot. 18 - **Reset BIOS Settings** support through the dbus. 19 - **ChangePassword** support to change the BIOS setup password. 24 attributes via dbus and its documented [here][pdi-manager-bios] 34 - **SetAttribute** Sets a specific BIOS attribute to a new value. 35 - **GetAttribute** Retrieves the current and pending values of a BIOS attribute. 39 - **ResetBIOSSettings** To reset the BIOS settings based on the Reset Flag. [all …]
|
/openbmc/linux/tools/net/ynl/lib/ |
H A D | nlspec.py | 1 # SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 37 self.ident_name = self.name.replace('-', '_') 119 value_start = self.yaml.get('value-start', 0) 149 Represents a single attribute type within an attr space. 153 attr_set Attribute Set containing this attr 166 self.is_multi = yaml.get('multi-attr', False) 168 self.sub_type = yaml.get('sub-type') 169 self.byte_order = yaml.get('byte-order') 171 self.display_hint = yaml.get('display-hint') 175 """ Netlink Attribute Set class. [all …]
|