Home
last modified time | relevance | path

Searched refs:name (Results 5601 - 5625 of 41980) sorted by relevance

1...<<221222223224225226227228229230>>...1680

/kernel/linux/linux-5.10/arch/arm/mach-orion5x/
H A Dboard-d2net.c59 .name = "d2net:blue:sata",
65 .name = "d2net:red:fail",
76 .name = "leds-gpio",
/kernel/linux/linux-5.10/arch/openrisc/kernel/
H A Dor32_ksyms.c30 #define DECLARE_EXPORT(name) extern void name(void); EXPORT_SYMBOL(name)
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dprom.c24 __init void mips_set_machine_name(const char *name) in mips_set_machine_name() argument
26 if (name == NULL) in mips_set_machine_name()
29 strlcpy(mips_machine_name, name, sizeof(mips_machine_name)); in mips_set_machine_name()
/kernel/linux/linux-5.10/arch/powerpc/boot/
H A Dof.h16 void *of_finddevice(const char *name);
17 int of_getprop(const void *phandle, const char *name, void *buf,
19 int of_setprop(const void *phandle, const char *name, const void *buf,
/kernel/linux/linux-5.10/arch/arm/mach-imx/
H A Dcpuidle-imx6sx.c67 .name = "imx6sx_cpuidle",
78 .name = "WAIT",
92 .name = "LOW-POWER-IDLE",
/kernel/linux/linux-6.6/arch/powerpc/boot/
H A Dof.h16 void *of_finddevice(const char *name);
17 int of_getprop(const void *phandle, const char *name, void *buf,
19 int of_setprop(const void *phandle, const char *name, const void *buf,
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/
H A Devent.h17 char *name; member
28 void event_init_named(struct event *e, u64 config, char *name);
29 void event_init_opts(struct event *e, u64 config, int type, char *name);
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dcpuidle.h23 .name = "WFI",\
45 #define CPUIDLE_METHOD_OF_DECLARE(name, _method, _ops) \
46 static const struct of_cpuidle_method __cpuidle_method_of_table_##name \
/kernel/linux/linux-6.6/arch/arm/mach-orion5x/
H A Dboard-d2net.c56 .name = "d2net:blue:sata",
62 .name = "d2net:red:fail",
73 .name = "leds-gpio",
/kernel/linux/linux-6.6/arch/openrisc/kernel/
H A Dor32_ksyms.c30 #define DECLARE_EXPORT(name) extern void name(void); EXPORT_SYMBOL(name)
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
H A Ddisplay.c34 /* Use 'label' property for name, if it exists */ in omapdss_display_init()
35 of_property_read_string(dssdev->dev->of_node, "label", &dssdev->name); in omapdss_display_init()
37 if (dssdev->name == NULL) in omapdss_display_init()
38 dssdev->name = devm_kasprintf(dssdev->dev, GFP_KERNEL, in omapdss_display_init()
/kernel/linux/linux-5.10/drivers/pinctrl/mediatek/
H A Dpinctrl-moore.h31 .name = _name, \
40 #define PINCTRL_PIN_GROUP(name, id) \
42 name, \
/kernel/linux/linux-5.10/samples/bpf/
H A Dsock_example.h13 static inline int open_raw_sock(const char *name) in open_raw_sock() argument
26 sll.sll_ifindex = if_nametoindex(name); in open_raw_sock()
29 printf("bind to %s: %s\n", name, strerror(errno)); in open_raw_sock()
/kernel/linux/linux-5.10/net/nfc/hci/
H A Dllc.h28 const char *name; member
42 int nfc_llc_register(const char *name, struct nfc_llc_ops *ops);
43 void nfc_llc_unregister(const char *name);
/kernel/linux/linux-5.10/include/linux/mtd/
H A Dpartitions.h22 * name: string that will be used to label the partition's MTD device.
47 const char *name; /* identifier string */ member
81 const char *name; member
110 int mtd_add_partition(struct mtd_info *master, const char *name,
/kernel/linux/linux-5.10/include/linux/mlx4/
H A Ddoorbell.h51 #define MLX4_DECLARE_DOORBELL_LOCK(name)
69 #define MLX4_DECLARE_DOORBELL_LOCK(name) spinlock_t name;
/kernel/linux/linux-5.10/sound/pci/au88x0/
H A Dau88x0_mixer.c14 static int remove_ctl(struct snd_card *card, const char *name) in remove_ctl() argument
18 strcpy(id.name, name); in remove_ctl()
/kernel/linux/linux-5.10/sound/soc/au1x/
H A Ddb1000.c28 .name = "AC97",
34 .name = "DB1000_AC97",
49 .name = "db1000-audio",
/kernel/linux/linux-5.10/scripts/genksyms/
H A Dkeywords.c3 const char *name; member
36 // field name which breaks the genksyms parser. It is not a gcc keyword anyway.
70 int l = strlen(r->name); in is_reserved_word()
71 if (len == l && !memcmp(str, r->name, len)) in is_reserved_word()
/kernel/linux/linux-5.10/tools/lib/lockdep/include/liblockdep/
H A Dcommon.h33 const char *name; member
40 void lockdep_init_map(struct lockdep_map *lock, const char *name,
52 { .name = (_name), .key = (void *)(_key), }
/kernel/linux/linux-5.10/tools/build/tests/ex/
H A DMakefile24 find . -name '*.o' -delete -o -name '\.*.cmd' -delete -o -name '\.*.d' -delete
/kernel/linux/linux-5.10/tools/perf/util/
H A Dparse-sublevel-options.c25 while (opt->name) { in parse_one_sublevel_option()
26 if (!strcmp(s, opt->name)) in parse_one_sublevel_option()
31 if (!opt->name) { in parse_one_sublevel_option()
32 pr_err("Unknown option name '%s'\n", s); in parse_one_sublevel_option()
/kernel/linux/linux-5.10/tools/testing/kunit/
H A Dkunit_json.py22 "name": test_suite.name,
36 test_case = {"name": case.name, "status": "FAIL"}
45 "name": "KUnit Test Group",
62 os.path.join(root, result_path.name))
/kernel/linux/linux-5.10/fs/fscache/
H A Dfsdef.c22 * already exist, create an entry in the root index with the key being the name
33 * If an entry with the appropriate name does already exist, the version is
43 .name = ".FS-Cache",
64 .name = "FSDEF.netfs",
82 _enter("{%s},,%hu", netfs->name, datalen); in fscache_fsdef_netfs_check_aux()
/kernel/linux/linux-5.10/lib/842/
H A D842_debugfs.h27 char name[32]; in sw842_debugfs_create() local
29 snprintf(name, 32, "template_%02x", i); in sw842_debugfs_create()
30 debugfs_create_atomic_t(name, m, sw842_debugfs_root, in sw842_debugfs_create()

Completed in 13 milliseconds

1...<<221222223224225226227228229230>>...1680