/kernel/linux/linux-5.10/kernel/events/ |
H A D | ring_buffer.c | 188 if (event->attr.sample_id_all) in __perf_output_begin()
|
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | nvme.h | 234 struct fault_attr attr; member
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | timberdale.c | 626 struct device_attribute *attr, char *buf) in fw_ver_show() 625 fw_ver_show(struct device *dev, struct device_attribute *attr, char *buf) fw_ver_show() argument
|
/kernel/linux/linux-6.6/drivers/base/ |
H A D | arch_topology.c | 210 struct device_attribute *attr, in cpu_capacity_show() 209 cpu_capacity_show(struct device *dev, struct device_attribute *attr, char *buf) cpu_capacity_show() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | df_v3_6.c | 192 struct device_attribute *attr, in df_v3_6_get_df_cntr_avail() 211 /* device attr for available perfmon counters */ 191 df_v3_6_get_df_cntr_avail(struct device *dev, struct device_attribute *attr, char *buf) df_v3_6_get_df_cntr_avail() argument
|
/kernel/linux/linux-6.6/drivers/fsi/ |
H A D | fsi-master-aspeed.c | 447 static ssize_t cfam_reset_store(struct device *dev, struct device_attribute *attr, in cfam_reset_store() argument
|
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | tegra194-cpufreq.c | 569 .attr = cpufreq_generic_attr,
|
H A D | mediatek-cpufreq.c | 622 .attr = cpufreq_generic_attr,
|
H A D | qcom-cpufreq-hw.c | 618 .attr = qcom_cpufreq_hw_attr,
|
H A D | brcmstb-avs-cpufreq.c | 737 .attr = brcm_avs_cpufreq_attr,
|
H A D | longhaul.c | 908 .attr = cpufreq_generic_attr,
|
/kernel/linux/linux-6.6/kernel/events/ |
H A D | ring_buffer.c | 188 if (event->attr.sample_id_all) in __perf_output_begin()
|
/kernel/linux/linux-6.6/drivers/phy/ti/ |
H A D | phy-twl4030-usb.c | 564 struct device_attribute *attr, char *buf) in vbus_show() 563 vbus_show(struct device *dev, struct device_attribute *attr, char *buf) vbus_show() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_trace.h | 361 __entry->prio = rq->sched.attr.priority;
|
/kernel/linux/linux-6.6/drivers/hsi/ |
H A D | hsi_core.c | 28 &dev_attr_modalias.attr,
|
/kernel/linux/linux-6.6/drivers/iio/light/ |
H A D | adux1020.c | 682 &iio_const_attr_sampling_frequency_available.dev_attr.attr,
|
H A D | opt3001.c | 190 &iio_const_attr_integration_time_available.dev_attr.attr,
|
/kernel/linux/linux-6.6/drivers/input/mouse/ |
H A D | cyapa_gen6.c | 606 struct device_attribute *attr, char *buf) in cyapa_gen6_show_baseline() 605 cyapa_gen6_show_baseline(struct device *dev, struct device_attribute *attr, char *buf) cyapa_gen6_show_baseline() argument
|
/kernel/linux/linux-6.6/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib.h | 487 struct ib_pd *pd, struct rdma_ah_attr *attr);
|
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/ |
H A D | siw.h | 508 int siw_qp_modify(struct siw_qp *qp, struct siw_qp_attrs *attr,
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-annotate.c | 514 .attr = perf_event__process_attr, in cmd_annotate()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | hist.h | 473 void attr_to_script(char *buf, struct perf_event_attr *attr);
|
/kernel/linux/linux-6.6/lib/kunit/ |
H A D | test.c | 393 enum kunit_speed speed = test_case->attr.speed; in kunit_run_case_check_speed()
|
/third_party/libbpf/src/ |
H A D | bpf_helper_defs.h | 3962 static long (*bpf_sys_bpf)(__u32 cmd, void *attr, __u32 attr_size) = (void *) 166;
|
/third_party/python/Lib/importlib/metadata/ |
H A D | __init__.py | 157 ... name=None, group=None, value='package.module:attr [extra1, extra2]') 160 >>> ep.attr 161 'attr' 168 r'(:\s*(?P<attr>[\w.]+)\s*)?' 179 - package.module:attr [extra1, extra2] 184 following the attr, and following any extras. 203 attrs = filter(None, (match.group('attr') or '').split('.')) 212 def attr(self): member in EntryPoint 214 return match.group('attr') 253 >>> ep.matches(attr [all...] |