Home
last modified time | relevance | path

Searched refs:attributes (Results 76 – 100 of 969) sorted by relevance

12345678910>>...39

/openbmc/linux/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget-midi25 The attributes:
20 The attributes:
40 The attributes:
H A Dsysfs-platform-dell-smbios10 sysfs attributes readable by a process with
14 as the following attributes:
H A Dsysfs-devices-system-xen_cpu5 A collection of global/individual Xen physical cpu attributes
7 Individual physical cpu attributes are contained in
H A Dsysfs-bus-iio-adc-max961115 These attributes describe a single physical component, exposed as two distinct
16 attributes as it is used to calculate two different values: power load and
/openbmc/phosphor-mrw-tools/docs/
H A Dmrw-xml-requirements.md29 XML representations, there are only a few attributes that need to be set. If a
30 new part is being modeled, initial values for some attributes may need to be
50 All of the BMC chip attributes that are needed for the device tree are pre-built
55 > necessary device tree attributes.
68 connected to an ethernet slave unit. Additionally, the following attributes may
84 part to their corresponding uart slave units. No additional attributes are
117 an I2C device. It specifies which other attributes of the device should be
/openbmc/linux/arch/x86/kvm/vmx/
H A Dsgx.c147 u64 attributes, xfrm, size; in __handle_encls_ecreate() local
160 attributes = contents->attributes; in __handle_encls_ecreate()
166 (attributes & SGX_ATTR_PROVISIONKEY)) { in __handle_encls_ecreate()
180 (u32)attributes & ~sgx_12_1->eax || in __handle_encls_ecreate()
181 (u32)(attributes >> 32) & ~sgx_12_1->ebx || in __handle_encls_ecreate()
191 max_size_log2 = (attributes & SGX_ATTR_MODE64BIT) ? sgx_12_0->edx >> 8 : in __handle_encls_ecreate()
/openbmc/linux/Documentation/arch/arm64/
H A Dptdump.rst7 virtual memory layout as well as the attributes associated with the
35 hierarchical structure of the page tables and finally the attributes
36 associated with each page. The page attributes provide information about
39 within the kernel memory. Assessing these attributes can assist in
45 start address end address size attributes
/openbmc/openbmc/meta-openpower/recipes-bsp/ekb/
H A Dekb_git.bb2 DESCRIPTION = "Copy all the required hardware procedures attributes xml file \
23 # Copying all required hwp's attributes xml file with respective directory structures
/openbmc/u-boot/lib/efi_loader/
H A Defi_boottime.c1087 if (item->info.attributes & in efi_get_drivers()
1105 if (item->info.attributes & in efi_get_drivers()
1205 if (item->info.attributes == in efi_uninstall_protocol()
2609 (item->info.attributes == attributes)) in efi_protocol_open()
2625 if (item->info.attributes == in efi_protocol_open()
2658 match->attributes = attributes; in efi_protocol_open()
2695 attributes); in efi_open_protocol()
2703 switch (attributes) { in efi_open_protocol()
2914 if (item->info.attributes & in efi_connect_controller()
3010 item->info.attributes & in efi_get_child_controllers()
[all …]
/openbmc/linux/fs/hfsplus/
H A Dsuper.c292 vhdr->attributes |= cpu_to_be32(HFSPLUS_VOL_UNMNT); in hfsplus_put_super()
293 vhdr->attributes &= cpu_to_be32(~HFSPLUS_VOL_INCNSTNT); in hfsplus_put_super()
341 if (!(vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_UNMNT))) { in hfsplus_remount()
347 } else if (vhdr->attributes & in hfsplus_remount()
352 } else if (vhdr->attributes & in hfsplus_remount()
456 if (!(vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_UNMNT))) { in hfsplus_fill_super()
461 } else if (vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_SOFTLOCK)) { in hfsplus_fill_super()
464 } else if ((vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_JOURNALED)) && in hfsplus_fill_super()
548 vhdr->attributes &= cpu_to_be32(~HFSPLUS_VOL_UNMNT); in hfsplus_fill_super()
549 vhdr->attributes |= cpu_to_be32(HFSPLUS_VOL_INCNSTNT); in hfsplus_fill_super()
H A Dbtree.c174 tree->attributes = be32_to_cpu(head->attributes); in hfs_btree_open()
187 if (tree->attributes & HFS_TREE_VARIDXKEYS) { in hfs_btree_open()
200 if (!(tree->attributes & HFS_TREE_VARIDXKEYS)) { in hfs_btree_open()
226 if (!(tree->attributes & HFS_TREE_BIGKEYS)) { in hfs_btree_open()
304 head->attributes = cpu_to_be32(tree->attributes); in hfs_btree_write()
/openbmc/linux/drivers/firmware/arm_scmi/
H A Dclock.c33 __le32 attributes; member
44 __le32 attributes; member
140 u32 attributes; in scmi_clock_attributes_get() local
155 attributes = le32_to_cpu(attr->attributes); in scmi_clock_attributes_get()
170 if (SUPPORTS_EXTENDED_NAMES(attributes)) in scmi_clock_attributes_get()
175 if (SUPPORTS_RATE_CHANGED_NOTIF(attributes)) in scmi_clock_attributes_get()
177 if (SUPPORTS_RATE_CHANGE_REQUESTED_NOTIF(attributes)) in scmi_clock_attributes_get()
413 cfg->attributes = cpu_to_le32(config); in scmi_clock_config_set()
/openbmc/linux/Documentation/driver-api/hte/
H A Dhte.rst57 HTE subsystem debugfs attributes
59 HTE subsystem creates debugfs attributes at ``/sys/kernel/debug/hte/``.
60 It also creates line/signal-related debugfs attributes at
62 attributes are read-only.
/openbmc/linux/fs/efivarfs/
H A Dvars.c582 int __efivar_entry_get(struct efivar_entry *entry, u32 *attributes, in __efivar_entry_get() argument
589 attributes, size, data); in __efivar_entry_get()
601 int efivar_entry_get(struct efivar_entry *entry, u32 *attributes, in efivar_entry_get() argument
609 err = __efivar_entry_get(entry, attributes, size, data); in efivar_entry_get()
637 int efivar_entry_set_get_size(struct efivar_entry *entry, u32 attributes, in efivar_entry_set_get_size() argument
659 status = efivar_set_variable_locked(name, vendor, attributes, *size, in efivar_entry_set_get_size()
/openbmc/linux/Documentation/networking/
H A Dopenvswitch.rst75 attributes. Some attributes represent packet metadata, defined as any
78 attributes, however, are extracted from headers within the packet,
83 flow key attributes. For informal explanatory purposes here, we write
116 nor supply flow mask attributes.
162 flow key attributes.
191 The solution is to use a set of nested attributes. This is, for
192 example, why 802.1Q support uses nested attributes. A TCP packet in
198 Notice how the "eth_type", "ip", and "tcp" flow key attributes are
200 not understand the "vlan" key will not see either of those attributes
244 - Duplicate attributes are not allowed at a given nesting level.
[all …]
/openbmc/u-boot/Documentation/sphinx/
H A DrstFlatTable.py182 colspec.attributes['stub'] = 1
208 attributes = {"classes" : classes}
210 attributes['morerows'] = rspan
212 attributes['morecols'] = cspan
213 entry = nodes.entry(**attributes)
/openbmc/linux/Documentation/hwmon/
H A Dadm1275.rst99 The following attributes are supported. Limits are read-write, history reset
100 attributes are write-only, all other attributes are read-only.
135 Power attributes are supported on ADM1075, ADM1272,
146 Temperature attributes are supported on ADM1272 and
H A Dmax31785.rst25 readings in attributes fan[5-8]_input. By contrast the MAX31785 only exposes
26 the slowest rotor measurement, and does so in the fan[1-4]_input attributes.
34 Sysfs attributes
H A Dadm1177.rst30 The following attributes are supported. Current maxim attribute
31 is read-write, all other attributes are read-only.
/openbmc/linux/Documentation/sphinx/
H A DrstFlatTable.py170 colspec.attributes['stub'] = 1
196 attributes = {"classes" : classes}
198 attributes['morerows'] = rspan
200 attributes['morecols'] = cspan
201 entry = nodes.entry(**attributes)
/openbmc/linux/Documentation/filesystems/
H A Dhpfs.rst25 attributes. Mode is inverted umask - for example umask 027 gives owner
28 rights, you must use extended attributes.
51 What to do with extended attributes. 'no' - ignore them and use always
53 attributes but do not create them. 'rw' - create extended attributes
75 Extended attributes
79 extended attributes. Extended attributes are pairs of (key,value) where key is
85 that extended attributes those value differs from defaults specified in mount
86 options are created. Once created, the extended attributes are never deleted,
94 number. Currently this driver cannot resize extended attributes - it means
96 attributes with different sizes, they won't be rewritten and changing these
[all …]
/openbmc/u-boot/cmd/
H A Dnvedit_efi.c46 u32 attributes; in efi_dump_single_var() local
54 ret = EFI_CALL(efi_get_variable(name, guid, &attributes, &size, data)); in efi_dump_single_var()
60 ret = EFI_CALL(efi_get_variable(name, guid, &attributes, &size, in efi_dump_single_var()
72 if (attributes & efi_var_attrs[i].mask) { in efi_dump_single_var()
/openbmc/linux/arch/x86/hyperv/
H A Dhv_vtl.c134 input->vp_context.cs.attributes = 0xa09b; in hv_vtl_bringup_vcpu()
139 input->vp_context.ss.attributes = 0xc093; in hv_vtl_bringup_vcpu()
145 input->vp_context.ldtr.attributes = 0x82; in hv_vtl_bringup_vcpu()
151 input->vp_context.tr.attributes = 0x8b; in hv_vtl_bringup_vcpu()
/openbmc/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-net.c142 pkt_info->attributes = XLGMAC_SET_REG_BITS( in xlgmac_prep_tx_pkt()
143 pkt_info->attributes, in xlgmac_prep_tx_pkt()
147 pkt_info->attributes = XLGMAC_SET_REG_BITS( in xlgmac_prep_tx_pkt()
148 pkt_info->attributes, in xlgmac_prep_tx_pkt()
153 pkt_info->attributes = XLGMAC_SET_REG_BITS( in xlgmac_prep_tx_pkt()
154 pkt_info->attributes, in xlgmac_prep_tx_pkt()
168 pkt_info->attributes = XLGMAC_SET_REG_BITS( in xlgmac_prep_tx_pkt()
169 pkt_info->attributes, in xlgmac_prep_tx_pkt()
1161 pkt_info->attributes, in xlgmac_rx_poll()
1165 pkt_info->attributes, in xlgmac_rx_poll()
[all …]
/openbmc/linux/Documentation/accounting/
H A Dtaskstats.rst68 to the NETLINK_GENERIC family and using the netlink attributes interface.
94 command. The payload is a series of three attributes of type:
106 series of attributes of the following type:
108 a) TASKSTATS_TYPE_AGGR_PID: indicates next two attributes will be pid+stats
111 d) TASKSTATS_TYPE_AGGR_TGID: indicates next two attributes will be tgid+stats
146 2. Defining separate statistic structs and using the netlink attributes
148 independently, it can always ignore attributes whose type it does not
155 processing new netlink attributes. But if the new fields expand the existing
158 extending the attributes structure would be worthwhile.

12345678910>>...39