/kernel/linux/linux-6.6/drivers/staging/vme_user/ |
H A D | vme_tsi148.c | 1401 static int tsi148_dma_set_vme_src_attributes(struct device *dev, __be32 *attr, in tsi148_dma_set_vme_src_attributes() argument 1406 val = be32_to_cpu(*attr); in tsi148_dma_set_vme_src_attributes() 1494 *attr = cpu_to_be32(val); in tsi148_dma_set_vme_src_attributes() 1499 static int tsi148_dma_set_vme_dest_attributes(struct device *dev, __be32 *attr, in tsi148_dma_set_vme_dest_attributes() argument 1504 val = be32_to_cpu(*attr); in tsi148_dma_set_vme_dest_attributes() 1592 *attr = cpu_to_be32(val); in tsi148_dma_set_vme_dest_attributes()
|
/kernel/linux/linux-6.6/drivers/net/phy/ |
H A D | marvell.c | 2654 u32 attr, int channel, long *temp) in marvell_hwmon_read() 2660 switch (attr) { in marvell_hwmon_read() 2679 u32 attr, int channel, long temp) in marvell_hwmon_write() 2685 switch (attr) { in marvell_hwmon_write() 2697 u32 attr, int channel) in marvell_hwmon_is_visible() 2705 switch (attr) { in marvell_hwmon_is_visible() 2653 marvell_hwmon_read(struct device *dev, enum hwmon_sensor_types type, u32 attr, int channel, long *temp) marvell_hwmon_read() argument 2678 marvell_hwmon_write(struct device *dev, enum hwmon_sensor_types type, u32 attr, int channel, long temp) marvell_hwmon_write() argument 2695 marvell_hwmon_is_visible(const void *data, enum hwmon_sensor_types type, u32 attr, int channel) marvell_hwmon_is_visible() argument
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
H A D | mr.c | 1356 struct ib_dm_mr_attr *attr, in mlx5_ib_reg_dm_mr() 1361 u64 start_addr = mdm->dev_addr + attr->offset; in mlx5_ib_reg_dm_mr() 1366 if (attr->access_flags & ~MLX5_IB_DM_MEMIC_ALLOWED_ACCESS) in mlx5_ib_reg_dm_mr() 1375 if (attr->access_flags & ~MLX5_IB_DM_SW_ICM_ALLOWED_ACCESS) in mlx5_ib_reg_dm_mr() 1384 return mlx5_ib_get_dm_mr(pd, start_addr, attr->length, in mlx5_ib_reg_dm_mr() 1385 attr->access_flags, mode); in mlx5_ib_reg_dm_mr() 1355 mlx5_ib_reg_dm_mr(struct ib_pd *pd, struct ib_dm *dm, struct ib_dm_mr_attr *attr, struct uverbs_attr_bundle *attrs) mlx5_ib_reg_dm_mr() argument
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-core.c | 2132 struct bin_attribute *attr, in read_report_descriptor() 2150 show_country(struct device *dev, struct device_attribute *attr, in show_country() argument 2159 .attr = { .name = "report_descriptor", .mode = 0444 }, 2165 .attr = { .name = "country", .mode = 0444 }, 2531 &driver_attr_new_id.attr, 2715 &dev_attr_modalias.attr, 2131 read_report_descriptor(struct file *filp, struct kobject *kobj, struct bin_attribute *attr, char *buf, loff_t off, size_t count) read_report_descriptor() argument
|
/kernel/linux/linux-6.6/drivers/iio/imu/st_lsm6dsx/ |
H A D | st_lsm6dsx_core.c | 2010 struct device_attribute *attr, in st_lsm6dsx_sysfs_sampling_frequency_avail() 2028 struct device_attribute *attr, in st_lsm6dsx_sysfs_scale_avail() 2070 &iio_dev_attr_sampling_frequency_available.dev_attr.attr, 2071 &iio_dev_attr_in_accel_scale_available.dev_attr.attr, 2092 &iio_dev_attr_sampling_frequency_available.dev_attr.attr, 2093 &iio_dev_attr_in_anglvel_scale_available.dev_attr.attr, 2009 st_lsm6dsx_sysfs_sampling_frequency_avail(struct device *dev, struct device_attribute *attr, char *buf) st_lsm6dsx_sysfs_sampling_frequency_avail() argument 2027 st_lsm6dsx_sysfs_scale_avail(struct device *dev, struct device_attribute *attr, char *buf) st_lsm6dsx_sysfs_scale_avail() argument
|
/kernel/linux/linux-6.6/drivers/scsi/megaraid/ |
H A D | megaraid_mbox.c | 124 static ssize_t megaraid_mbox_app_hndl_show(struct device *, struct device_attribute *attr, char *); 125 static ssize_t megaraid_mbox_ld_show(struct device *, struct device_attribute *attr, char *); 309 &dev_attr_megaraid_mbox_app_hndl.attr, 319 &dev_attr_megaraid_mbox_ld.attr, 3966 * @attr : device attribute (unused) 3974 megaraid_mbox_app_hndl_show(struct device *dev, struct device_attribute *attr, char *buf) in megaraid_mbox_app_hndl_show() argument 3989 * @attr : device attribute to show 4002 megaraid_mbox_ld_show(struct device *dev, struct device_attribute *attr, char *buf) in megaraid_mbox_ld_show() argument
|
/third_party/curl/lib/vtls/ |
H A D | sectransp.c | 1046 SecKeychainAttribute attr; in CopyIdentityWithLabelOldSchool() local 1052 attr_list.attr = &attr; in CopyIdentityWithLabelOldSchool() 1055 attr.tag = kSecLabelItemAttr; in CopyIdentityWithLabelOldSchool() 1056 attr.data = label; in CopyIdentityWithLabelOldSchool() 1057 attr.length = (UInt32)strlen(label); in CopyIdentityWithLabelOldSchool()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | ULocale.java | 4182 for (String attr : uattributes) { in getInstance() 4186 attrbuf.append(attr); in getInstance() 4361 for (String attr : uAttributes) { in toULocale() 4362 attributes.add(attr); in toULocale() 4429 for (String attr : attributes) { in toULocale() 4433 attrBuf.append(attr); in toULocale()
|
/third_party/python/Lib/test/ |
H A D | test_exceptions.py | 2041 # Setting 'attr' should not be a problem. 2206 def __getattr__(self, attr): 2219 def __getattr__(self, attr): 2237 def __getattr__(self, attr): 2242 def __getattr__(self, attr): 2247 def __getattr__(self, attr): 2300 def __getattribute__(self, attr):
|
/third_party/selinux/libsepol/src/ |
H A D | kernel_to_conf.c | 151 switch (curr->attr) { in constraint_expr_to_str() 168 sepol_log_err("Unknown constraint attribute: %i", curr->attr); in constraint_expr_to_str() 172 if (curr->attr >= CEXPR_XTARGET) { in constraint_expr_to_str() 180 if (curr->attr & CEXPR_TYPE) { in constraint_expr_to_str() 183 } else if (curr->attr & CEXPR_USER) { in constraint_expr_to_str() 185 } else if (curr->attr & CEXPR_ROLE) { in constraint_expr_to_str() 1525 /* 2*strs->num - 1 because ", " follows all but last attr (followed by '\0') */ in attr_strs_to_str()
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | loongson3_cpufreq.c | 301 .attr = cpufreq_generic_attr,
|
H A D | speedstep-centrino.c | 514 .attr = cpufreq_generic_attr,
|
H A D | tegra194-cpufreq.c | 243 .attr = cpufreq_generic_attr,
|
H A D | tegra186-cpufreq.c | 139 .attr = cpufreq_generic_attr,
|
H A D | s3c2416-cpufreq.c | 485 .attr = cpufreq_generic_attr,
|
H A D | qoriq-cpufreq.c | 259 .attr = cpufreq_generic_attr,
|
H A D | e_powersaver.c | 380 .attr = cpufreq_generic_attr,
|
H A D | cpufreq-dt.c | 41 NULL, /* Extra space for boost-attr if required */ 231 .attr = cpufreq_dt_attr,
|
H A D | ia64-acpi-cpufreq.c | 331 .attr = cpufreq_generic_attr,
|
/kernel/linux/linux-5.10/drivers/dma/ioat/ |
H A D | dma.h | 141 struct attribute attr; member
|
/kernel/linux/linux-5.10/arch/nds32/include/asm/ |
H A D | pmu.h | 73 struct perf_event_attr *attr);
|
/kernel/linux/linux-5.10/arch/powerpc/perf/ |
H A D | power7-pmu.c | 415 &format_attr_event.attr,
|
/kernel/linux/linux-5.10/drivers/base/ |
H A D | attribute_container.c | 433 sysfs_attr_init(&attrs[i]->attr); in attribute_container_add_attrs()
|
/kernel/linux/linux-6.6/arch/powerpc/perf/ |
H A D | power7-pmu.c | 416 &format_attr_event.attr,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | selftest_context.c | 27 rq->sched.attr.priority = I915_PRIORITY_BARRIER; in request_sync()
|