Home
last modified time | relevance | path

Searched refs:attrs (Results 426 - 450 of 2513) sorted by relevance

1...<<11121314151617181920>>...101

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dvt8231.c679 { .attrs = vt8231_attributes_temps[0] },
680 { .attrs = vt8231_attributes_temps[1] },
681 { .attrs = vt8231_attributes_temps[2] },
682 { .attrs = vt8231_attributes_temps[3] },
683 { .attrs = vt8231_attributes_temps[4] },
684 { .attrs = vt8231_attributes_temps[5] },
728 { .attrs = vt8231_attributes_volts[0] },
729 { .attrs = vt8231_attributes_volts[1] },
730 { .attrs = vt8231_attributes_volts[2] },
731 { .attrs
[all...]
/kernel/linux/linux-6.6/drivers/ufs/core/
H A Dufs-sysfs.c358 .attrs = ufs_sysfs_ufshcd_attrs,
392 .attrs = ufs_sysfs_capabilities_attrs,
628 .attrs = ufs_sysfs_monitor_attrs,
762 .attrs = ufs_sysfs_device_descriptor,
779 .attrs = ufs_sysfs_interconnect_descriptor,
873 .attrs = ufs_sysfs_geometry_descriptor,
892 .attrs = ufs_sysfs_health_descriptor,
1008 .attrs = ufs_sysfs_power_descriptor,
1072 .attrs = ufs_sysfs_string_descriptors,
1141 .attrs
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dvt8231.c744 { .attrs = vt8231_attributes_temps[0] },
745 { .attrs = vt8231_attributes_temps[1] },
746 { .attrs = vt8231_attributes_temps[2] },
747 { .attrs = vt8231_attributes_temps[3] },
748 { .attrs = vt8231_attributes_temps[4] },
749 { .attrs = vt8231_attributes_temps[5] },
793 { .attrs = vt8231_attributes_volts[0] },
794 { .attrs = vt8231_attributes_volts[1] },
795 { .attrs = vt8231_attributes_volts[2] },
796 { .attrs
[all...]
H A Dvt1211.c943 { .attrs = vt1211_in_attr[0] },
944 { .attrs = vt1211_in_attr[1] },
945 { .attrs = vt1211_in_attr[2] },
946 { .attrs = vt1211_in_attr[3] },
947 { .attrs = vt1211_in_attr[4] },
948 { .attrs = vt1211_in_attr[5] }
991 { .attrs = vt1211_temp_attr[0] },
992 { .attrs = vt1211_temp_attr[1] },
993 { .attrs = vt1211_temp_attr[2] },
994 { .attrs
[all...]
/kernel/linux/linux-5.10/drivers/acpi/numa/
H A Dhmat.c363 u32 attrs; in hmat_parse_cache() local
371 attrs = cache->cache_attributes; in hmat_parse_cache()
373 cache->memory_PD, cache->cache_size, attrs, in hmat_parse_cache()
387 tcache->cache_attrs.level = (attrs & ACPI_HMAT_CACHE_LEVEL) >> 4; in hmat_parse_cache()
388 tcache->cache_attrs.line_size = (attrs & ACPI_HMAT_CACHE_LINE_SIZE) >> 16; in hmat_parse_cache()
390 switch ((attrs & ACPI_HMAT_CACHE_ASSOCIATIVITY) >> 8) { in hmat_parse_cache()
403 switch ((attrs & ACPI_HMAT_WRITE_POLICY) >> 12) { in hmat_parse_cache()
/kernel/linux/linux-5.10/drivers/iio/adc/
H A Dad7606.c318 .attrs = ad7606_attributes_os_and_range,
327 .attrs = ad7606_attributes_os,
336 .attrs = ad7606_attributes_range,
529 .attrs = &ad7606_attribute_group_os_and_range,
537 .attrs = &ad7606_attribute_group_os_and_range,
544 .attrs = &ad7606_attribute_group_os,
551 .attrs = &ad7606_attribute_group_range,
/kernel/linux/linux-6.6/drivers/acpi/numa/
H A Dhmat.c362 u32 attrs; in hmat_parse_cache() local
370 attrs = cache->cache_attributes; in hmat_parse_cache()
372 cache->memory_PD, cache->cache_size, attrs, in hmat_parse_cache()
386 tcache->cache_attrs.level = (attrs & ACPI_HMAT_CACHE_LEVEL) >> 4; in hmat_parse_cache()
387 tcache->cache_attrs.line_size = (attrs & ACPI_HMAT_CACHE_LINE_SIZE) >> 16; in hmat_parse_cache()
389 switch ((attrs & ACPI_HMAT_CACHE_ASSOCIATIVITY) >> 8) { in hmat_parse_cache()
402 switch ((attrs & ACPI_HMAT_WRITE_POLICY) >> 12) { in hmat_parse_cache()
/kernel/linux/linux-6.6/drivers/phy/freescale/
H A Dphy-fsl-imx8-mipi-dphy.c448 if (phy->attrs.mode == PHY_MODE_MIPI_DPHY) in mixel_dphy_configure()
450 else if (phy->attrs.mode == PHY_MODE_LVDS) in mixel_dphy_configure()
454 "Failed to configure PHY with invalid PHY mode: %d\n", phy->attrs.mode); in mixel_dphy_configure()
574 if (phy->attrs.mode == PHY_MODE_MIPI_DPHY) { in mixel_dphy_power_on()
576 } else if (phy->attrs.mode == PHY_MODE_LVDS) { in mixel_dphy_power_on()
581 phy->attrs.mode); in mixel_dphy_power_on()
601 if (phy->attrs.mode == PHY_MODE_LVDS) in mixel_dphy_power_off()
/kernel/linux/linux-6.6/drivers/iio/adc/
H A Dad7606.c319 .attrs = ad7606_attributes_os_and_range,
328 .attrs = ad7606_attributes_os,
337 .attrs = ad7606_attributes_range,
530 .attrs = &ad7606_attribute_group_os_and_range,
538 .attrs = &ad7606_attribute_group_os_and_range,
545 .attrs = &ad7606_attribute_group_os,
552 .attrs = &ad7606_attribute_group_range,
/kernel/linux/linux-6.6/drivers/media/common/videobuf2/
H A Dvideobuf2-dma-contig.c32 unsigned long attrs; member
91 * - Queue DMA attrs have DMA_ATTR_NO_KERNEL_MAPPING set
185 buf->dma_addr, buf->attrs); in vb2_dc_put()
199 buf->attrs); in vb2_dc_alloc_coherent()
218 buf->attrs); in vb2_dc_alloc_non_coherent()
245 buf->attrs = vb->vb2_queue->dma_attrs; in vb2_dc_alloc()
289 buf->size, buf->attrs); in vb2_dc_mmap()
488 buf->size, buf->attrs); in vb2_dc_get_base_sgt()
/kernel/linux/linux-5.10/net/wimax/
H A Dop-rfkill.c407 if (info->attrs[WIMAX_GNL_RFKILL_IFIDX] == NULL) { in wimax_gnl_doit_rfkill()
411 ifindex = nla_get_u32(info->attrs[WIMAX_GNL_RFKILL_IFIDX]); in wimax_gnl_doit_rfkill()
417 if (info->attrs[WIMAX_GNL_RFKILL_STATE] == NULL) { in wimax_gnl_doit_rfkill()
422 new_state = nla_get_u32(info->attrs[WIMAX_GNL_RFKILL_STATE]); in wimax_gnl_doit_rfkill()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.h259 struct mlx5_accel_esp_xfrm_attrs attrs; member
295 struct mlx5_accel_pol_xfrm_attrs attrs; member
319 const struct mlx5_accel_esp_xfrm_attrs *attrs);
330 struct mlx5_accel_esp_xfrm_attrs *attrs);
/kernel/linux/linux-6.6/fs/nfsd/
H A Dxdr3.h15 struct iattr attrs; member
51 struct iattr attrs; member
61 struct iattr attrs; member
86 struct iattr attrs; member
/kernel/linux/linux-6.6/drivers/nvdimm/
H A Dnd_perf.c93 .attrs = nvdimm_events_attr,
105 .attrs = nvdimm_pmu_format_attr,
212 nvdimm_pmu_cpumask_group->attrs = attrs_group; in create_cpumask_attr_group()
269 kfree(nd_pmu->pmu.attr_groups[NVDIMM_PMU_CPUMASK_ATTR]->attrs); in nvdimm_pmu_free_hotplug_memory()
/kernel/linux/linux-6.6/drivers/perf/hisilicon/
H A Dhisi_uncore_cpa_pmu.c213 .attrs = hisi_cpa_pmu_format_attr,
227 .attrs = hisi_cpa_pmu_events_attr,
238 .attrs = hisi_cpa_pmu_cpumask_attrs,
250 .attrs = hisi_cpa_pmu_identifier_attrs,
/kernel/linux/linux-5.10/drivers/perf/
H A Dxgene_pmu.c207 .attrs = l3c_pmu_format_attrs,
212 .attrs = iob_pmu_format_attrs,
217 .attrs = mcb_pmu_format_attrs,
222 .attrs = mc_pmu_format_attrs,
252 .attrs = l3c_pmu_v3_format_attrs,
257 .attrs = iob_pmu_v3_format_attrs,
262 .attrs = iob_slow_pmu_v3_format_attrs,
267 .attrs = mcb_pmu_v3_format_attrs,
272 .attrs = mc_pmu_v3_format_attrs,
373 .attrs
[all...]
/kernel/linux/linux-6.6/drivers/perf/
H A Dxgene_pmu.c207 .attrs = l3c_pmu_format_attrs,
212 .attrs = iob_pmu_format_attrs,
217 .attrs = mcb_pmu_format_attrs,
222 .attrs = mc_pmu_format_attrs,
252 .attrs = l3c_pmu_v3_format_attrs,
257 .attrs = iob_pmu_v3_format_attrs,
262 .attrs = iob_slow_pmu_v3_format_attrs,
267 .attrs = mcb_pmu_v3_format_attrs,
272 .attrs = mc_pmu_v3_format_attrs,
370 .attrs
[all...]
/kernel/linux/linux-6.6/net/devlink/
H A Dtrap.c104 if (!info->attrs[DEVLINK_ATTR_TRAP_NAME]) in devlink_trap_item_get_from_info()
106 attr = info->attrs[DEVLINK_ATTR_TRAP_NAME]; in devlink_trap_item_get_from_info()
117 val = nla_get_u8(info->attrs[DEVLINK_ATTR_TRAP_ACTION]); in devlink_trap_action_get_from_info()
404 if (!info->attrs[DEVLINK_ATTR_TRAP_ACTION]) in devlink_trap_action_set()
467 if (!info->attrs[DEVLINK_ATTR_TRAP_GROUP_NAME]) in devlink_trap_group_item_get_from_info()
469 name = nla_data(info->attrs[DEVLINK_ATTR_TRAP_GROUP_NAME]); in devlink_trap_group_item_get_from_info()
633 if (!info->attrs[DEVLINK_ATTR_TRAP_ACTION]) in devlink_trap_group_action_set()
659 struct nlattr **attrs = info->attrs; in devlink_trap_group_set() local
663 if (!attrs[DEVLINK_ATTR_TRAP_POLICER_I in devlink_trap_group_set()
885 struct nlattr **attrs = info->attrs; devlink_trap_policer_set() local
[all...]
/kernel/linux/linux-5.10/net/dsa/
H A Ddsa2.c316 struct devlink_port_attrs attrs = {}; in dsa_port_devlink_setup() local
325 attrs.phys.port_number = dp->index; in dsa_port_devlink_setup()
326 memcpy(attrs.switch_id.id, id, len); in dsa_port_devlink_setup()
327 attrs.switch_id.id_len = len; in dsa_port_devlink_setup()
332 attrs.flavour = DEVLINK_PORT_FLAVOUR_UNUSED; in dsa_port_devlink_setup()
335 attrs.flavour = DEVLINK_PORT_FLAVOUR_CPU; in dsa_port_devlink_setup()
338 attrs.flavour = DEVLINK_PORT_FLAVOUR_DSA; in dsa_port_devlink_setup()
341 attrs.flavour = DEVLINK_PORT_FLAVOUR_PHYSICAL; in dsa_port_devlink_setup()
345 devlink_port_attrs_set(dlp, &attrs); in dsa_port_devlink_setup()
/kernel/linux/linux-5.10/arch/x86/events/amd/
H A Dpower.c160 .attrs = pmu_attrs,
183 .attrs = events_attr,
195 .attrs = formats_attr,
/kernel/linux/linux-5.10/arch/x86/events/
H A Dmsr.c140 .attrs = attrs_therm,
161 .attrs = events_attrs,
171 .attrs = format_attrs,
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
H A Digb_hwmon.c134 adapter->igb_hwmon_buff->attrs[n_attr] = &igb_attr->dev_attr.attr; in igb_add_hwmon_attr()
211 igb_hwmon->group.attrs = igb_hwmon->attrs; in igb_sysfs_init()
/kernel/linux/linux-6.6/arch/s390/pci/
H A Dpci_sysfs.c189 .attrs = zpci_ident_attrs,
216 .attrs = zpci_dev_attrs,
229 .attrs = pfip_attrs,
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
H A Dev.c93 struct c4iw_qp_attributes attrs; in post_qp_event() local
99 attrs.next_state = C4IW_QP_STATE_TERMINATE; in post_qp_event()
101 &attrs, 0); in post_qp_event()
/kernel/linux/linux-5.10/scripts/gdb/linux/
H A Dsymbols.py97 attrs = sect_attrs['attrs']
99 attrs[n]['battr']['attr']['name'].string(): attrs[n]['address']

Completed in 24 milliseconds

1...<<11121314151617181920>>...101