Searched refs:attr2 (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_hw_if.c | 201 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 D | test-evlist.c | 43 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 D | counting.c | 32 struct perf_event_attr attr2 = { in main() local 57 evsel = perf_evsel__new(&attr2); in main()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-event_source-devices-format | 16 attr2 = 'config:0-7'
|
| /linux/sound/hda/common/ |
| H A D | auto_parser.c | 543 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 D | libperf-counting.txt | 85 26 struct perf_event_attr attr2 = { 133 59 evsel = perf_evsel__new(&attr2);
|
| /linux/tools/testing/selftests/mount_setattr/ |
| H A D | mount_setattr_test.c | 473 struct mount_attr attr2; in TEST_F() member
|
| /linux/Documentation/admin-guide/ |
| H A D | xfs.rst | 264 attr2/noattr2 v6.18
|
| /linux/net/wireless/ |
| H A D | nl80211.c | 10086 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()
|