Searched refs:nd (Results 126 - 137 of 137) sorted by relevance

123456

/linux-master/drivers/nvdimm/
H A Dbus.c21 #include <linux/nd.h>
22 #include "nd-core.h"
23 #include "nd.h"
275 .name = "nd",
309 dev_WARN_ONCE(nd_dev, !dev, "invalid dev, not on nd bus\n");
662 * nd_device_attribute_group - generic attributes for all devices on an nd bus
719 * nd_numa_attribute_group - NUMA attributes for all devices on an nd bus
1323 nd_class = class_create("nd");
H A Dbtt.c17 #include <linux/nd.h>
21 #include "nd.h"
H A Dnamespace_devs.c11 #include <linux/nd.h>
12 #include "nd-core.h"
15 #include "nd.h"
/linux-master/tools/perf/util/
H A Dprobe-event.c3409 struct str_node *nd; local
3423 strlist__for_each_entry(nd, bidlist) {
3424 pathname = build_id_cache__origname(nd->s);
/linux-master/tools/perf/
H A Dbuiltin-trace.c4223 struct int_node *source = rb_entry(nd, struct int_node, rb_node);
4236 struct rb_node *nd; local
4248 resort_rb__for_each_entry(nd, syscall_stats) {
/linux-master/arch/x86/crypto/
H A Dsha512-avx2-asm.S75 # 2nd arg
H A Dsha256-avx2-asm.S94 INP = %rsi # 2nd arg
/linux-master/tools/testing/nvdimm/test/
H A Dnfit.c19 #include <nd-core.h>
22 #include <nd.h>
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_bios.c3233 struct intel_bios_encoder_data *devdata, *nd; local
3236 list_for_each_entry_safe(devdata, nd, &i915->display.vbt.display_devices, node) {
/linux-master/drivers/net/vxlan/
H A Dvxlan_core.c923 struct vxlan_rdst *rd, *nd; local
933 list_for_each_entry_safe(rd, nd, &f->remotes, list) {
/linux-master/net/wireless/
H A Dnl80211.c13232 struct nlattr *nd, *freqs, *matches, *match, *scan_plans, *scan_plan; local
13238 nd = nla_nest_start_noflag(msg, NL80211_WOWLAN_TRIG_NET_DETECT);
13239 if (!nd)
13314 nla_nest_end(msg, nd);
19697 struct cfg80211_wowlan_nd_info *nd = wakeup->net_detect; local
19706 for (i = 0; i < nd->n_matches; i++) {
19707 struct cfg80211_wowlan_nd_match *match = nd->matches[i];
/linux-master/drivers/acpi/nfit/
H A Dcore.c17 #include <linux/nd.h>

Completed in 499 milliseconds

123456