Searched defs:attributes (Results 1 - 17 of 17) sorted by relevance

/drivers/regulator/
H A Duserspace-consumer.c98 static struct attribute *attributes[] = { variable in typeref:struct:attribute
105 .attrs = attributes,
/drivers/edac/
H A Dghes_edac.c59 u8 attributes; member in struct:memdev_dmi_entry
H A Di7core_edac.c1144 * inject sysfs attributes
1937 u8 attributes; member in struct:memdev_dmi_entry
/drivers/firmware/efi/
H A Defivars.c206 unsigned long size, u32 attributes, u8 *data)
218 if ((size <= 0) || (attributes == 0)){
223 if ((attributes & ~EFI_VARIABLE_MASK) != 0 ||
262 u32 attributes; local
273 attributes = compat->Attributes;
279 err = sanity_check(var, name, vendor, size, attributes, data);
290 attributes = new_var->Attributes;
296 err = sanity_check(var, name, vendor, size, attributes, data);
303 err = efivar_entry_set(entry, attributes, size, data, NULL);
348 * the attributes
205 sanity_check(struct efi_variable *var, efi_char16_t *name, efi_guid_t vendor, unsigned long size, u32 attributes, u8 *data) argument
424 u32 attributes; local
[all...]
H A Dvars.c230 check_var_size(u32 attributes, unsigned long size) argument
237 return fops->query_variable_store(attributes, size);
553 * @attributes: variable attributes
571 int efivar_entry_set(struct efivar_entry *entry, u32 attributes, argument
586 status = check_var_size(attributes, size + ucs2_strsize(name, 1024));
589 attributes, size, data);
609 u32 attributes, unsigned long size, void *data)
618 status = check_var_size(attributes, size + ucs2_strsize(name, 1024));
624 status = ops->set_variable_nonblocking(name, &vendor, attributes,
608 efivar_entry_set_nonblocking(efi_char16_t *name, efi_guid_t vendor, u32 attributes, unsigned long size, void *data) argument
648 efivar_entry_set_safe(efi_char16_t *name, efi_guid_t vendor, u32 attributes, bool block, unsigned long size, void *data) argument
783 __efivar_entry_get(struct efivar_entry *entry, u32 *attributes, unsigned long *size, void *data) argument
806 efivar_entry_get(struct efivar_entry *entry, u32 *attributes, unsigned long *size, void *data) argument
844 efivar_entry_set_get_size(struct efivar_entry *entry, u32 attributes, unsigned long *size, void *data, bool *set) argument
[all...]
/drivers/vme/
H A Dvme_bridge.h81 u32 attributes; member in struct:vme_bus_error
H A Dvme.c228 * Request a slave image with specific attributes, return some unique
317 printk(KERN_ERR "Invalid attributes\n");
384 * Request a master image with specific attributes, return some unique
477 printk(KERN_WARNING "Invalid attributes\n");
642 * Request a DMA controller with specific attributes, return some unique
653 /* XXX Not checking resource attributes */
739 * Create "Pattern" type attributes
743 struct vme_dma_attr *attributes; local
746 attributes = kmalloc(sizeof(struct vme_dma_attr), GFP_KERNEL);
747 if (attributes
778 struct vme_dma_attr *attributes; local
817 struct vme_dma_attr *attributes; local
853 vme_dma_free_attribute(struct vme_dma_attr *attributes) argument
[all...]
/drivers/mtd/
H A Dsm_ftl.c37 /* ------------------- sysfs attributes ---------------------------------- */
60 struct attribute **attributes; local
69 /* Initialize sysfs attributes */
84 /* Create array of pointers to the attributes */
85 attributes = kzalloc(sizeof(struct attribute *) * (NUM_ATTRIBUTES + 1),
87 if (!attributes)
89 attributes[0] = &vendor_attribute->dev_attr.attr;
95 attr_group->attrs = attributes;
98 kfree(attributes);
109 struct attribute **attributes local
[all...]
/drivers/firmware/google/
H A Dgsmi.c102 u32 attributes; member in struct:gsmi_nvram_var_param
345 /* All variables are have the following attributes */
423 .attributes = EFI_VARIABLE_NON_VOLATILE |
882 /* Other attributes */
/drivers/isdn/hardware/eicon/
H A Ddsp_defs.h141 word attributes; member in struct:tag_dsp_segment_desc
155 word attributes; member in struct:tag_dsp_data_block_header
/drivers/staging/speakup/
H A Dspk_types.h179 struct attribute_group attributes; member in struct:spk_synth
/drivers/usb/gadget/
H A Dandroid.c60 struct device_attribute **attributes; member in struct:android_usb_function
314 .attributes = ffs_function_attributes,
493 .attributes = acm_function_attributes,
748 .attributes = rndis_function_attributes,
838 .attributes = mass_storage_function_attributes,
933 .attributes = audio_source_function_attributes,
979 attrs = f->attributes;
985 pr_err("%s: Failed to create function %s attributes",
/drivers/video/fbdev/
H A Dsticore.h179 u32 attributes; /* flags denoting attributes */ member in struct:sti_conf_outptr
/drivers/s390/block/
H A Ddasd_eckd.h154 } __attribute__ ((packed)) attributes; member in struct:DE_eckd_data
/drivers/net/ethernet/amd/xgbe/
H A Dxgbe.h218 unsigned int attributes; member in struct:xgbe_packet_data
/drivers/net/wireless/ti/wl1251/
H A Dacx.h1146 u8 attributes; member in struct:wl1251_acx_tx_queue_config
/drivers/scsi/qla2xxx/
H A Dqla_fw.h1918 uint8_t attributes; /* enable/disable, persistence */ member in struct:qla_fcp_prio_cfg

Completed in 444 milliseconds