/linux-6.6.21/Documentation/netlink/specs/ |
D | ethtool.yaml | 23 attributes: 36 attributes: 48 attributes: 53 nested-attributes: bitset-bit 56 attributes: 66 nested-attributes: bitset-bits 70 attributes: 79 attributes: 84 nested-attributes: string 87 attributes: [all …]
|
D | devlink.yaml | 23 attributes: 35 # TODO: fill in the attributes in between 42 # TODO: fill in the attributes in between 54 # TODO: fill in the attributes in between 61 # TODO: fill in the attributes in between 68 # TODO: fill in the attributes in between 75 # TODO: fill in the attributes in between 88 nested-attributes: dl-info-version 93 nested-attributes: dl-info-version 98 nested-attributes: dl-info-version [all …]
|
D | ovs_vport.yaml | 60 attributes: 71 attributes: 83 attributes: 101 nested-attributes: vport-options 122 nested-attributes: upcall-stats 134 attributes: 148 attributes: 160 attributes: 164 attributes:
|
D | handshake.yaml | 34 attributes: 43 attributes: 69 nested-attributes: x509 76 attributes: 101 attributes: 104 attributes: 118 attributes:
|
D | ovs_flow.yaml | 339 MPLS tunnel attributes. 375 attributes: 379 nested-attributes: key-attrs 381 Nested attributes specifying the flow key. Always present in 386 nested-attributes: action-attrs 388 Nested attributes specifying the actions to take for packets that 393 nested attributes must be given. 426 nested-attributes: key-attrs 428 Nested attributes specifying the mask bits for wildcarded flow 464 attributes: [all …]
|
D | rt_link.yaml | 727 attributes: 786 nested-attributes: linkinfo-attrs 799 nested-attributes: vfinfo-attrs 807 nested-attributes: vf-ports-attrs 811 nested-attributes: port-self-attrs 815 nested-attributes: af-spec-attrs 867 nested-attributes: xdp-attrs 895 nested-attributes: link-attrs 936 attributes: 941 nested-attributes: ifla-attrs [all …]
|
D | rt_route.yaml | 83 attributes: 112 nested-attributes: rta-metrics 182 attributes: 250 attributes: 265 attributes: &all-route-attrs 305 attributes: 309 attributes: *all-route-attrs 318 attributes: *all-route-attrs 327 attributes: *all-route-attrs
|
/linux-6.6.21/fs/efivarfs/ |
D | file.c | 20 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 …]
|
/linux-6.6.21/drivers/platform/x86/hp/hp-bioscfg/ |
D | Makefile | 5 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-6.6.21/drivers/platform/x86/dell/dell-wmi-sysman/ |
D | Makefile | 3 enum-attributes.o \ 4 int-attributes.o \ 5 string-attributes.o \ 6 passobj-attributes.o \
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dce/ |
D | dce_ipp.c | 69 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()
|
/linux-6.6.21/Documentation/hwmon/ |
D | mp2888.rst | 39 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:
|
D | mp5023.rst | 33 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:
|
D | mp2975.rst | 50 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):
|
D | hwmon-kernel-api.rst | 48 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 …]
|
/linux-6.6.21/Documentation/ABI/testing/ |
D | sysfs-class-firmware-attributes | 1 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 …]
|
D | configfs-usb-gadget | 13 The attributes of a gadget: 44 The attributes of a configuration: 62 The attributes: 83 The attributes: 98 The attributes: 125 The attributes: 137 This group contains "OS String" extension handling attributes. 151 This group contains "WebUSB" extension handling attributes.
|
/linux-6.6.21/tools/testing/selftests/powerpc/dexcr/ |
D | lsdexcr.c | 89 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()
|
/linux-6.6.21/Documentation/driver-api/driver-model/ |
D | device.rst | 56 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.
|
/linux-6.6.21/drivers/s390/char/ |
D | con3270.c | 58 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 …]
|
/linux-6.6.21/Documentation/netlabel/ |
D | lsm_interface.rst | 12 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
|
/linux-6.6.21/Documentation/userspace-api/netlink/ |
D | specs.rst | 36 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 …]
|
/linux-6.6.21/drivers/staging/vme_user/ |
D | vme.c | 965 struct vme_dma_attr *attributes; in vme_dma_pattern_attribute() local 968 attributes = kmalloc(sizeof(*attributes), GFP_KERNEL); in vme_dma_pattern_attribute() 969 if (!attributes) in vme_dma_pattern_attribute() 976 attributes->type = VME_DMA_PATTERN; in vme_dma_pattern_attribute() 977 attributes->private = (void *)pattern_attr; in vme_dma_pattern_attribute() 982 return attributes; in vme_dma_pattern_attribute() 985 kfree(attributes); in vme_dma_pattern_attribute() 1003 struct vme_dma_attr *attributes; in vme_dma_pci_attribute() local 1008 attributes = kmalloc(sizeof(*attributes), GFP_KERNEL); in vme_dma_pci_attribute() 1009 if (!attributes) in vme_dma_pci_attribute() [all …]
|
/linux-6.6.21/fs/orangefs/ |
D | orangefs-utils.c | 302 &new_op->downcall.resp.getattr.attributes, in orangefs_inode_getattr() 311 downcall.resp.getattr.attributes.objtype); in orangefs_inode_getattr() 315 downcall.resp.getattr.attributes); in orangefs_inode_getattr() 318 downcall.resp.getattr.attributes.size; in orangefs_inode_getattr() 321 attributes.blksize); in orangefs_inode_getattr() 357 downcall.resp.getattr.attributes.owner); in orangefs_inode_getattr() 359 downcall.resp.getattr.attributes.group); in orangefs_inode_getattr() 361 downcall.resp.getattr.attributes.atime; in orangefs_inode_getattr() 363 downcall.resp.getattr.attributes.mtime; in orangefs_inode_getattr() 365 (time64_t)new_op->downcall.resp.getattr.attributes.ctime, in orangefs_inode_getattr() [all …]
|
/linux-6.6.21/drivers/iio/common/hid-sensors/ |
D | Kconfig | 13 HID sensor common processing for attributes and IIO triggers. 14 There are many attributes which can be shared among multiple 16 attributes. 25 Triggers will be send if all requested attributes were read.
|