Searched refs:attributes (Results 51 - 75 of 201) sorted by relevance

123456789

/linux-master/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-hw.c717 csum = XLGMAC_GET_REG_BITS(pkt_info->attributes,
720 tso = XLGMAC_GET_REG_BITS(pkt_info->attributes,
723 vlan = XLGMAC_GET_REG_BITS(pkt_info->attributes,
848 if (XLGMAC_GET_REG_BITS(pkt_info->attributes,
1028 pkt_info->attributes = XLGMAC_SET_REG_BITS(
1029 pkt_info->attributes,
2670 pkt_info->attributes = XLGMAC_SET_REG_BITS(
2671 pkt_info->attributes,
2675 pkt_info->attributes = XLGMAC_SET_REG_BITS(
2676 pkt_info->attributes,
[all...]
/linux-master/drivers/mtd/parsers/
H A Dafs.c225 u32 attributes; local
279 attributes = imginfo[pad+1];
286 entrypoint, attributes, region_count,
/linux-master/block/partitions/
H A Defi.h89 gpt_entry_attributes attributes; member in struct:_gpt_entry
/linux-master/arch/x86/kernel/cpu/sgx/
H A Dencl.h60 unsigned long attributes; member in struct:sgx_encl
/linux-master/fs/hfs/
H A Dbtree.c91 tree->attributes = be32_to_cpu(head->attributes);
183 head->attributes = cpu_to_be32(tree->attributes);
/linux-master/arch/arm64/kernel/
H A Dparavirt.c119 le32_to_cpu(kaddr->attributes) != 0) {
120 pr_warn_once("Unexpected revision or attributes in stolen time data\n");
/linux-master/sound/usb/
H A Dcard.h23 unsigned char attributes; /* corresponding attributes of cs endpoint */ member in struct:audioformat
25 unsigned char ep_attr; /* endpoint attributes */
H A Dstream.c584 int attributes = 0; local
605 attributes = csep->bmAttributes;
612 attributes = csep->bmAttributes & UAC_EP_CS_ATTR_FILL_MAX;
614 /* emulate the endpoint attributes of a v1 device */
616 attributes |= UAC_EP_CS_ATTR_PITCH_CONTROL;
623 /* emulate the endpoint attributes of a v1 device */
625 attributes |= UAC_EP_CS_ATTR_PITCH_CONTROL;
628 return attributes;
838 fp->attributes = parse_uac_endpoint_attributes(chip, alts, protocol,
841 /* some quirks for attributes her
[all...]
/linux-master/arch/mips/kernel/
H A Dvmlinux.lds.S237 *(.gnu.attributes)
/linux-master/drivers/firmware/arm_scmi/
H A Dvoltage.c226 u32 attributes; local
229 /* Retrieve domain attributes at first ... */
237 attributes = le32_to_cpu(resp_dom->attr);
245 if (SUPPORTS_EXTENDED_NAMES(attributes))
250 if (SUPPORTS_ASYNC_LEVEL_SET(attributes))
/linux-master/drivers/accessibility/speakup/
H A Dsynth.c504 if (synth->attributes.name &&
505 sysfs_create_group(speakup_kobj, &synth->attributes) < 0)
526 if (synth->attributes.name)
527 sysfs_remove_group(speakup_kobj, &synth->attributes);
/linux-master/arch/loongarch/kernel/
H A Dvmlinux.lds.S165 *(.gnu.attributes)
/linux-master/drivers/mtd/
H A Dsm_ftl.c34 /* ------------------- sysfs attributes ---------------------------------- */
57 struct attribute **attributes; local
66 /* Initialize sysfs attributes */
81 /* Create array of pointers to the attributes */
82 attributes = kcalloc(NUM_ATTRIBUTES + 1, sizeof(struct attribute *),
84 if (!attributes)
86 attributes[0] = &vendor_attribute->dev_attr.attr;
92 attr_group->attrs = attributes;
95 kfree(attributes);
106 struct attribute **attributes local
[all...]
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c1658 if (XGMAC_GET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES, PTP)) {
1662 XGMAC_SET_BITS(packet->attributes,
1684 if (!XGMAC_GET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES,
1692 if (XGMAC_GET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES, VXLAN)) {
1788 XGMAC_SET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES,
1790 XGMAC_SET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES,
1793 XGMAC_SET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES,
1797 XGMAC_SET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES,
1809 XGMAC_SET_BITS(packet->attributes, TX_PACKET_ATTRIBUTES,
1815 XGMAC_SET_BITS(packet->attributes, TX_PACKET_ATTRIBUTE
[all...]
/linux-master/tools/perf/Documentation/
H A Dasciidoc.conf13 [attributes]
/linux-master/tools/lib/perf/Documentation/
H A Dasciidoc.conf13 [attributes]
/linux-master/fs/hfsplus/
H A Dhfsplus_raw.h66 * A "string" is used in attributes file
107 __be32 attributes; member in struct:hfsplus_vh
140 /* HFS+ volume attributes */
181 __be32 attributes; member in struct:hfs_btree_header_rec
185 /* BTree attributes */
360 /* HFS+ attributes tree key */
396 /* A data record in the attributes tree */
H A Dbrec.c40 !(node->tree->attributes & HFS_TREE_VARIDXKEYS) &&
165 if ((tree->attributes & HFS_TREE_VARIDXKEYS) ||
381 if ((tree->attributes & HFS_TREE_VARIDXKEYS) ||
510 tree->attributes & HFS_TREE_VARIDXKEYS ||
517 if (!(tree->attributes & HFS_TREE_VARIDXKEYS) &&
/linux-master/drivers/base/
H A Dcacheinfo.c50 if ((sib_leaf->attributes & CACHE_ID) &&
51 (this_leaf->attributes & CACHE_ID))
66 return (llc->attributes & CACHE_ID) || !!llc->fw_token;
369 * to update the shared cpu_map if the cache attributes were
683 unsigned int ci_attr = this_leaf->attributes;
702 unsigned int ci_attr = this_leaf->attributes;
750 if ((attr == &dev_attr_id.attr) && (this_leaf->attributes & CACHE_ID))
772 (this_leaf->attributes & CACHE_WRITE_POLICY_MASK))
775 (this_leaf->attributes & CACHE_ALLOCATE_POLICY_MASK))
/linux-master/drivers/regulator/
H A Duserspace-consumer.c95 static struct attribute *attributes[] = { variable in typeref:struct:attribute
114 .attrs = attributes,
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_plane.c905 * Fill in buffer attributes depending on the address here, but only on
1239 struct dc_cursor_attributes attributes; local
1267 memset(&attributes, 0, sizeof(attributes));
1268 attributes.address.high_part = upper_32_bits(address);
1269 attributes.address.low_part = lower_32_bits(address);
1270 attributes.width = plane->state->crtc_w;
1271 attributes.height = plane->state->crtc_h;
1272 attributes.color_format = CURSOR_MODE_COLOR_PRE_MULTIPLIED_ALPHA;
1273 attributes
[all...]
/linux-master/fs/orangefs/
H A Dnamei.c41 fill_default_sys_attrs(new_op->upcall.req.create.attributes,
243 fill_default_sys_attrs(new_op->upcall.req.sym.attributes,
319 fill_default_sys_attrs(new_op->upcall.req.mkdir.attributes,
/linux-master/sound/soc/intel/avs/
H A Davs.h76 ((adev)->spec->attributes & AVS_PLATATTR_##attr)
103 const u64 attributes; /* bitmask of AVS_PLATATTR_* */ member in struct:avs_spec
303 bool lp, u16 attributes, u8 *instance_id);
/linux-master/fs/befs/
H A Dbefs_fs_types.h186 befs_disk_inode_addr attributes; member in struct:__anon10025
/linux-master/drivers/firmware/efi/test/
H A Defi_test.c172 at = getvariable.attributes ? &attr : NULL;
215 if (at && put_user(attr, getvariable.attributes)) {
260 setvariable.attributes,
572 status = efi.query_variable_info(queryvariableinfo.attributes,

Completed in 208 milliseconds

123456789