/kernel/linux/linux-5.10/arch/arm/mach-orion5x/ |
H A D | board-d2net.c | 59 .name = "d2net:blue:sata", 65 .name = "d2net:red:fail", 76 .name = "leds-gpio",
|
/kernel/linux/linux-5.10/arch/openrisc/kernel/ |
H A D | or32_ksyms.c | 30 #define DECLARE_EXPORT(name) extern void name(void); EXPORT_SYMBOL(name)
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | prom.c | 24 __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 D | of.h | 16 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 D | cpuidle-imx6sx.c | 67 .name = "imx6sx_cpuidle", 78 .name = "WAIT", 92 .name = "LOW-POWER-IDLE",
|
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | of.h | 16 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 D | event.h | 17 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 D | cpuidle.h | 23 .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 D | board-d2net.c | 56 .name = "d2net:blue:sata", 62 .name = "d2net:red:fail", 73 .name = "leds-gpio",
|
/kernel/linux/linux-6.6/arch/openrisc/kernel/ |
H A D | or32_ksyms.c | 30 #define DECLARE_EXPORT(name) extern void name(void); EXPORT_SYMBOL(name)
|
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/ |
H A D | display.c | 34 /* 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 D | pinctrl-moore.h | 31 .name = _name, \ 40 #define PINCTRL_PIN_GROUP(name, id) \ 42 name, \
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | sock_example.h | 13 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 D | llc.h | 28 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 D | partitions.h | 22 * 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 D | doorbell.h | 51 #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 D | au88x0_mixer.c | 14 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 D | db1000.c | 28 .name = "AC97", 34 .name = "DB1000_AC97", 49 .name = "db1000-audio",
|
/kernel/linux/linux-5.10/scripts/genksyms/ |
H A D | keywords.c | 3 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 D | common.h | 33 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 D | Makefile | 24 find . -name '*.o' -delete -o -name '\.*.cmd' -delete -o -name '\.*.d' -delete
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | parse-sublevel-options.c | 25 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 D | kunit_json.py | 22 "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 D | fsdef.c | 22 * 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 D | 842_debugfs.h | 27 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()
|