Searched refs:attributes (Results 1 - 25 of 198) sorted by relevance

12345678

/linux-master/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
/linux-master/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 \
/linux-master/arch/arm64/include/asm/
H A Dpvclock-abi.h11 __le32 attributes; member in struct:pvclock_vcpu_stolen_time
/linux-master/fs/efivarfs/
H A Dfile.c20 u32 attributes; local
22 unsigned long datasize = count - sizeof(attributes);
26 if (count < sizeof(attributes))
29 if (copy_from_user(&attributes, userbuf, sizeof(attributes)))
32 if (attributes & ~(EFI_VARIABLE_MASK))
35 data = memdup_user(userbuf + sizeof(attributes), datasize);
39 bytes = efivar_entry_set_get_size(var, attributes, &datasize,
53 i_size_write(inode, datasize + sizeof(attributes));
71 u32 attributes; local
[all...]
H A Dinternal.h49 int __efivar_entry_get(struct efivar_entry *entry, u32 *attributes,
51 int efivar_entry_get(struct efivar_entry *entry, u32 *attributes,
53 int efivar_entry_set_get_size(struct efivar_entry *entry, u32 attributes,
/linux-master/drivers/iio/common/hid-sensors/
H A DMakefile8 hid-sensor-iio-common-y := hid-sensor-attributes.o
/linux-master/tools/testing/selftests/powerpc/dexcr/
H A Dlsdexcr.c89 const char *attributes[8] = {NULL}; local
95 attributes[j++] = "set";
97 attributes[j++] = "set (hypervisor)";
99 attributes[j++] = "clear";
102 print_list(attributes, j);
/linux-master/arch/hexagon/kernel/
H A Dvmlinux.lds.S66 .hexagon.attributes 0 : { *(.hexagon.attributes) }
/linux-master/drivers/firmware/efi/test/
H A Defi_test.h17 u32 *attributes; member in struct:efi_getvariable
26 u32 attributes; member in struct:efi_setvariable
40 u32 attributes; member in struct:efi_queryvariableinfo
/linux-master/fs/hfsplus/
H A DMakefile10 attributes.o xattr.o xattr_user.o xattr_security.o xattr_trusted.o
/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_ipp.c69 const struct dc_cursor_attributes *attributes)
78 switch (attributes->color_format) {
98 CURSOR_2X_MAGNIFY, attributes->attribute_flags.bits.ENABLE_MAGNIFICATION,
99 CUR_INV_TRANS_CLAMP, attributes->attribute_flags.bits.INVERSE_TRANSPARENT_CLAMPING);
101 if (attributes->color_format == CURSOR_MODE_MONO) {
118 CURSOR_WIDTH, attributes->width-1,
119 CURSOR_HEIGHT, attributes->height-1);
128 CURSOR_SURFACE_ADDRESS_HIGH, attributes->address.high_part);
131 CURSOR_SURFACE_ADDRESS, attributes->address.low_part);
67 dce_ipp_cursor_set_attributes( struct input_pixel_processor *ipp, const struct dc_cursor_attributes *attributes) argument
/linux-master/arch/arm64/kernel/vdso32/
H A Dvdso.lds.S62 .ARM.attributes 0 : { *(.ARM.attributes) }
/linux-master/lib/kunit/
H A DMakefile10 attributes.o \
/linux-master/drivers/s390/char/
H A Dcon3270.c58 struct tty3270_attribute attributes; member in struct:tty3270_cell
97 struct tty3270_attribute attributes; member in struct:tty3270
326 if (cell->attributes.highlight != highlight) {
328 highlight = cell->attributes.highlight;
330 if (cell->attributes.f_color != f_color) {
332 f_color = cell->attributes.f_color;
334 if (cell->attributes.b_color != b_color) {
336 b_color = cell->attributes.b_color;
338 if (cell->attributes.alternate_charset)
424 if (cell->attributes
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dipp.h77 const struct dc_cursor_attributes *attributes);
/linux-master/fs/orangefs/
H A Dupcall.h36 struct ORANGEFS_sys_attr_s attributes; member in struct:orangefs_create_request_s
42 struct ORANGEFS_sys_attr_s attributes; member in struct:orangefs_symlink_request_s
55 struct ORANGEFS_sys_attr_s attributes; member in struct:orangefs_setattr_request_s
65 struct ORANGEFS_sys_attr_s attributes; member in struct:orangefs_mkdir_request_s
H A Dorangefs-utils.c248 /* Must have all the attributes in the mask and be within cache time. */
282 /* Must have all the attributes in the mask and be within cache time. */
302 &new_op->downcall.resp.getattr.attributes,
311 downcall.resp.getattr.attributes.objtype);
315 downcall.resp.getattr.attributes);
318 downcall.resp.getattr.attributes.size;
321 attributes.blksize);
357 downcall.resp.getattr.attributes.owner);
359 downcall.resp.getattr.attributes.group);
361 (time64_t)new_op->downcall.resp.getattr.attributes
[all...]
/linux-master/drivers/acpi/
H A Dpptt.c124 (acpi_pptt_match_type(cache->attributes, ACPI_PPTT_CACHE_TYPE_DATA) ||
125 acpi_pptt_match_type(cache->attributes, ACPI_PPTT_CACHE_TYPE_INSTR)))
129 acpi_pptt_match_type(cache->attributes, type)) {
374 switch (found_cache->attributes & ACPI_PPTT_MASK_WRITE_POLICY) {
376 this_leaf->attributes = CACHE_WRITE_THROUGH;
379 this_leaf->attributes = CACHE_WRITE_BACK;
384 switch (found_cache->attributes & ACPI_PPTT_MASK_ALLOCATION_TYPE) {
386 this_leaf->attributes |= CACHE_READ_ALLOCATE;
389 this_leaf->attributes |= CACHE_WRITE_ALLOCATE;
393 this_leaf->attributes |
[all...]
/linux-master/include/linux/
H A Dcacheinfo.h38 * @attributes: bitfield representing various cache attributes
59 unsigned int attributes; member in struct:cacheinfo
126 if (ci->info_list[i].attributes & CACHE_ID)
/linux-master/drivers/firmware/arm_scmi/
H A Dclock.c52 __le32 attributes; member in struct:scmi_msg_resp_clock_attributes
82 __le32 attributes; member in struct:scmi_msg_clock_config_set
88 __le32 attributes; member in struct:scmi_msg_clock_config_set_v2
102 __le32 attributes; member in struct:scmi_msg_resp_clock_config_get
172 u32 *attributes, bool *enabled, u32 *oem_val,
352 u32 attributes; local
368 attributes = le32_to_cpu(attr->attributes);
383 if (SUPPORTS_EXTENDED_NAMES(attributes))
389 SUPPORTS_RATE_CHANGED_NOTIF(attributes))
787 scmi_clock_config_get_v2(const struct scmi_protocol_handle *ph, u32 clk_id, enum scmi_clock_oem_config oem_type, u32 *attributes, bool *enabled, u32 *oem_val, bool atomic) argument
829 scmi_clock_config_get(const struct scmi_protocol_handle *ph, u32 clk_id, enum scmi_clock_oem_config oem_type, u32 *attributes, bool *enabled, u32 *oem_val, bool atomic) argument
886 scmi_clock_config_oem_get(const struct scmi_protocol_handle *ph, u32 clk_id, enum scmi_clock_oem_config oem_type, u32 *oem_val, u32 *attributes, bool atomic) argument
[all...]
/linux-master/drivers/firmware/qcom/
H A Dqcom_qseecom_uefisecapp.c63 * @attributes: EFI variable attributes.
74 u32 attributes; member in struct:qsee_rsp_uefi_get_variable
91 * @attributes: The EFI variable attributes to set for this variable.
104 u32 attributes; member in struct:qsee_req_uefi_set_variable
183 * @attributes: The storage attributes to query the info for.
188 u32 attributes; member in struct:qsee_req_uefi_query_variable_info
272 const efi_guid_t *guid, u32 *attributes,
271 qsee_uefi_get_variable(struct qcuefi_client *qcuefi, const efi_char16_t *name, const efi_guid_t *guid, u32 *attributes, unsigned long *data_size, void *data) argument
417 qsee_uefi_set_variable(struct qcuefi_client *qcuefi, const efi_char16_t *name, const efi_guid_t *guid, u32 attributes, unsigned long data_size, const void *data) argument
[all...]
/linux-master/drivers/staging/vme_user/
H A Dvme.c324 * attributes are provided. Hardware specific errors may also be
349 dev_err(bridge->parent, "Invalid attributes\n");
525 * attributes are provided. Hardware specific errors may also be
551 dev_warn(bridge->parent, "Invalid attributes\n");
832 /* XXX Not checking resource attributes */
925 * responsibility of the user to free used attributes using
932 struct vme_dma_attr *attributes; local
935 attributes = kmalloc(sizeof(*attributes), GFP_KERNEL);
936 if (!attributes)
970 struct vme_dma_attr *attributes; local
1013 struct vme_dma_attr *attributes; local
1048 vme_dma_free_attribute(struct vme_dma_attr *attributes) argument
[all...]
/linux-master/arch/riscv/kernel/
H A Dvmlinux.lds.S171 .riscv.attributes 0 : { *(.riscv.attributes) }
/linux-master/arch/s390/kernel/vdso32/
H A Dvdso32.lds.S99 .gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }
/linux-master/arch/s390/kernel/vdso64/
H A Dvdso64.lds.S99 .gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }

Completed in 187 milliseconds

12345678