/linux-4.4.14/fs/efivarfs/ |
D | file.c | 22 u32 attributes; in efivarfs_file_write() local 24 unsigned long datasize = count - sizeof(attributes); in efivarfs_file_write() 28 if (count < sizeof(attributes)) in efivarfs_file_write() 31 if (copy_from_user(&attributes, userbuf, sizeof(attributes))) in efivarfs_file_write() 34 if (attributes & ~(EFI_VARIABLE_MASK)) in efivarfs_file_write() 37 data = memdup_user(userbuf + sizeof(attributes), datasize); in efivarfs_file_write() 41 bytes = efivar_entry_set_get_size(var, attributes, &datasize, in efivarfs_file_write() 55 i_size_write(inode, datasize + sizeof(attributes)); in efivarfs_file_write() 72 u32 attributes; in efivarfs_file_read() local 88 data = kmalloc(datasize + sizeof(attributes), GFP_KERNEL); in efivarfs_file_read() [all …]
|
/linux-4.4.14/Documentation/driver-model/ |
D | device.txt | 53 As explained in Documentation/kobject.txt, device attributes must be be 67 names 'dev_attr_type' and 'dev_attr_power'. These two attributes can be 92 device attributes and the device_unregister() function will use this pointer 93 to remove the device attributes. 97 strict expectations on when attributes get created. When a new device is 99 udev) that a new device is available. If attributes are added after the 101 not know about the new attributes. 104 attributes for a device at driver probe time. If the device driver simply 106 userspace will never be notified of the new attributes.
|
/linux-4.4.14/drivers/firmware/efi/ |
D | vars.c | 311 check_var_size(u32 attributes, unsigned long size) in check_var_size() argument 318 return fops->query_variable_store(attributes, size); in check_var_size() 652 int efivar_entry_set(struct efivar_entry *entry, u32 attributes, in efivar_entry_set() argument 667 status = check_var_size(attributes, size + ucs2_strsize(name, 1024)); in efivar_entry_set() 670 attributes, size, data); in efivar_entry_set() 690 u32 attributes, unsigned long size, void *data) in efivar_entry_set_nonblocking() argument 699 status = check_var_size(attributes, size + ucs2_strsize(name, 1024)); in efivar_entry_set_nonblocking() 705 status = ops->set_variable_nonblocking(name, &vendor, attributes, in efivar_entry_set_nonblocking() 729 int efivar_entry_set_safe(efi_char16_t *name, efi_guid_t vendor, u32 attributes, in efivar_entry_set_safe() argument 750 return efivar_entry_set_nonblocking(name, vendor, attributes, in efivar_entry_set_safe() [all …]
|
D | efivars.c | 206 unsigned long size, u32 attributes, u8 *data) in sanity_check() argument 218 if ((size <= 0) || (attributes == 0)){ in sanity_check() 223 if ((attributes & ~EFI_VARIABLE_MASK) != 0 || in sanity_check() 262 u32 attributes; in efivar_store_raw() local 273 attributes = compat->Attributes; in efivar_store_raw() 279 err = sanity_check(var, name, vendor, size, attributes, data); in efivar_store_raw() 290 attributes = new_var->Attributes; in efivar_store_raw() 296 err = sanity_check(var, name, vendor, size, attributes, data); in efivar_store_raw() 303 err = efivar_entry_set(entry, attributes, size, data, NULL); in efivar_store_raw() 394 static EFIVAR_ATTR(attributes, 0400, efivar_attr_read, NULL); [all …]
|
/linux-4.4.14/Documentation/netlabel/ |
D | lsm_interface.txt | 9 NetLabel is a mechanism which can set and retrieve security attributes from 18 it uses the concept of security attributes to refer to the packet's security 19 labels. The NetLabel security attributes are defined by the 21 NetLabel subsystem converts the security attributes to and from the correct 24 security attributes into whatever security identifiers are in use for their 41 LSM has received a packet, used NetLabel to decode its security attributes, 42 and translated the security attributes into a LSM internal identifier the LSM
|
D | introduction.txt | 10 security attributes to outgoing network packets generated from user space 11 applications and read security attributes from incoming network packets. It 18 network packet's security attributes. If any translation between the network 19 security attributes and those on the host are required then the protocol
|
D | cipso_ipv4.txt | 31 NetLabel security module API to extract the security attributes of the packet. 38 attributes such as sensitivity level and category to values which are
|
/linux-4.4.14/scripts/kconfig/ |
D | nconf.gui.c | 11 attributes_t attributes[ATTR_MAX+1] = {0}; variable 72 attributes[name] = attr | COLOR_PAIR(name); } while (0) in normal_color_theme() 103 #define mkattrn(name, attr) { attributes[name] = attr; } in no_colors_theme() 297 set_menu_fore(menu, attributes[DIALOG_MENU_FORE]); in btn_dialog() 298 set_menu_back(menu, attributes[DIALOG_MENU_BACK]); in btn_dialog() 300 (void) wattrset(win, attributes[DIALOG_BOX]); in btn_dialog() 304 (void) wattrset(msg_win, attributes[DIALOG_TEXT]); in btn_dialog() 401 (void) wattrset(form_win, attributes[INPUT_FIELD]); in dialog_inputbox() 403 (void) wattrset(win, attributes[INPUT_BOX]); in dialog_inputbox() 405 (void) wattrset(win, attributes[INPUT_HEADING]); in dialog_inputbox() [all …]
|
D | nconf.c | 371 (void) wattrset(main_window, attributes[FUNCTION_HIGHLIGHT]); in print_function_line() 375 (void) wattrset(main_window, attributes[FUNCTION_TEXT]); in print_function_line() 382 (void) wattrset(main_window, attributes[NORMAL]); in print_function_line() 957 (void) wattrset(main_window, attributes[NORMAL]); in show_menu() 960 attributes[MAIN_HEADING]); in show_menu() 962 (void) wattrset(main_window, attributes[MAIN_MENU_BOX]); in show_menu() 964 (void) wattrset(main_window, attributes[MAIN_MENU_HEADING]); in show_menu() 966 (void) wattrset(main_window, attributes[NORMAL]); in show_menu() 1532 set_menu_fore(curses_menu, attributes[MAIN_MENU_FORE]); in main() 1533 set_menu_back(curses_menu, attributes[MAIN_MENU_BACK]); in main() [all …]
|
D | nconf.h | 62 extern attributes_t attributes[];
|
/linux-4.4.14/drivers/iio/common/hid-sensors/ |
D | Kconfig | 12 HID sensor common processing for attributes and IIO triggers. 13 There are many attributes which can be shared among multiple 15 attributes. 23 Triggers will be send if all requested attributes were read.
|
D | Makefile | 7 hid-sensor-iio-common-y := hid-sensor-attributes.o
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | configfs-usb-gadget | 13 The attributes of a gadget: 38 The attributes of a configuration: 54 The attributes: 73 The attributes: 86 The attributes: 110 The attributes: 120 This group contains "OS String" extension handling attributes.
|
D | sysfs-devices-system-xen_cpu | 5 A collection of global/individual Xen physical cpu attributes 7 Individual physical cpu attributes are contained in
|
D | sysfs-fs-nilfs2 | 14 Describe attributes of /sys/fs/nilfs2/features group. 58 Describe attributes of /sys/fs/nilfs2/<device> group. 90 Describe attributes of /sys/fs/nilfs2/<device>/superblock 180 Describe attributes of /sys/fs/nilfs2/<device>/segctor 211 Describe attributes of /sys/fs/nilfs2/<device>/segments 242 Describe attributes of /sys/fs/nilfs2/<device>/checkpoints 268 Describe attributes of /sys/fs/nilfs2/<device>/mounted_snapshots/<id>
|
D | configfs-usb-gadget-mass-storage | 5 The attributes: 18 The attributes:
|
D | sysfs-kernel-livepatch | 41 The function directory contains attributes regarding the 44 There are currently no such attributes.
|
D | evm | 5 EVM protects a file's security extended attributes(xattrs) 7 HMAC-sha1 value across the extended attributes, storing the
|
D | configfs-usb-gadget-uvc | 45 All attributes read only: 64 All attributes read only: 86 All attributes read only: 142 All attributes read only: 161 All attributes read only, 254 All attributes read only:
|
D | configfs-usb-gadget-loopback | 5 The attributes:
|
D | configfs-usb-gadget-printer | 5 The attributes:
|
D | configfs-usb-gadget-sourcesink | 5 The attributes:
|
D | configfs-usb-gadget-uac2 | 5 The attributes:
|
D | configfs-usb-gadget-ffs | 7 There are no attributes here.
|
D | configfs-usb-gadget-hid | 5 The attributes:
|
D | configfs-usb-gadget-uac1 | 5 The attributes:
|
D | configfs-usb-gadget-midi | 5 The attributes:
|
D | configfs-usb-gadget-ncm | 5 The attributes:
|
D | configfs-usb-gadget-eem | 5 The attributes:
|
D | configfs-usb-gadget-subset | 5 The attributes:
|
D | configfs-usb-gadget-ecm | 5 The attributes:
|
D | configfs-usb-gadget-rndis | 5 The attributes:
|
D | sysfs-devices-firmware_node | 5 The /sys/devices/.../firmware_node directory contains attributes
|
D | sysfs-bus-event_source-devices-format | 12 Userspace must be prepared for the possibility that attributes
|
D | sysfs-firmware-dmi-tables | 16 presented as binary attributes and are accessible via:
|
D | sysfs-firmware-efi-runtime-map | 27 attribute : The attributes of the memory range.
|
D | sysfs-firmware-dmi-entries | 51 exported as attributes: 93 and has the following attributes (documented in the
|
D | sysfs-devices-system-cpu | 5 A collection of both global and individual CPU attributes 7 Individual CPU attributes are contained in subdirectories 232 Description: Parameters for the CPU cache attributes 241 attributes: LEGACY used only on IA64 and is same as write_policy
|
D | sysfs-devices-lpss_ltr | 7 (LPSS). If present, it contains attributes containing the LTR
|
D | sysfs-driver-ppi | 6 This folder includes the attributes related with PPI (Physical
|
/linux-4.4.14/include/linux/usb/ |
D | wusb.h | 95 __le16 attributes; member 133 u8 attributes; member 204 __le16 attributes; member 210 return le16_to_cpu(dn->attributes) & 0xff; in wusb_dn_connect_prev_dev_addr() 215 return (le16_to_cpu(dn->attributes) >> 8) & 0x1; in wusb_dn_connect_new_connection() 220 return (le16_to_cpu(dn->attributes) >> 9) & 0x03; in wusb_dn_connect_beacon_behavior()
|
/linux-4.4.14/drivers/vme/ |
D | vme.c | 801 struct vme_dma_attr *attributes; in vme_dma_pattern_attribute() local 804 attributes = kmalloc(sizeof(struct vme_dma_attr), GFP_KERNEL); in vme_dma_pattern_attribute() 805 if (attributes == NULL) { in vme_dma_pattern_attribute() 816 attributes->type = VME_DMA_PATTERN; in vme_dma_pattern_attribute() 817 attributes->private = (void *)pattern_attr; in vme_dma_pattern_attribute() 822 return attributes; in vme_dma_pattern_attribute() 825 kfree(attributes); in vme_dma_pattern_attribute() 836 struct vme_dma_attr *attributes; in vme_dma_pci_attribute() local 841 attributes = kmalloc(sizeof(struct vme_dma_attr), GFP_KERNEL); in vme_dma_pci_attribute() 842 if (attributes == NULL) { in vme_dma_pci_attribute() [all …]
|
/linux-4.4.14/arch/x86/platform/efi/ |
D | quirks.c | 63 efi_status_t efi_query_variable_store(u32 attributes, unsigned long size) in efi_query_variable_store() argument 68 if (!(attributes & EFI_VARIABLE_NON_VOLATILE)) in efi_query_variable_store() 71 status = efi.query_variable_info(attributes, &storage_size, in efi_query_variable_store() 115 status = efi.query_variable_info(attributes, &storage_size, in efi_query_variable_store()
|
/linux-4.4.14/Documentation/power/ |
D | power_supply_class.txt | 9 It defines core set of attributes, which should be applicable to (almost) 14 the attributes provided are believed to be universally applicable to any 18 Power supply class is extensible, and allows to define drivers own attributes. 33 Power supply class has predefined set of attributes, this eliminates code 35 predefined attributes *and* their units. 37 So, userspace gets predictable set of attributes and their units for any 43 example how to declare and handle attributes. 64 ~ CHARGE_* attributes represents capacity in µAh only. ~ 65 ~ ENERGY_* attributes represents capacity in µWh only. ~ 113 CHARGE_FULL, CHARGE_EMPTY - These attributes means "last remembered value [all …]
|
/linux-4.4.14/sound/usb/ |
D | quirks-table.h | 67 .attributes = 0, 525 .attributes = 0, 542 .attributes = UAC_EP_CS_ATTR_FILL_MAX, 1013 .attributes = 0, 1030 .attributes = 0, 2114 .attributes = UAC_EP_CS_ATTR_SAMPLE_RATE, 2140 .attributes = UAC_EP_CS_ATTR_SAMPLE_RATE, 2185 .attributes = UAC_EP_CS_ATTR_SAMPLE_RATE, 2211 .attributes = UAC_EP_CS_ATTR_SAMPLE_RATE, 2255 .attributes = UAC_EP_CS_ATTR_SAMPLE_RATE, [all …]
|
D | stream.c | 407 int attributes = 0; in parse_uac_endpoint_attributes() local 432 attributes = csep->bmAttributes; in parse_uac_endpoint_attributes() 437 attributes = csep->bmAttributes & UAC_EP_CS_ATTR_FILL_MAX; in parse_uac_endpoint_attributes() 441 attributes |= UAC_EP_CS_ATTR_PITCH_CONTROL; in parse_uac_endpoint_attributes() 444 return attributes; in parse_uac_endpoint_attributes() 680 fp->attributes = parse_uac_endpoint_attributes(chip, alts, protocol, iface_no); in snd_usb_parse_audio_interface() 691 fp->attributes &= ~UAC_EP_CS_ATTR_SAMPLE_RATE; in snd_usb_parse_audio_interface() 696 fp->attributes |= UAC_EP_CS_ATTR_SAMPLE_RATE; in snd_usb_parse_audio_interface()
|
D | card.h | 20 unsigned char attributes; /* corresponding attributes of cs endpoint */ member
|
/linux-4.4.14/Documentation/rapidio/ |
D | sysfs.txt | 59 attributes. It is possible that RapidIO master port drivers and endpoint device 60 drivers will add their device-specific sysfs attributes but such attributes are 66 RapidIO switches have additional attributes in sysfs. RapidIO subsystem supports 67 common and device-specific sysfs attributes for switches. Because switches are 69 device-specific sysfs attributes by specifying a callback function that may be 87 Device-specific switch attributes are listed for each RapidIO switch driver 88 that exports additional attributes. 125 following device-specific attributes:
|
/linux-4.4.14/Documentation/power/powercap/ |
D | powercap.txt | 19 given zone belongs to. They each contain attributes for monitoring power, as 152 the zones and subzones contain energy monitoring attributes (energy_uj, 153 max_energy_range_uj) and constraint attributes (constraint_*) allowing controls 168 each zone there are 2 attributes representing the constraint names, 2 power 169 limits and 2 attributes representing the sizes of the time windows. Such that, 170 constraint_j_* attributes correspond to the jth constraint (j = 0,1). 182 Monitoring attributes 218 Common zone and control type attributes
|
/linux-4.4.14/fs/hfsplus/ |
D | btree.c | 173 tree->attributes = be32_to_cpu(head->attributes); in hfs_btree_open() 186 if (tree->attributes & HFS_TREE_VARIDXKEYS) { in hfs_btree_open() 199 if (!(tree->attributes & HFS_TREE_VARIDXKEYS)) { in hfs_btree_open() 225 if (!(tree->attributes & HFS_TREE_BIGKEYS)) { in hfs_btree_open() 302 head->attributes = cpu_to_be32(tree->attributes); in hfs_btree_write()
|
D | super.c | 288 vhdr->attributes |= cpu_to_be32(HFSPLUS_VOL_UNMNT); in hfsplus_put_super() 289 vhdr->attributes &= cpu_to_be32(~HFSPLUS_VOL_INCNSTNT); in hfsplus_put_super() 338 if (!(vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_UNMNT))) { in hfsplus_remount() 344 } else if (vhdr->attributes & in hfsplus_remount() 349 } else if (vhdr->attributes & in hfsplus_remount() 453 if (!(vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_UNMNT))) { in hfsplus_fill_super() 458 } else if (vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_SOFTLOCK)) { in hfsplus_fill_super() 461 } else if ((vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_JOURNALED)) && in hfsplus_fill_super() 543 vhdr->attributes &= cpu_to_be32(~HFSPLUS_VOL_UNMNT); in hfsplus_fill_super() 544 vhdr->attributes |= cpu_to_be32(HFSPLUS_VOL_INCNSTNT); in hfsplus_fill_super()
|
D | brec.c | 39 !(node->tree->attributes & HFS_TREE_VARIDXKEYS) && in hfs_brec_keylen() 163 if ((tree->attributes & HFS_TREE_VARIDXKEYS) || in hfs_brec_insert() 379 if ((tree->attributes & HFS_TREE_VARIDXKEYS) || in hfs_brec_update_parent() 503 tree->attributes & HFS_TREE_VARIDXKEYS || in hfs_btree_inc_height() 510 if (!(tree->attributes & HFS_TREE_VARIDXKEYS) && in hfs_btree_inc_height()
|
D | Makefile | 9 attributes.o xattr.o xattr_user.o xattr_security.o xattr_trusted.o
|
D | hfsplus_raw.h | 106 __be32 attributes; member 180 __be32 attributes; member
|
D | bnode.c | 65 tree->attributes & HFS_TREE_VARIDXKEYS || in hfs_bnode_read_key() 318 if (node->tree->attributes & HFS_TREE_VARIDXKEYS || in hfs_bnode_dump() 664 const u32 volume_attr = be32_to_cpu(sbi->s_vhdr->attributes); in hfs_bnode_need_zeroout()
|
/linux-4.4.14/fs/ext2/ |
D | Kconfig | 12 bool "Ext2 extended attributes" 15 Extended attributes are name:value pairs associated with inodes by 44 extended attributes for file security labels, say N.
|
/linux-4.4.14/Documentation/networking/ |
D | openvswitch.txt | 72 attributes. Some attributes represent packet metadata, defined as any 75 attributes, however, are extracted from headers within the packet, 80 flow key attributes. For informal explanatory purposes here, we write 97 A wildcarded flow is described with two sequences of Netlink attributes 113 nor supply flow mask attributes. 158 key attributes. It must not change the meaning of already defined 159 flow key attributes. 188 The solution is to use a set of nested attributes. This is, for 189 example, why 802.1Q support uses nested attributes. A TCP packet in 195 Notice how the "eth_type", "ip", and "tcp" flow key attributes are [all …]
|
D | e100.txt | 57 structure that describes a receive buffer and its attributes to the network 66 structure that describes a transmit buffer and its attributes to the network
|
/linux-4.4.14/Documentation/filesystems/ |
D | hpfs.txt | 17 attributes. Mode is inverted umask - for example umask 027 gives owner 20 rights, you must use extended attributes. 43 What to do with extended attributes. 'no' - ignore them and use always 45 attributes but do not create them. 'rw' - create extended attributes 66 Extended attributes 69 extended attributes. Extended attributes are pairs of (key,value) where key is 74 attributes with keys "UID", "GID" or "MODE" and 2-byte values are created. Only 75 that extended attributes those value differs from defaults specified in mount 76 options are created. Once created, the extended attributes are never deleted, 84 number. Currently this driver cannot resize extended attributes - it means [all …]
|
D | sysfs.txt | 15 a means to export kernel data structures, their attributes, and the 55 for the attributes, providing a means to read and write kernel 56 attributes. 83 structure and wrapper functions for adding and removing attributes for 99 It also defines this helper for defining device attributes: 168 To read or write attributes, show() or store() methods must be 170 simple as those defined for device attributes: 291 filesystem wanting to export attributes must create its own hierarchy 380 The sysfs directory structure and the attributes in each directory define an 382 this ABI is stable and properly documented. All new sysfs attributes must be
|
D | exofs.txt | 11 time attributes and more. Each object is addressed by a 64bit ID, and is 12 contained in a 64bit ID partition. Each object has associated attributes 14 the object. The standard defines some common obligatory attributes, but user 15 attributes can be added as needed. 142 attributes. This applies to both regular files and other types (directories,
|
D | coda.txt | 465 the attributes of the file. The following structure is used to 628 SSuummmmaarryy Get the attributes of a file. 649 DDeessccrriippttiioonn This call returns the attributes of the file identified by 654 attributes. 657 the attributes as well as the Fid for the instantiation of an internal 670 SSuummmmaarryy Set the attributes of a file. 687 DDeessccrriippttiioonn The structure attr is filled with attributes to be changed 690 The only attributes which the FS driver may request to change are the 766 attributes of the file are returned. The Coda FS Driver will normally 784 The attributes of the directory should be returned too, since the size [all …]
|
D | overlayfs.txt | 48 is it must support the creation of trusted.* extended attributes, and 82 such as metadata and extended attributes are reported for the upper 83 directory only. These attributes of the lower directory are hidden. 154 extended attributes are copied up.
|
/linux-4.4.14/Documentation/hwmon/ |
D | adm1275 | 62 The following attributes are supported. Limits are read-write, history reset 63 attributes are write-only, all other attributes are read-only. 97 Power attributes are supported on ADM1075, ADM1276,
|
D | max34440 | 71 The following attributes are supported. Limits are read-write; all other 72 attributes are read-only. 100 in6 and curr6 attributes only exist for MAX34440. 108 Power attributes only exist for MAX34446. 123 temp7 and temp8 attributes only exist for MAX34440.
|
D | hwmon-kernel-api.txt | 44 monitoring sysfs attributes are expected to have been created and attached to 57 as well as all sysfs attributes attached to the hwmon device. 74 declare and use hardware monitoring sysfs attributes. 77 attributes. This is feasible if an attribute has no additional context. However, 81 SENSOR_DEVICE_ATTR and SENSOR_DEVICE_ATTR_2 can be used to define attributes
|
D | menf21bmc | 34 The following attributes are supported. All attributes are read only
|
D | submitting-patches | 102 * Do not provide support for deprecated sysfs attributes. 104 * Do not create non-standard attributes unless really needed. If you have to use 105 non-standard attributes, or you believe you do, discuss it on the mailing list 108 Standard attributes are specified in Documentation/hwmon/sysfs-interface. 110 * When deciding which sysfs attributes to support, look at the chip's
|
D | max6697 | 49 The driver provides the following sysfs attributes. temp1 is the local (chip) 51 per-channel attributes are chip type and channel dependent.
|
D | max16064 | 40 The following attributes are supported. Limits are read-write; all other 41 attributes are read-only.
|
D | max8688 | 40 The following attributes are supported. Limits are read-write; all other 41 attributes are read-only.
|
D | ucd9200 | 52 The following attributes are supported. Limits are read-write; all other 53 attributes are read-only. 102 rail temperatures. temp[2-5] attributes are only
|
D | ucd9000 | 68 The following attributes are supported. Limits are read-write; all other 69 attributes are read-only. 106 Fan attributes are only available on chips supporting
|
D | lm73 | 85 feature is exposed via the sysfs attributes. 87 The attributes 'temp1_max_alarm' and 'temp1_min_alarm' are flags
|
D | nct7802 | 20 Smart Fan™ speed control is available via pwmX_auto_point attributes.
|
D | zl6100 | 110 The following attributes are supported. Limits are read-write; all other 111 attributes are read-only. 133 vmon attributes are supported on ZL2004, ZL9101M,
|
D | lm25066 | 64 The following attributes are supported. Limits are read-write; all other 65 attributes are read-only.
|
D | nct6775 | 88 sysfs attributes 106 Common fan control attributes 117 following attributes. 173 controlled by setting the pwm and temperature attributes. When the temperature
|
D | dme1737 | 53 present during initialization and create the sysfs attributes accordingly. 139 alarm when crossed. Fan inputs 1-4 provide type attributes that need to be set 154 in manual mode, their enable attributes are therefore read-only. When set to 165 be retrieved via the zone[1-3]_auto_channels_temp attributes. Each PWM output 167 pwm[1-3]_auto_channels_zone attributes. Each PWM output has 3 distinct output 211 Following is a list of all sysfs attributes that the driver provides, their
|
D | w83627ehf | 59 configurable. temp4 and higher attributes are only reported if its temperature 118 and the various pwm attributes are not used in SmartFan IV mode. 119 The attributes can be written to, which is useful if you plan to 121 returned when reading pwm attributes is unrelated to SmartFan IV
|
D | fam15h_power | 39 attributes only for internal node0 of a multi-node processor.
|
D | ibmpowernv | 29 Sysfs attributes
|
D | da9055 | 24 By using sysfs attributes we can measure the system voltage VDDOUT,
|
D | max6639 | 22 The following device attributes are implemented via sysfs:
|
D | max20751 | 41 The following attributes are supported.
|
D | tps40422 | 40 The following attributes are supported.
|
D | tmp401 | 49 Exported via sysfs attributes tempX_lowest and tempX_highest.
|
D | da9052 | 30 By using sysfs attributes we can measure the system voltage VDDOUT, the battery
|
D | sht15 | 46 or via sysfs attributes.
|
D | pmbus | 148 The following attributes are supported. Limits are read-write; all other 149 attributes are read-only.
|
D | emc1403 | 55 only temp1_crit_hyst writable, while all other hysteresis attributes
|
D | lineage-pem | 51 supported on newer devices. The driver detects if those attributes are supported,
|
/linux-4.4.14/Documentation/filesystems/configfs/ |
D | configfs.txt | 20 is discovered) and it is registered with sysfs. Its attributes then 21 appear in sysfs, allowing userspace to read the attributes via 22 readdir(3)/read(2). It may allow some attributes to be modified via 28 mkdir(2). It is destroyed via rmdir(2). The attributes appear at 30 As with sysfs, readdir(3) queries the list of items and/or attributes. 51 An item is created via mkdir(2). The item's attributes will also 52 appear at this time. readdir(3) can determine what the attributes are, 54 values. Like sysfs, attributes should be ASCII text files, preferably 59 once. When writing to configfs attributes, userspace processes should 105 object in the subsystem. It has attributes that match values on that [all …]
|
/linux-4.4.14/Documentation/accounting/ |
D | taskstats.txt | 67 to the NETLINK_GENERIC family and using the netlink attributes interface. 93 command. The payload is a series of three attributes of type: 105 series of attributes of the following type: 107 a) TASKSTATS_TYPE_AGGR_PID: indicates next two attributes will be pid+stats 110 d) TASKSTATS_TYPE_AGGR_TGID: indicates next two attributes will be tgid+stats 145 2. Defining separate statistic structs and using the netlink attributes 147 independently, it can always ignore attributes whose type it does not 154 processing new netlink attributes. But if the new fields expand the existing 157 extending the attributes structure would be worthwhile.
|
D | cgroupstats.txt | 7 and attributes specific to cgroups. It should be very easy to
|
/linux-4.4.14/fs/ncpfs/ |
D | inode.c | 134 NCP_FINFO(inode)->nwattr = nwinfo->i.attributes; in ncp_update_inode() 167 if (nwi->attributes & aDIR) { in ncp_update_attrs() 180 && (nwi->attributes & aSHARED)) { in ncp_update_attrs() 181 switch (nwi->attributes & (aHIDDEN|aSYSTEM)) { in ncp_update_attrs() 208 if (nwi->attributes & aRONLY) inode->i_mode &= ~S_IWUGO; in ncp_update_attrs() 215 NCP_FINFO(inode)->nwattr = nwinfo->i.attributes; in ncp_update_inode2() 695 finfo.i.attributes = aDIR; in ncp_fill_super() 920 info.attributes |= aSHARED | aSYSTEM; in ncp_notify_change() 923 info.attributes |= aSHARED; in ncp_notify_change() 929 info.attributes &= ~(aRONLY|aRENAMEINHIBIT|aDELETEINHIBIT); in ncp_notify_change() [all …]
|
D | dir.c | 230 info.attributes = old_nwattr & ~(aRONLY|aDELETEINHIBIT|aRENAMEINHIBIT); in ncp_force_unlink() 240 info.attributes = old_nwattr; in ncp_force_unlink() 267 info.attributes = old_nwattr & ~(aRONLY|aRENAMEINHIBIT|aDELETEINHIBIT); in ncp_force_rename() 273 info.attributes = new_nwattr & ~(aRONLY|aRENAMEINHIBIT|aDELETEINHIBIT); in ncp_force_rename() 296 info.attributes = old_nwattr; in ncp_force_rename() 301 info.attributes = new_nwattr; in ncp_force_rename() 911 dev_t rdev, __le32 attributes) in ncp_create_new() argument 933 attributes |= aSYSTEM | aSHARED; in ncp_create_new() 937 attributes, AR_READ | AR_WRITE, &finfo); in ncp_create_new() 942 attributes, AR_WRITE, &finfo); in ncp_create_new()
|
D | ncplib_kernel.h | 117 umode_t mode, dev_t rdev, __le32 attributes);
|
/linux-4.4.14/fs/hfs/ |
D | brec.c | 38 !(node->tree->attributes & HFS_TREE_VARIDXKEYS)) { in hfs_brec_keylen() 39 if (node->tree->attributes & HFS_TREE_BIGKEYS) in hfs_brec_keylen() 47 if (node->tree->attributes & HFS_TREE_BIGKEYS) { in hfs_brec_keylen() 163 if (tree->attributes & HFS_TREE_VARIDXKEYS) in hfs_brec_insert() 375 if (tree->attributes & HFS_TREE_VARIDXKEYS) in hfs_brec_update_parent() 416 if (!(tree->attributes & HFS_TREE_VARIDXKEYS)) in hfs_brec_update_parent() 499 tree->attributes & HFS_TREE_VARIDXKEYS) in hfs_btree_inc_height() 505 if (!(tree->attributes & HFS_TREE_VARIDXKEYS)) { in hfs_btree_inc_height()
|
D | btree.h | 28 u32 attributes; member 152 __be32 attributes; /* (F) attributes */ member
|
D | btree.c | 89 tree->attributes = be32_to_cpu(head->attributes); in hfs_btree_open() 179 head->attributes = cpu_to_be32(tree->attributes); in hfs_btree_write()
|
D | bnode.c | 52 tree->attributes & HFS_TREE_VARIDXKEYS) in hfs_bnode_read_key() 154 if (node->tree->attributes & HFS_TREE_VARIDXKEYS) in hfs_bnode_dump()
|
/linux-4.4.14/Documentation/s390/ |
D | qeth.txt | 14 ccwgroup device. The event has the following attributes: 27 The event has the following attributes: 49 Note that the NTOK_* attributes refer to devices other than the one
|
/linux-4.4.14/Documentation/ia64/ |
D | aliasing.txt | 10 Itanium supports several attributes for virtual memory references. 27 The design of the chipset determines which attributes are supported 35 supported attributes for each region. At boot-time, the kernel uses 37 devices and the attributes they support, but Linux/ia64 currently 41 learn the attributes supported by each region of physical address 81 homogeneous with respect to memory attributes. 171 The EFI memory map reports the following attributes: 188 same attributes, we can allow the mmap (and we will prefer WB if 202 The EFI memory map reports the following attributes:
|
/linux-4.4.14/include/linux/ |
D | efi.h | 364 u32 attributes; member 384 u64 attributes; member 404 void *attributes; member 532 typedef efi_status_t efi_query_variable_store_t(u32 attributes, unsigned long size); 887 extern efi_status_t efi_query_variable_store(u32 attributes, unsigned long size); 893 static inline efi_status_t efi_query_variable_store(u32 attributes, unsigned long size) in efi_query_variable_store() argument 1179 int __efivar_entry_get(struct efivar_entry *entry, u32 *attributes, 1181 int efivar_entry_get(struct efivar_entry *entry, u32 *attributes, 1183 int efivar_entry_set(struct efivar_entry *entry, u32 attributes, 1185 int efivar_entry_set_get_size(struct efivar_entry *entry, u32 attributes, [all …]
|
D | cacheinfo.h | 55 unsigned int attributes; member
|
D | nvme.h | 244 __u8 attributes; member 357 __le32 attributes; member
|
/linux-4.4.14/fs/sysfs/ |
D | Kconfig | 7 export internal kernel objects, their attributes, and their 16 /sbin/hotplug uses device and object attributes in sysfs to assist in
|
/linux-4.4.14/fs/befs/ |
D | Kconfig | 7 BeOS. Notable features include support for arbitrary attributes 9 attributes. (Also note that this driver doesn't make those features
|
D | befs_fs_types.h | 185 befs_disk_inode_addr attributes; member
|
/linux-4.4.14/arch/s390/kernel/vdso64/ |
D | vdso64.lds.S | 92 .gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }
|
/linux-4.4.14/arch/s390/kernel/vdso32/ |
D | vdso32.lds.S | 92 .gnu.attributes 0 : { KEEP (*(.gnu.attributes)) }
|
/linux-4.4.14/Documentation/ |
D | vme_api.txt | 85 driver allows a resource to be assigned based on the required attributes of the 96 For slave windows these attributes are split into the VME address spaces that 98 Master windows add a further set of attributes in 'width' specifying the 99 required data transfer widths. These attributes are defined as bitmasks and as 100 such any combination of the attributes can be requested for a single window, 104 potential direction of any transfers to be provided in the route attributes. 258 destination attributes need to be created before calling this function, this is 265 NOTE: The detailed attributes of the transfers source and destination 275 The attributes for the source and destination are handled separately from adding 276 an item to a list. This is due to the diverse attributes required for each type [all …]
|
D | cputopology.txt | 2 Export CPU topology info via sysfs. Items (attributes) are similar 54 drivers/base/topology.c, is to export the 6 or 9 attributes. The three book 68 correspond with appropriate **_siblings sysfs attributes (except for
|
D | DMA-attributes.txt | 1 DMA attributes 4 This document describes the semantics of the DMA attributes that are
|
D | workqueue.txt | 108 determined according to the queue parameters and workqueue attributes 138 Unbound workqueue can be assigned custom attributes using 140 backing worker pools matching the attributes. The responsibility of 163 forward progress guarantee, flush and work item attributes. @flags 340 (WQ_MEM_RECLAIM, flush and work item attributes. Work items which
|
D | sysfs-rules.txt | 78 o attributes 81 - accessing attributes reached by a symlink pointing to another device, 169 In general, failures to read or write sysfs device attributes shall
|
D | rtc.txt | 119 * /sys/class/rtc/rtcN ... sysfs attributes support readonly 120 access to some RTC attributes. 143 rtc attributes without requiring the use of ioctls. All dates and times
|
/linux-4.4.14/Documentation/usb/ |
D | gadget-testing.txt | 63 The ECM function provides these attributes in its function directory: 96 The ECM subset function provides these attributes in its function directory: 129 The EEM function provides these attributes in its function directory: 185 The HID function provides these attributes in its function directory: 231 The LOOPBACK function provides these attributes in its function directory: 251 The MASS STORAGE function provides these attributes in its directory: 304 The MIDI function provides these attributes in its function directory: 387 The NCM function provides these attributes in its function directory: 511 The RNDIS function provides these attributes in its function directory: 574 The SOURCESINK function provides these attributes in its function directory: [all …]
|
D | gadget_configfs.txt | 119 Some attributes can also be set for a configuration, e.g.: 140 Each function provides its specific set of attributes, with either read-only 298 Both items and groups can have attributes, which are represented as files. 355 1. A gadget has its config group, which has some attributes (idVendor, 357 Writing to the attributes causes the information to be stored in
|
/linux-4.4.14/Documentation/scsi/ |
D | osd.txt | 7 constructs. Each object has associated attributes attached to it, which are 9 defines some common obligatory attributes, but user attributes can be added as 48 osd_attributes.h Wire definitions of OSD attributes 82 c. osd_req_add_{get,set}_attr_* may be called to add get/set attributes to the 110 associated get+set of attributes-lists. Other combinations very on the same
|
D | hpsa.txt | 40 In addition to the generic SCSI attributes available in /sys, hpsa supports 41 the following attributes: 43 HPSA specific host attributes: 81 HPSA specific disk attributes:
|
D | ChangeLog.lpfc | 13 * Removed sysfs attributes that are used to dump the various 84 * Changed RW attributes of scan_down, max_luns and fcp_bind_method 469 * Ifdef'd unused "binary" attributes by DFC_DEBUG for clean 623 * Hide some attributes using #ifndef DFC_DEBUG ... #endif. 625 (binary) attributes (2) make BUILD_FC_TRANS=0 will build driver 628 * Added support for proposed FC transport host attributes (which 629 replaces some of the attributes we had local to the driver). 653 * Enable sysfs attributes on 2.6.5 kernels and remove extra 695 * Added sysfs attributes/interfaces: read only attribute 701 * Add fabric_name and port_type attributes. [all …]
|
D | scsi_fc_transport.txt | 122 The new fc_vport class object has the following attributes 162 For the fc_host class object, the following attributes are added for vports: 295 cause the creation of the new attributes on the fc_host. As part of 369 attributes, embedded into the scsi_host_template, that are applicable 371 ensures that the attributes are applicable to the respective scsi_host. 412 fc_host or fc_vport vport_delete attributes), the transport will call
|
/linux-4.4.14/drivers/mtd/ |
D | sm_ftl.c | 60 struct attribute **attributes; in sm_create_sysfs_attributes() local 85 attributes = kzalloc(sizeof(struct attribute *) * (NUM_ATTRIBUTES + 1), in sm_create_sysfs_attributes() 87 if (!attributes) in sm_create_sysfs_attributes() 89 attributes[0] = &vendor_attribute->dev_attr.attr; in sm_create_sysfs_attributes() 95 attr_group->attrs = attributes; in sm_create_sysfs_attributes() 98 kfree(attributes); in sm_create_sysfs_attributes() 109 struct attribute **attributes = ftl->disk_attributes->attrs; in sm_delete_sysfs_attributes() local 112 for (i = 0; attributes[i] ; i++) { in sm_delete_sysfs_attributes() 114 struct device_attribute *dev_attr = container_of(attributes[i], in sm_delete_sysfs_attributes()
|
/linux-4.4.14/Documentation/mmc/ |
D | mmc-dev-attrs.txt | 4 These attributes are defined for the block devices associated with the 7 The following attributes are read/write. 14 All attributes are read-only.
|
D | 00-INDEX | 4 - info on SD and MMC device attributes
|
/linux-4.4.14/drivers/regulator/ |
D | userspace-consumer.c | 98 static struct attribute *attributes[] = { variable 105 .attrs = attributes,
|
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-drv.c | 1159 if (XGMAC_GET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES, PTP)) { in xgbe_prep_tx_tstamp() 1163 XGMAC_SET_BITS(packet->attributes, in xgbe_prep_tx_tstamp() 1172 if (!XGMAC_GET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES, PTP)) in xgbe_prep_tx_tstamp() 1186 if (!XGMAC_GET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES, in xgbe_prep_tso() 1252 XGMAC_SET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES, in xgbe_packet_info() 1254 XGMAC_SET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES, in xgbe_packet_info() 1257 XGMAC_SET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES, in xgbe_packet_info() 1269 XGMAC_SET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES, in xgbe_packet_info() 1275 XGMAC_SET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES, in xgbe_packet_info() 1929 incomplete = XGMAC_GET_BITS(packet->attributes, in xgbe_rx_poll() [all …]
|
D | xgbe-dev.c | 1254 XGMAC_SET_BITS(packet->attributes, RX_PACKET_ATTRIBUTES, in xgbe_get_rx_tstamp() 1408 csum = XGMAC_GET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES, in xgbe_dev_xmit() 1410 tso = XGMAC_GET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES, in xgbe_dev_xmit() 1412 vlan = XGMAC_GET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES, in xgbe_dev_xmit() 1510 if (XGMAC_GET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES, PTP)) in xgbe_dev_xmit() 1644 XGMAC_SET_BITS(packet->attributes, RX_PACKET_ATTRIBUTES, in xgbe_dev_read() 1646 XGMAC_SET_BITS(packet->attributes, RX_PACKET_ATTRIBUTES, in xgbe_dev_read() 1652 XGMAC_SET_BITS(packet->attributes, RX_PACKET_ATTRIBUTES, CONTEXT, 0); in xgbe_dev_read() 1656 XGMAC_SET_BITS(packet->attributes, RX_PACKET_ATTRIBUTES, in xgbe_dev_read() 1669 XGMAC_SET_BITS(packet->attributes, RX_PACKET_ATTRIBUTES, in xgbe_dev_read() [all …]
|
D | xgbe-desc.c | 513 tso = XGMAC_GET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES, in xgbe_map_tx_skb() 515 vlan = XGMAC_GET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES, in xgbe_map_tx_skb()
|
/linux-4.4.14/include/uapi/linux/ |
D | ncp.h | 132 __le32 attributes; member 179 __le32 attributes; member
|
/linux-4.4.14/Documentation/powerpc/ |
D | pmu-ebb.txt | 52 existing "pinned" and "exclusive" attributes of perf_events. This means EBB 66 attributes - this is so that they interoperate correctly with the rest of the 69 An EBB event must be created with the "pinned" and "exclusive" attributes set. 71 these attributes set. 74 "enable_on_exec" attributes.
|
/linux-4.4.14/Documentation/blockdev/ |
D | zram.txt | 18 a) using zram and zram_control sysfs attributes 22 IOW, zram and zram_control sysfs attributes. 36 zram sysfs attributes always return negative values in case of errors. 157 A brief description of exported device attributes. For more details please 189 per-stat sysfs attributes are considered to be deprecated. 194 The list of deprecated attributes can be found here:
|
/linux-4.4.14/Documentation/fb/ |
D | arkfb.txt | 33 limitation). Unfortunately character attributes (like color) in text mode are 65 * character attributes (and cursor) in text mode are broken
|
/linux-4.4.14/drivers/staging/speakup/ |
D | synth.c | 409 if (synth->attributes.name in do_synth_init() 410 && sysfs_create_group(speakup_kobj, &(synth->attributes)) < 0) in do_synth_init() 431 if (synth->attributes.name) in synth_release() 432 sysfs_remove_group(speakup_kobj, &(synth->attributes)); in synth_release()
|
D | speakup_bns.c | 118 .attributes = {
|
D | speakup_dummy.c | 120 .attributes = {
|
D | speakup_txprt.c | 118 .attributes = {
|
D | speakup_spkout.c | 125 .attributes = {
|
D | speakup_acntsa.c | 121 .attributes = {
|
D | spk_types.h | 181 struct attribute_group attributes; member
|
D | speakup_ltlk.c | 133 .attributes = {
|
D | speakup_audptr.c | 126 .attributes = {
|
D | DefaultKeyAssignments | 30 InsKeyPad-period say colour attributes of current position.
|
D | speakup_apollo.c | 130 .attributes = {
|
D | speakup_decext.c | 149 .attributes = {
|
/linux-4.4.14/fs/reiserfs/ |
D | Kconfig | 56 bool "ReiserFS extended attributes" 59 Extended attributes are name:value pairs associated with inodes by 88 extended attributes for file security labels, say N.
|
/linux-4.4.14/fs/exofs/ |
D | BUGS | 2 were written, but the inode attributes failed. Then if the filesystem was
|
/linux-4.4.14/Documentation/trace/ |
D | intel_th.txt | 17 via sysfs attributes. 29 Common attributes for output devices are described in 48 and collected via sysfs attributes, and device nodes.
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-bus-firewire | 6 IEEE 1394 node device attributes. 58 IEEE 1394 unit device attributes. 81 These attributes are only created if the root directory of an
|
D | sysfs-firmware-efi-vars | 20 attributes: A read-only text file enumerating the
|
D | sysfs-devices-node | 92 The node's huge page size control/query attributes.
|
/linux-4.4.14/drivers/base/ |
D | cacheinfo.c | 291 unsigned int ci_attr = this_leaf->attributes; in allocation_policy_show() 307 unsigned int ci_attr = this_leaf->attributes; in write_policy_show() 373 (this_leaf->attributes & CACHE_WRITE_POLICY_MASK)) in cache_default_attrs_is_visible() 376 (this_leaf->attributes & CACHE_ALLOCATE_POLICY_MASK)) in cache_default_attrs_is_visible()
|
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
D | dsp_defs.h | 141 word attributes; member 155 word attributes; member
|
/linux-4.4.14/Documentation/x86/ |
D | pat.txt | 7 more flexible than MTRR due to its capability to set attributes at page level 13 PAT allows for different types of memory attributes. The most commonly used 22 attributes at the page level. In order to avoid aliasing, these interfaces 119 is made, should already have been ioremapped with WC attributes or PAT entries,
|
/linux-4.4.14/Documentation/virtual/kvm/devices/ |
D | vfio.txt | 17 KVM_DEV_VFIO_GROUP attributes:
|
/linux-4.4.14/Documentation/thermal/ |
D | nouveau_thermal | 38 thresholds can be configured thanks to the following HWMON attributes: 52 attributes should be available:
|
D | sysfs-api.txt | 22 The main task of the thermal sysfs driver is to expose thermal zone attributes 23 as well as cooling device attributes to the user space. 25 inputs from thermal zone attributes (the current temperature and trip point 168 2. sysfs attributes structure 173 Thermal sysfs attributes will be represented under /sys/class/thermal. 204 Then next two dynamic attributes are created/removed in pairs. They represent 229 * Thermal zone attributes * 384 * Cooling device attributes *
|
/linux-4.4.14/block/partitions/ |
D | efi.h | 104 gpt_entry_attributes attributes; member
|
/linux-4.4.14/arch/mips/vdso/ |
D | vdso.lds.S | 66 *(.gnu.attributes)
|
/linux-4.4.14/fs/f2fs/ |
D | Kconfig | 31 bool "F2FS extended attributes" 35 Extended attributes are name:value pairs associated with inodes by
|
/linux-4.4.14/drivers/staging/iio/Documentation/ |
D | device.txt | 35 General device attributes. Typically used for the weird 65 Specification of device channels. Most attributes etc. are built
|
/linux-4.4.14/drivers/char/tpm/ |
D | tpm2-cmd.c | 54 u8 attributes; member 309 cmd.params.pcrextend_in.auth_area.attributes = 0; in tpm2_pcr_extend() 401 u8 attributes, in tpm2_buf_append_auth() argument 411 tpm_buf_append_u8(buf, attributes); in tpm2_buf_append_auth()
|
/linux-4.4.14/Documentation/devicetree/bindings/net/wireless/ |
D | ti,wlcore.txt | 19 - interrupts : specifies attributes for the out-of-band interrupt.
|
D | brcm,bcm43xx-fmac.txt | 16 - interrupts : specifies attributes for the out-of-band interrupt (host-wake).
|
/linux-4.4.14/tools/perf/Documentation/ |
D | asciidoc.conf | 13 [attributes]
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | orion5x.dtsi | 11 #define MBUS_ID(target,attributes) (((target) << 24) | ((attributes) << 16)) argument
|
D | armada-370-xp.dtsi | 55 #define MBUS_ID(target,attributes) (((target) << 24) | ((attributes) << 16)) argument
|
D | kirkwood.dtsi | 5 #define MBUS_ID(target,attributes) (((target) << 24) | ((attributes) << 16)) argument
|
/linux-4.4.14/security/integrity/evm/ |
D | Kconfig | 9 EVM protects a file's security extended attributes against
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | Kconfig | 21 If set to N, will not be able to configure QoS and ratelimit attributes.
|
/linux-4.4.14/arch/arm64/kernel/ |
D | cacheinfo.c | 80 this_leaf->attributes = in ci_leaf_init()
|
/linux-4.4.14/fs/nilfs2/ |
D | Kconfig | 20 Some features including atime, extended attributes, and POSIX ACLs,
|
/linux-4.4.14/drivers/staging/iio/Documentation/dac/ |
D | max517 | 28 Via the iio sysfs interface, there are three attributes available: out1_raw,
|
/linux-4.4.14/fs/9p/ |
D | Kconfig | 46 extended attributes for file security labels, say N.
|
/linux-4.4.14/drivers/s390/block/ |
D | dasd_eckd.c | 264 data->attributes.operation = private->attrib.operation; in define_extent() 271 data->attributes.operation = private->attrib.operation; in define_extent() 276 data->attributes.operation = DASD_BYPASS_CACHE; in define_extent() 284 data->attributes.operation = DASD_BYPASS_CACHE; in define_extent() 293 data->attributes.mode = 0x3; /* ECKD */ in define_extent() 308 if (data->attributes.operation == DASD_SEQ_PRESTAGE || in define_extent() 309 data->attributes.operation == DASD_SEQ_ACCESS) { in define_extent() 539 dedata->attributes.operation = basepriv->attrib.operation; in prefix_LRE() 544 dedata->attributes.operation = basepriv->attrib.operation; in prefix_LRE() 552 dedata->attributes.operation = basepriv->attrib.operation; in prefix_LRE() [all …]
|
/linux-4.4.14/Documentation/backlight/ |
D | lp855x-driver.txt | 20 * Device attributes
|
/linux-4.4.14/arch/ia64/kernel/ |
D | topology.c | 259 define_one_ro(attributes); 266 &attributes.attr,
|
/linux-4.4.14/Documentation/leds/ |
D | leds-class.txt | 49 individual led class attributes. As a solution which doesn't incur as much 51 above leaves scope for further attributes should they be needed. If sections
|
D | leds-lp55xx.txt | 13 Device attributes for user-space interface 54 Additional device specific attributes
|
D | ledtrig-oneshot.txt | 24 This adds the following sysfs attributes to the LED:
|
/linux-4.4.14/Documentation/nvdimm/ |
D | nvdimm.txt | 430 In addition to the generic attributes of "mapping"s, "interleave_ways" 431 and "size" the REGION device also exports some convenience attributes. 518 region-attributes for four reasons: 525 the region-attributes not the region-name or the region-devtype. 531 device. Again, this "type" is advertised in the attributes ('mappings' 540 attributes like "mappings", "size", etc and the expected child devices 591 really be understanding the other attributes. 593 3. type specific attributes: 680 configuring it. For the most part the setting of namespace attributes 727 "sector_size" attributes and then bind the device to the nd_pmem or
|
/linux-4.4.14/Documentation/fault-injection/ |
D | fault-injection.txt | 142 o define the fault attributes 149 o provide a way to configure fault attributes 169 configure the fault attributes.
|
/linux-4.4.14/sound/pci/asihpi/ |
D | hpifunc.c | 66 pMF->attributes = pF->attributes; in hpi_format_to_msg() 76 pF->attributes = pMF->attributes; in hpi_msg_to_format() 284 u32 sample_rate, u32 bit_rate, u32 attributes) in hpi_format_create() argument 361 && (attributes != HPI_MPEG_MODE_DEFAULT)) { in hpi_format_create() 362 attributes = HPI_MPEG_MODE_DEFAULT; in hpi_format_create() 364 } else if (attributes > HPI_MPEG_MODE_DUALCHANNEL) { in hpi_format_create() 365 attributes = HPI_MPEG_MODE_DEFAULT; in hpi_format_create() 368 fmt.attributes = attributes; in hpi_format_create() 371 fmt.attributes = attributes; in hpi_format_create() 1034 hm.u.d.u.data.format.attributes = bytes_per_frame; in hpi_instream_ancillary_reset()
|
/linux-4.4.14/fs/jfs/ |
D | Kconfig | 34 extended attributes for file security labels, say N.
|
/linux-4.4.14/fs/cifs/ |
D | Kconfig | 97 bool "CIFS extended attributes" 100 Extended attributes are name:value pairs associated with inodes by 103 extended attributes beginning with the user namespace prefix
|
/linux-4.4.14/crypto/asymmetric_keys/ |
D | pkcs7.asn1 | 79 -- sequence of attributes and then reuse encoded
|
/linux-4.4.14/arch/x86/boot/compressed/ |
D | eboot.c | 318 uint64_t attributes; in __setup_efi_pci32() local 320 status = efi_early->call(pci->attributes, pci, in __setup_efi_pci32() 322 &attributes); in __setup_efi_pci32() 426 uint64_t attributes; in __setup_efi_pci64() local 428 status = efi_early->call(pci->attributes, pci, in __setup_efi_pci64() 430 &attributes); in __setup_efi_pci64()
|
/linux-4.4.14/Documentation/security/ |
D | Smack.txt | 23 works best with file systems that support extended attributes, 65 Smack uses extended attributes (xattrs) to store labels on filesystem 66 objects. The attributes are stored in the extended attribute security 68 attributes. 70 The extended attributes that Smack uses are: 487 but not any of its attributes by the circumstance of having read access to the 540 Smack data, including rules and attributes. 601 There are two attributes that are associated with sockets. These attributes 670 Smack maintains labels on file system objects using extended attributes. The 687 The socket attributes can be read using fgetxattr(2).
|
/linux-4.4.14/fs/jffs2/ |
D | Kconfig | 70 Extended attributes are name:value pairs associated with inodes by 101 extended attributes for file security labels, say N.
|
/linux-4.4.14/Documentation/gpio/ |
D | sysfs.txt | 56 and have the following read/write attributes: 101 read-only attributes:
|
/linux-4.4.14/Documentation/device-mapper/ |
D | dm-uevent.txt | 4 is the event contains environment attributes providing increased context for
|
/linux-4.4.14/arch/arm/kvm/ |
D | init.S | 95 @ Use the same memory attributes for hyp. accesses as the kernel
|
/linux-4.4.14/Documentation/kbuild/ |
D | kconfig-language.txt | 39 define attributes for this config option. Attributes can be the type of 45 Menu attributes 48 A menu entry can have a number of attributes. Not all of them are 270 attributes as options. 287 This defines a choice group and accepts any of the above attributes as 319 attributes.
|
/linux-4.4.14/Documentation/laptops/ |
D | thinkpad-acpi.txt | 114 Sysfs driver attributes are on the driver's sysfs attribute space, 118 Sysfs device attributes are on the thinkpad_acpi device sysfs attribute 121 Sysfs device attributes for the sensors and fan are on the 161 attributes that do not change the way the other attributes work) do not 664 sysfs attributes: as per LED class, for the "tpacpi::thinklight" LED 726 sysfs attributes: as per LED class, see below for names 841 sysfs device attributes: (hwmon "thinkpad") temp*_input 998 it there will be the following attributes: 1136 sysfs device attributes: (hwmon "thinkpad") fan1_input, pwm1, 1138 sysfs hwmon driver attributes: fan_watchdog [all …]
|
/linux-4.4.14/drivers/staging/lustre/ |
D | README.txt | 50 Support "user." extended attributes (or not)
|
/linux-4.4.14/Documentation/filesystems/pohmelfs/ |
D | network_protocol.txt | 141 It is sent to servers when attributes of the object are changed and received 223 Used to set/get extended attributes for given inode.
|
/linux-4.4.14/fs/ |
D | Kconfig | 150 bool "Tmpfs extended attributes" 154 Extended attributes are name:value pairs associated with inodes by
|
/linux-4.4.14/drivers/staging/fsl-mc/include/ |
D | dprc.h | 260 struct dprc_attributes *attributes);
|