Home
last modified time | relevance | path

Searched refs:attr2 (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_if.c201 u32 attr2) in set_hwif_attr() argument
212 hwif->attr.global_vf_id_of_pf = HINIC_FA2_GET(attr2, in set_hwif_attr()
222 u32 addr, attr0, attr1, attr2; in read_hwif_attr() local
231 attr2 = hinic_hwif_read_reg(hwif, addr); in read_hwif_attr()
233 set_hwif_attr(hwif, attr0, attr1, attr2); in read_hwif_attr()
/linux/tools/lib/perf/tests/
H A Dtest-evlist.c43 struct perf_event_attr attr2 = { in test_stat_cpu() local
60 evsel = perf_evsel__new(&attr2); in test_stat_cpu()
102 struct perf_event_attr attr2 = { in test_stat_thread() local
121 evsel = perf_evsel__new(&attr2); in test_stat_thread()
158 struct perf_event_attr attr2 = { in test_stat_thread_enable() local
178 evsel = perf_evsel__new(&attr2); in test_stat_thread_enable()
/linux/tools/lib/perf/Documentation/examples/
H A Dcounting.c32 struct perf_event_attr attr2 = { in main() local
57 evsel = perf_evsel__new(&attr2); in main()
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-event_source-devices-format16 attr2 = 'config:0-7'
/linux/sound/hda/common/
H A Dauto_parser.c543 int i, attr, attr2; in check_mic_location_need() local
554 attr2 = snd_hda_get_input_pin_attr(defc); in check_mic_location_need()
555 if (attr2 >= INPUT_PIN_ATTR_NORMAL) { in check_mic_location_need()
556 if (attr && attr != attr2) in check_mic_location_need()
558 attr = attr2; in check_mic_location_need()
/linux/tools/lib/perf/Documentation/
H A Dlibperf-counting.txt85 26 struct perf_event_attr attr2 = {
133 59 evsel = perf_evsel__new(&attr2);
/linux/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c473 struct mount_attr attr2; in TEST_F() member
/linux/Documentation/admin-guide/
H A Dxfs.rst264 attr2/noattr2 v6.18
/linux/net/wireless/
H A Dnl80211.c10086 struct nlattr *attr1, *attr2; in validate_scan_freqs() local
10104 nla_for_each_nested(attr2, freqs, tmp2) in validate_scan_freqs()
10105 if (attr1 != attr2 && in validate_scan_freqs()
10106 nla_get_u32(attr1) == nla_get_u32(attr2)) in validate_scan_freqs()