/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | oplib.h | 244 /* Does the passed node have the given "name"? YES=1 NO=0 */ 245 extern int prom_nodematch(int thisnode, char *name); 247 /* Search all siblings starting at the passed node for "name" matching 250 extern int prom_searchsiblings(int node_start, char *name);
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | machine_kexec.c | 38 .name = "EFI Memory Map", 45 .name = "Boot parameter",
|
/kernel/linux/linux-6.6/arch/m68k/atari/ |
H A D | stram.c | 45 .name = "ST-RAM Pool" 168 res->name = owner; in atari_stram_alloc()
|
/kernel/linux/linux-6.6/arch/m68k/coldfire/ |
H A D | intc-simr.c | 162 .name = "CF-INTC", 169 .name = "CF-INTC-EP",
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | macio.h | 86 extern int macio_request_resource(struct macio_dev *dev, int resource_no, const char *name); 88 extern int macio_request_resources(struct macio_dev *dev, const char *name);
|
H A D | vio.h | 97 const char *name; member 113 const char *name; member
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/ |
H A D | count_stcx_fail.c | 19 static void setup_event(struct event *e, u64 config, int type, char *name) in setup_event() argument 21 event_init_opts(e, config, type, name); in setup_event()
|
H A D | count_instructions.c | 19 static void setup_event(struct event *e, u64 config, char *name) in setup_event() argument 21 event_init_opts(e, config, PERF_TYPE_HARDWARE, name); in setup_event()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | route_localnet.sh | 11 ip link add name veth0 type veth peer name veth1
|
/kernel/linux/linux-6.6/arch/arm/boot/compressed/ |
H A D | fdt_check_mem_start.c | 25 static uint32_t get_cells(const void *fdt, const char *name) in get_cells() argument 27 const fdt32_t *prop = get_prop(fdt, "/", name, sizeof(fdt32_t)); in get_cells()
|
/kernel/linux/linux-6.6/arch/arm/mach-footbridge/ |
H A D | dc21285-timer.c | 42 .name = "dc21285_timer2", 77 .name = "dc21285_timer1",
|
H A D | isa-irq.c | 100 .name = "pic1", 106 .name = "pic2",
|
/kernel/linux/linux-6.6/arch/arm/mach-exynos/ |
H A D | common.h | 30 #define IS_SAMSUNG_CPU(name, id, mask) \ 31 static inline int is_samsung_##name(void) \
|
/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A D | traps.c | 59 #define DO_ERROR_INFO(signr, str, name, sicode) \ 60 int name(unsigned long address, struct pt_regs *regs) \
|
/kernel/linux/linux-6.6/arch/arm/mach-sa1100/ |
H A D | clock.c | 59 .name = "gpio27", 86 .name = "mpll",
|
/kernel/linux/linux-6.6/arch/powerpc/xmon/ |
H A D | ppc.h | 34 /* The opcode name. */ 35 const char *name; member 420 /* The macro name. */ 421 const char *name; 419 const char *name; global() member
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | module.c | 24 const char *name) in find_section() 31 if (strcmp(secstrings+sechdrs[i].sh_name, name) == 0) in find_section() 22 find_section(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, const char *name) find_section() argument
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/8xx/ |
H A D | m8xx_setup.c | 39 static int __init get_freq(char *name, unsigned long *val) in get_freq() argument 49 fp = of_get_property(cpu, name, NULL); in get_freq()
|
/kernel/linux/linux-6.6/arch/powerpc/sysdev/ |
H A D | fsl_mpic_err.c | 71 mpic->hc_err.name = mpic->name; in mpic_setup_error_int()
|
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | module.h | 117 const char *name) in find_section() 123 if (strcmp(name, secstrs + s->sh_name) == 0) in find_section() 115 find_section(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, const char *name) find_section() argument
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | get_cgroup_id_user.c | 36 const char *name) in bpf_find_map() 40 map = bpf_object__find_map_by_name(obj, name); in bpf_find_map() 35 bpf_find_map(const char *test, struct bpf_object *obj, const char *name) bpf_find_map() argument
|
H A D | test_xdp_redirect.sh | 23 ip link add veth1 index 111 type veth peer name veth11 netns ns1 24 ip link add veth2 index 222 type veth peer name veth22 netns ns2
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | get_stack_raw_tp.c | 49 if (ks && (strcmp(ks->name, nonjit_func) == 0)) { in get_stack_print_output() 66 if (ks && (strcmp(ks->name, nonjit_func) == 0)) { in get_stack_print_output()
|
/kernel/linux/linux-5.10/tools/testing/selftests/intel_pstate/ |
H A D | aperf.c | 19 void usage(char *name) { in usage() argument 20 printf ("Usage: %s cpunum\n", name); in usage()
|
/kernel/linux/linux-5.10/tools/testing/selftests/gpio/ |
H A D | gpio-mockup-sysfs.sh | 107 name=`basename $chip` 110 printf "%-10s %-5s %-5s\n" $name $base $ngpio
|