Home
last modified time | relevance | path

Searched refs:attributes (Results 1 – 25 of 968) sorted by relevance

12345678910>>...39

/openbmc/linux/Documentation/netlink/specs/
H A Dethtool.yaml23 attributes:
36 attributes:
48 attributes:
56 attributes:
70 attributes:
79 attributes:
87 attributes:
101 attributes:
109 attributes:
124 attributes:
[all …]
H A Ddevlink.yaml23 attributes:
199 attributes:
209 attributes:
216 attributes:
226 attributes:
233 attributes:
243 attributes:
272 attributes:
321 attributes: &sb-id-attrs
327 attributes: *sb-id-attrs
[all …]
H A Dovs_vport.yaml60 attributes:
71 attributes:
83 attributes:
101 nested-attributes: vport-options
122 nested-attributes: upcall-stats
134 attributes:
148 attributes:
160 attributes:
164 attributes:
H A Dhandshake.yaml34 attributes:
43 attributes:
69 nested-attributes: x509
76 attributes:
101 attributes:
104 attributes:
118 attributes:
H A Dovs_flow.yaml375 attributes:
464 attributes:
601 attributes:
730 attributes:
800 attributes:
816 attributes:
828 attributes:
845 attributes:
859 attributes:
892 attributes:
[all …]
H A Drt_link.yaml727 attributes:
936 attributes:
963 attributes:
983 attributes:
1128 attributes:
1155 attributes:
1162 attributes:
1196 attributes:
1203 attributes:
1223 attributes:
[all …]
/openbmc/u-boot/env/
H A Dattr.c33 char *name, *attributes; in env_attr_walk() local
86 *attributes++ = '\0'; in env_attr_walk()
88 attributes = strim(attributes); in env_attr_walk()
116 char *attributes; member
134 if (!attributes) { in regex_callback()
147 cbp->attributes = malloc(strlen(attributes) + 1); in regex_callback()
149 strcpy(cbp->attributes, attributes); in regex_callback()
171 if (!attributes) in env_attr_lookup()
183 priv.attributes = NULL; in env_attr_lookup()
189 strcpy(attributes, priv.attributes); in env_attr_lookup()
[all …]
/openbmc/linux/fs/efivarfs/
H A Dfile.c20 u32 attributes; in efivarfs_file_write() local
22 unsigned long datasize = count - sizeof(attributes); in efivarfs_file_write()
26 if (count < sizeof(attributes)) in efivarfs_file_write()
29 if (copy_from_user(&attributes, userbuf, sizeof(attributes))) in efivarfs_file_write()
32 if (attributes & ~(EFI_VARIABLE_MASK)) in efivarfs_file_write()
53 i_size_write(inode, datasize + sizeof(attributes)); in efivarfs_file_write()
71 u32 attributes; in efivarfs_file_read() local
95 size = efivar_entry_get(var, &attributes, &datasize, in efivarfs_file_read()
96 data + sizeof(attributes)); in efivarfs_file_read()
100 memcpy(data, &attributes, sizeof(attributes)); in efivarfs_file_read()
[all …]
/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/
H A DMakefile5 enum-attributes.o \
6 int-attributes.o \
7 order-list-attributes.o \
8 passwdobj-attributes.o \
9 spmobj-attributes.o \
10 string-attributes.o \
11 surestart-attributes.o
/openbmc/u-boot/lib/efi_loader/
H A Defi_variable.c164 const efi_guid_t *vendor, u32 *attributes, in efi_get_variable() argument
235 if (attributes) in efi_get_variable()
236 *attributes = attr & EFI_VARIABLE_MASK; in efi_get_variable()
266 u32 *attributes) in parse_uboot_variable() argument
304 parse_attr(end, attributes); in parse_uboot_variable()
331 u32 attributes; in efi_get_next_variable_name() local
394 vendor, &attributes); in efi_get_next_variable_name()
469 while (attributes) { in efi_set_variable()
470 u32 attr = 1 << (ffs(attributes) - 1); in efi_set_variable()
477 attributes &= ~attr; in efi_set_variable()
[all …]
/openbmc/linux/drivers/platform/x86/dell/dell-wmi-sysman/
H A DMakefile3 enum-attributes.o \
4 int-attributes.o \
5 string-attributes.o \
6 passobj-attributes.o \
/openbmc/qemu/hw/ufs/
H A Dufs.c637 return u->attributes.boot_lun_en; in ufs_read_attr_value()
647 return u->attributes.purge_status; in ufs_read_attr_value()
655 return u->attributes.ref_clk_freq; in ufs_read_attr_value()
695 return u->attributes.refresh_freq; in ufs_read_attr_value()
697 return u->attributes.refresh_unit; in ufs_read_attr_value()
715 u->attributes.ref_clk_freq = value; in ufs_write_attr_value()
727 u->attributes.psa_state = value; in ufs_write_attr_value()
1239 memset(&u->attributes, 0, sizeof(u->attributes)); in ufs_init_hc()
1240 u->attributes.max_data_in_size = 0x08; in ufs_init_hc()
1241 u->attributes.max_data_out_size = 0x08; in ufs_init_hc()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_ipp.c69 const struct dc_cursor_attributes *attributes) in dce_ipp_cursor_set_attributes() argument
78 switch (attributes->color_format) { in dce_ipp_cursor_set_attributes()
98 CURSOR_2X_MAGNIFY, attributes->attribute_flags.bits.ENABLE_MAGNIFICATION, in dce_ipp_cursor_set_attributes()
99 CUR_INV_TRANS_CLAMP, attributes->attribute_flags.bits.INVERSE_TRANSPARENT_CLAMPING); in dce_ipp_cursor_set_attributes()
101 if (attributes->color_format == CURSOR_MODE_MONO) { in dce_ipp_cursor_set_attributes()
118 CURSOR_WIDTH, attributes->width-1, in dce_ipp_cursor_set_attributes()
119 CURSOR_HEIGHT, attributes->height-1); in dce_ipp_cursor_set_attributes()
128 CURSOR_SURFACE_ADDRESS_HIGH, attributes->address.high_part); in dce_ipp_cursor_set_attributes()
131 CURSOR_SURFACE_ADDRESS, attributes->address.low_part); in dce_ipp_cursor_set_attributes()
/openbmc/linux/Documentation/hwmon/
H A Dmp2888.rst39 The driver provides the next attributes for the current:
44 The driver exports the following attributes via the 'sysfs' files, where:
58 The driver provides the next attributes for the voltage:
64 The driver exports the following attributes via the 'sysfs' files, where
84 The driver provides the next attributes for the power:
89 The driver exports the following attributes via the 'sysfs' files, where
107 The driver provides the next attributes for the temperature:
H A Dmp5023.rst33 The driver exports the following attributes via the 'sysfs' files
48 The driver provides the following attributes for output voltage:
56 The driver provides the following attributes for output current:
66 The driver provides the following attributes for input power:
74 The driver provides the following attributes for temperature:
H A Dmp5990.rst33 The driver exports the following attributes via the 'sysfs' files
48 The driver provides the following attributes for output voltage:
56 The driver provides the following attributes for output current:
66 The driver provides the following attributes for input power:
74 The driver provides the following attributes for temperature:
H A Dxdp710.rst32 The driver exports the following attributes via the 'sysfs' files
47 The driver provides the following attributes for output voltage:
55 The driver provides the following attributes for output current:
65 The driver provides the following attributes for input power:
73 The driver provides the following attributes for temperature:
H A Dmp2975.rst50 The driver provides the next attributes for the current:
55 attributes.
57 The driver exports the following attributes via the 'sysfs' files, where
73 The driver provides the next attributes for the voltage:
80 The driver exports the following attributes via the 'sysfs' files, where
98 The driver provides the next attributes for the power:
103 The driver exports the following attributes via the 'sysfs' files, where
117 The driver provides the next attributes for the temperature (only from page 0):
/openbmc/linux/tools/testing/selftests/powerpc/dexcr/
H A Dlsdexcr.c89 const char *attributes[8] = {NULL}; in print_aspect() local
95 attributes[j++] = "set"; in print_aspect()
97 attributes[j++] = "set (hypervisor)"; in print_aspect()
99 attributes[j++] = "clear"; in print_aspect()
102 print_list(attributes, j); in print_aspect()
/openbmc/docs/designs/
H A Dremote-bios-configuration.md104 BIOS attributes list exist (XML Type 1) in BMC then BIOS must get pending BIOS
115 non-volatile storage. Pending attributes list will be cleared whenever new
116 attributes data received.
242 RBC daemon should create pending BIOS attributes list based on the user input
248 and pull the pending attributes value from RBC daemon. PLDM should delete the
249 Pending attributes value table once its not valid or updated in BIOS. RBC should
250 clear pending attributes list whenever new attributes data received.
468 particular attribute or list of attributes. PATCH Method -
472 6. Get the new pending value list: Use to get the new pending attributes list.
478 7. Update new BIOS settings (multiple attributes): Use to send the new value for
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-firmware-attributes1 What: /sys/class/firmware-attributes/*/attributes/*/
117 dependent attributes value.
160 reset or cleared using these attributes.
329 What: /sys/class/firmware-attributes/*/attributes/pending_reboot
341 0 All BIOS attributes setting are current
358 What: /sys/class/firmware-attributes/*/attributes/reset_bios
379 # echo "factory" > /sys/class/firmware-attributes/*/device/attributes/reset_bios
380 # cat /sys/class/firmware-attributes/*/device/attributes/reset_bios
386 What: /sys/class/firmware-attributes/*/attributes/debug_cmd
439 What: /sys/class/firmware-attributes/*/attributes/Sure_Start/audit_log_entries
[all …]
/openbmc/qemu/target/hexagon/imported/
H A Dmacros.def51 /* optional attributes */
57 /* optional attributes */
63 /* optional attributes */
577 /* optional attributes */
588 /* optional attributes */
594 /* optional attributes */
600 /* optional attributes */
606 /* optional attributes */
612 /* optional attributes */
618 /* optional attributes */
[all …]
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Drepository.cpp116 PELAttributes attributes{ in restore() local
135 attributes); in restore()
179 PELAttributes attributes{ in add() local
196 attributes); in add()
200 updateRepoStats(attributes, true); in add()
322 std::ifstream file{attributes.path}; in for_each()
598 [&attributes](auto& pelEntry) { attributes.push_back(pelEntry); }); in getAllPELAttributes()
600 std::sort(attributes.begin(), attributes.end(), in getAllPELAttributes()
609 return attributes; in getAllPELAttributes()
739 for (auto it = attributes.begin(); it != attributes.end();) in removePELs()
[all …]
/openbmc/linux/Documentation/driver-api/driver-model/
H A Ddevice.rst56 As explained in Documentation/core-api/kobject.rst, device attributes must be
76 names 'dev_attr_type' and 'dev_attr_power'. These two attributes can be
106 device attributes and the device_unregister() function will use this pointer
107 to remove the device attributes.
111 strict expectations on when attributes get created. When a new device is
113 udev) that a new device is available. If attributes are added after the
115 not know about the new attributes.
118 attributes for a device at driver probe time. If the device driver simply
120 userspace will never be notified of the new attributes.
/openbmc/linux/Documentation/netlabel/
H A Dlsm_interface.rst12 NetLabel is a mechanism which can set and retrieve security attributes from
22 it uses the concept of security attributes to refer to the packet's security
23 labels. The NetLabel security attributes are defined by the
25 NetLabel subsystem converts the security attributes to and from the correct
28 security attributes into whatever security identifiers are in use for their
47 LSM has received a packet, used NetLabel to decode its security attributes,
48 and translated the security attributes into a LSM internal identifier the LSM

12345678910>>...39