Home
last modified time | relevance | path

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

12345678910>>...37

/openbmc/u-boot/env/
H A Dattr.c29 int (*callback)(const char *name, const char *attributes, void *priv), in env_attr_walk() argument
33 char *name, *attributes; in env_attr_walk() local
82 attributes = strchr(entry_cpy, ENV_ATTR_SEP); in env_attr_walk()
84 if (attributes != NULL) { in env_attr_walk()
86 *attributes++ = '\0'; in env_attr_walk()
88 attributes = strim(attributes); in env_attr_walk()
97 retval = callback(name, attributes, priv); in env_attr_walk()
116 char *attributes; member
119 static int regex_callback(const char *name, const char *attributes, void *priv) in regex_callback() argument
134 if (!attributes) { in regex_callback()
[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()
35 data = memdup_user(userbuf + sizeof(attributes), datasize); in efivarfs_file_write()
39 bytes = efivar_entry_set_get_size(var, attributes, &datasize, in efivarfs_file_write()
53 i_size_write(inode, datasize + sizeof(attributes)); in efivarfs_file_write()
71 u32 attributes; in efivarfs_file_read() local
90 data = kmalloc(datasize + sizeof(attributes), GFP_KERNEL); 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
173 EFI_ENTRY("\"%ls\" %pUl %p %p %p", variable_name, vendor, attributes, in efi_get_variable()
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()
415 const efi_guid_t *vendor, u32 attributes, in efi_set_variable() argument
422 EFI_ENTRY("\"%ls\" %pUl %x %zu %p", variable_name, vendor, attributes, 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/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):
H A Dhwmon-kernel-api.rst48 It creates the standard sysfs attributes in the hardware monitoring core,
50 of having to bother with sysfs attributes. The parent device parameter
139 is optional, but must be provided if any readable attributes exist.
143 optional, but must be provided if any writeable attributes exist.
161 hwmon_chip A virtual sensor type, used to describe attributes
176 describing the attributes supposed by a single sensor.
240 HWMON_C_xxxx Chip attributes, for use with hwmon_chip.
241 HWMON_T_xxxx Temperature attributes, for use with hwmon_temp.
242 HWMON_I_xxxx Voltage attributes, for use with hwmon_in.
243 HWMON_C_xxxx Current attributes, for use with hwmon_curr.
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-firmware-attributes1 What: /sys/class/firmware-attributes/*/attributes/*/
12 Unless otherwise specified in an attribute description all attributes are optional
88 On Dell systems the following additional attributes are available:
111 Enumeration attributes also support the following:
117 dependent attributes value.
137 On HP systems the following additional attributes are available:
149 What: /sys/class/firmware-attributes/*/authentication/
160 reset or cleared using these attributes.
208 setting attributes when a system or admin password is set
229 On Dell, Lenovo and HP systems, if Admin password is set, then all BIOS attributes
[all …]
/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.
127 … | | | data between BIOS and BMC | | configuration attributes. | ||
164 … | | | data between BIOS and BMC | | configuration attributes. | ||
202 … | | | data between BIOS and BMC | | configuration attributes. | ||
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.
[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.cpp115 PELAttributes attributes{ in restore() local
134 attributes); in restore()
136 updateRepoStats(attributes, true); in restore()
178 PELAttributes attributes{ in add() local
195 attributes); in add()
199 updateRepoStats(attributes, true); in add()
319 for (const auto& [id, attributes] : _pelAttributes) in for_each()
321 std::ifstream file{attributes.path}; in for_each()
328 "FILE", attributes.path, "ERRNO", e); in for_each()
593 std::vector<Repository::AttributesReference> attributes; in getAllPELAttributes() local
[all …]
/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/openbmc/poky/bitbake/lib/bs4/builder/
H A D_html5lib.py233 attributes = []
239 attributes.append((name, value))
241 for name, value in sorted(attributes):
346 def setAttributes(self, attributes): argument
347 if attributes is not None and len(attributes) > 0:
349 for name, value in list(attributes.items()):
352 del attributes[name]
353 attributes[new_name] = value
356 self.name, attributes)
357 for name, value in list(attributes.items()):
[all …]
/openbmc/linux/drivers/s390/char/
H A Dcon3270.c58 struct tty3270_attribute attributes; member
97 struct tty3270_attribute attributes; member
326 if (cell->attributes.highlight != highlight) { in tty3270_required_length()
328 highlight = cell->attributes.highlight; in tty3270_required_length()
330 if (cell->attributes.f_color != f_color) { in tty3270_required_length()
332 f_color = cell->attributes.f_color; in tty3270_required_length()
334 if (cell->attributes.b_color != b_color) { in tty3270_required_length()
336 b_color = cell->attributes.b_color; in tty3270_required_length()
338 if (cell->attributes.alternate_charset) in tty3270_required_length()
424 if (cell->attributes.highlight != attr->highlight) { in tty3270_add_attributes()
[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/u-boot/scripts/kconfig/
H A Dnconf.gui.c12 attributes_t attributes[ATTR_MAX+1] = {0}; variable
73 attributes[name] = attr | COLOR_PAIR(name); } while (0) in normal_color_theme()
104 #define mkattrn(name, attr) { attributes[name] = attr; } in no_colors_theme()
298 set_menu_fore(menu, attributes[DIALOG_MENU_FORE]); in btn_dialog()
299 set_menu_back(menu, attributes[DIALOG_MENU_BACK]); in btn_dialog()
301 (void) wattrset(win, attributes[DIALOG_BOX]); in btn_dialog()
305 (void) wattrset(msg_win, attributes[DIALOG_TEXT]); in btn_dialog()
409 (void) wattrset(form_win, attributes[INPUT_FIELD]); in dialog_inputbox()
411 (void) wattrset(win, attributes[INPUT_BOX]); in dialog_inputbox()
413 (void) wattrset(win, attributes[INPUT_HEADING]); in dialog_inputbox()
[all …]
/openbmc/qemu/hw/ufs/
H A Dufs.c1049 return u->attributes.boot_lun_en; in ufs_read_attr_value()
1051 return u->attributes.current_power_mode; in ufs_read_attr_value()
1053 return u->attributes.active_icc_level; in ufs_read_attr_value()
1055 return u->attributes.out_of_order_data_en; in ufs_read_attr_value()
1057 return u->attributes.background_op_status; in ufs_read_attr_value()
1059 return u->attributes.purge_status; in ufs_read_attr_value()
1061 return u->attributes.max_data_in_size; in ufs_read_attr_value()
1063 return u->attributes.max_data_out_size; in ufs_read_attr_value()
1065 return be32_to_cpu(u->attributes.dyn_cap_needed); in ufs_read_attr_value()
1067 return u->attributes.ref_clk_freq; in ufs_read_attr_value()
[all …]
/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
/openbmc/linux/sound/usb/
H A Dquirks-table.h138 .attributes = 0,
458 .attributes = 0,
473 .attributes = UAC_EP_CS_ATTR_FILL_MAX,
783 .attributes = 0,
798 .attributes = 0,
1586 .attributes = UAC_EP_CS_ATTR_SAMPLE_RATE,
1610 .attributes = UAC_EP_CS_ATTR_SAMPLE_RATE,
1646 .attributes = UAC_EP_CS_ATTR_SAMPLE_RATE,
1670 .attributes = UAC_EP_CS_ATTR_SAMPLE_RATE,
1705 .attributes = UAC_EP_CS_ATTR_SAMPLE_RATE,
[all …]
/openbmc/linux/Documentation/userspace-api/netlink/
H A Dspecs.rst36 Each next level inherits the attributes of the previous level, meaning that
41 - ``genetlink-c`` - superset of ``genetlink`` with extra attributes allowing
60 - attributes
151 This property contains information about netlink attributes of the family.
159 referred to with a ``nested-attributes`` property of the container.
163 which attributes are allowed in a nest or refining the validation criteria.
170 Uniquely identifies the attribute set, operations and nested attributes
178 or even types of attributes depending on the nest in which they
182 attributes subsection
185 List of attributes in the set.
[all …]

12345678910>>...37